| 0 | Kubernetes Basics | Cluster, nodes, kubectl, YAML | |
| 1 | Pod | Run single container | |
| 2 | Deployment | Replica management & rolling updates | |
| 3 | Service | Internal networking | |
| 4 | ConfigMap + Secret | Externalized config | |
| 5 | Persistent Volume | Data persistence | |
| 6 | Ingress | External access | |
| 7 | Observability in K8s | Prometheus/Grafana in cluster | |
| 8 | Helm | Package management | |
| 9 | Autoscaling | HPA + resource limits | |
| 10 | Advanced Scheduling | Affinity, taints, tolerations | |
| 11 | Stateful Workloads | StatefulSet | |
| 12 | Production Concepts | Probes, RBAC, namespaces | |
| 13 | GitOps & CI/CD | ArgoCD/GitHub Actions | |
| 14 | Advanced Runtime | Operators, service mesh | |