Kubernetes — Learning Roadmap¶
Follow the course in order:
- Course overview — scope, prerequisites, outcomes
- Modules 1–20 — tutorials in sequence
- Labs / quizzes / projects — practice
- Capstone — production Kubernetes platform
- Interview & certifications — KCNA · CKA · CKAD · CKS
Modules¶
| # | Focus | Tutorials |
|---|---|---|
| 1 | Fundamentals | Introduction · Architecture |
| 2 | Cluster setup | Install · kubectl |
| 3 | Objects | Pods · Labels & namespaces |
| 4 | Workloads | Deployments · Controllers |
| 5 | Services | Services |
| 6 | Ingress | Ingress & Gateway API |
| 7 | Storage | PV/PVC/CSI |
| 8 | Configuration | ConfigMaps/Secrets · Quotas |
| 9 | Scheduling | Scheduling |
| 10 | Security | RBAC · Hardening |
| 11 | Networking deep dive | CNI/DNS/NetPol |
| 12 | Observability | Monitoring & logging |
| 13 | Autoscaling | HPA/VPA/CA/KEDA |
| 14 | Helm | Package management |
| 15 | GitOps | GitOps & CI/CD |
| 16 | Platform engineering | Operators & tenancy |
| 17 | Production operations | Upgrades/etcd/DR |
| 18 | Troubleshooting | Troubleshooting |
| 19 | Managed Kubernetes | EKS/AKS/GKE |
| 20 | Production excellence | Excellence |