×
Copy
Open
Link
Embed
Share
Beginning
This slide
Copy link URL
Copy link URL
Copy iframe embed code
Copy iframe embed code
Copy javascript embed code
Copy javascript embed code
Share
Tweet
Share
Tweet
Slide 1
Slide 1 text
Docker & Kubernets @Athlon
Slide 2
Slide 2 text
OS
Slide 3
Slide 3 text
The "process"
Slide 4
Slide 4 text
How it works • Processes • Kernel • (Shared) libraries (e.g. glibc) • Other shared resources
Slide 5
Slide 5 text
Docker
Slide 6
Slide 6 text
No content
Slide 7
Slide 7 text
Two main concepts: images & containers
Slide 8
Slide 8 text
Containers
Slide 9
Slide 9 text
Images
Slide 10
Slide 10 text
Other runtimes (oci, rockit, runc, containerd)
Slide 11
Slide 11 text
Kubernetes
Slide 12
Slide 12 text
"Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications."
Slide 13
Slide 13 text
No content
Slide 14
Slide 14 text
Design principle (declarative & controllers)
Slide 15
Slide 15 text
API objects
Slide 16
Slide 16 text
API objects • Pods • Volumes • ReplicaSets, DaemonSets, Deployments, StatefulSets • ConfigMaps • Services • and many more, including CRDs