Previous: Module 16 — Docker Swarm | Next: Module 18 — CI/CD Pipelines
- You understand why Kubernetes exists after Docker and Swarm.
- You map Docker concepts (image, container, Compose) to Kubernetes objects.
- You recognize control-plane components and core resources at a high level.
- You run a minimal deployment on a local cluster with
kubectl. - You know where to continue learning Kubernetes beyond this repo.
- You finish Module 16.
- You are comfortable with images, networks, and multi-container apps.
- 75–90 minutes (bridge module — not a full Kubernetes course)
| File | Purpose |
|---|---|
| notes.md | Architecture overview, concept mapping, next steps |
| examples/compose-to-kubernetes.md | Side-by-side Compose vs Kubernetes manifests |
| examples/hello-k8s.yaml | Minimal Deployment and Service for local practice |
| exercises.md | Intro-level kubectl exercises |
Previous: Module 16 — Docker Swarm | Next: Module 18 — CI/CD Pipelines