- Hour 1 · Learn
- Cluster anatomy (control plane, nodes), pods, deployments, rolling updates/rollbacks, services (ClusterIP/NodePort/LoadBalancer), Ingress, ConfigMaps/Secrets, and liveness/readiness probes.
- Hour 2 · Practice
- Deploy your image to a managed cluster (EKS/AKS/GKE), scale to 3 replicas, expose it via a Service + Ingress, move config to a ConfigMap and Secret, and add probes.
- Deliverable
- /week3 with deployment.yaml, service.yaml, ingress.yaml, and probes configured.
- Pro tip
- kubectl get/describe/logs are your first three moves on any broken pod. Learn them cold.