For senior engineers · 14 modules · zero to production
Stop reading
random blogs.
A structured Kubernetes curriculum that respects your engineering experience. Production patterns, real trade-offs, and the judgment to ship confidently.
Start the courseNo password. Email code only.
Module 3 · Workloads
Rolling update strategy
# Zero-downtime deploys
apiVersion: apps/v1
kind: Deployment
spec:
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1
maxUnavailable: 0
minReadySeconds: 10
foundation2h
The curriculum
14 modules across three phases.
Each module builds on the last. Suggested pace: 3–4 per week.
Phase 1 — Foundations
Phase 2 — Core systems
04Module 04: Storage & Stateintermediate2h05Module 05: Configuration & Secretsintermediate1.5h06Module 06: Scheduling & Resource Managementintermediate2h07Module 07: Gateway API & Traffic Managementintermediate2.5h08Module 08: Security & RBACadvanced3h09Module 09: Observability & Debuggingadvanced2.5h