Containers & Orchestration Learning Path
From your first container to production-grade Kubernetes clusters. This path sequences ~75,000 words of CloudCaptain's Docker and Kubernetes guides: ~10–14 weeks at 5–7 hours/week, from docker run hello-world to CKA-ready.
By the end you'll be able to: containerize any application with a production-quality Dockerfile, operate a Kubernetes cluster (workloads, networking, storage, security), and pass the CKA/CKAD with the exam-prep guide.
Stage 1: Container Fundamentals (2–3 weeks)
- Docker Fundamentals — namespaces, cgroups, OCI, images, containers, volumes
- The Dockerfile Guide — multi-stage builds, layer caching, best practices (80+ examples)
- Compose & Swarm — multi-container applications
- Networking & Storage — bridge/overlay networks, volumes vs bind mounts
- Security & Production — image scanning, rootless mode, hardening
- Podman — the rootless, daemonless alternative
✅ Checkpoint: the Docker cheat sheet should feel like review, and you should hold your own against the Docker interview questions.
Stage 2: Kubernetes Core (3–4 weeks)
- Kubernetes Fundamentals — architecture, pods, kubectl, the control plane
- Workloads — Deployments, StatefulSets, DaemonSets, Jobs
- Networking & Services — Services, Ingress, Network Policies
- Storage — PVs, PVCs, StorageClasses
- Docker → Kubernetes — how the concepts map
✅ Checkpoint: drill the Kubernetes cheat sheet until kubectl is muscle memory.
Stage 3: Advanced Kubernetes (2–3 weeks)
- Security — RBAC, Pod Security, secrets management
- Helm — package management and templating
- GitOps — ArgoCD and FluxCD for declarative delivery
- Operators & Service Mesh — custom controllers, Istio/Linkerd concepts
Stage 4: Production Operations (2–3 weeks)
Production Operations covers the day-2 reality: monitoring with Prometheus/Grafana, logging, autoscaling (HPA/VPA/Cluster Autoscaler), troubleshooting, and multi-cluster patterns.
Hands-On Practice
| Lab | What it's for |
|---|---|
| Play with Docker | Free browser Docker sandbox |
| Play with Kubernetes | Free browser K8s cluster |
| Killercoda | Interactive CKA/CKAD-style scenarios |
Prove It
- Certify — the Kubernetes exam-prep guide covers CKA, CKAD, and CKS: curriculum breakdown, time-saving tricks, and practice strategy.
- Interview — 60+ Kubernetes interview questions and the Docker set.
- Level up — continue with the Platform Engineering path or the SRE path.