Kubernetes Learning Roadmap
Goal: From container basics to certified Kubernetes administrator
Learning Phases
Phase 1: Foundation (2 weeks)
•Linux basics
•Docker fundamentals
•Container concepts
•YAML syntax
Phase 2: K8s Core (4 weeks)
•Pods, ReplicaSets, Deployments
•Services (ClusterIP, NodePort, LoadBalancer)
•ConfigMaps and Secrets
•Namespaces and RBAC basics
Phase 3: Intermediate (4 weeks)
•StatefulSets and DaemonSets
•Persistent Volumes and Storage Classes
•Ingress controllers
•HPA and VPA autoscaling
Phase 4: Advanced (4 weeks)
•Network policies
•Security contexts and Pod Security
•Custom resources and operators
•Multi-cluster patterns
Phase 5: CKA Prep (2 weeks)
•Practice on killer.sh
•Time management for exam tasks
•kubectl shortcuts and aliases
•Exam-day strategy
Job Roles This Enables
•DevOps Engineer
•Platform Engineer
•SRE
•Cloud Engineer
Target Certifications
•CKA → CKAD → CKS (progression)
How to Use This Roadmap
1.Work through phases in order — each builds on the previous
2.Complete the labs section for each phase before moving on
3.Build a project after each phase to cement learning
4.Use the interview section to test understanding regularly
5.Track progress: revisit earlier sections as concepts compound
Prerequisites
See prerequisites.md in this section for what you should know before starting.

