📚 Your 14-Chapter Journey
Here is every chapter you mastered — 100 lessons, from first principles to production operations:
Architecture Overview
Control plane, data plane, etcd, API server, scheduler, kubelet, kube-proxy
Workloads
Pod, Deployment, StatefulSet, DaemonSet, Job, CronJob, ReplicaSet lifecycle
Configuration
ConfigMaps, Secrets, environment variables, projected volumes, downward API
Networking
Services, DNS, Ingress, Gateway API, NetworkPolicy, CNI fundamentals
Storage
PV, PVC, StorageClass, CSI drivers, volume modes, access modes
Scheduling
Requests/limits, QoS, taints/tolerations, node/pod affinity, topology spread, priority
Security Basics
RBAC, ServiceAccounts, Pod Security Standards, SecurityContext
Advanced Security
Admission controllers, OPA/Kyverno, supply chain, runtime security, sandboxing
Observability
Health probes, logging, metrics, tracing, kubectl debug, troubleshooting patterns
Advanced Patterns
CRDs, Operator pattern, admission webhooks, API aggregation, finalizers, leader election
Deep Internals
API server lifecycle, etcd/Raft, scheduler framework, controller-manager, kubelet, kube-proxy
Manifest Management
Helm deep dive, Kustomize, hybrid patterns, env promotion, CI/CD integration
Cloud-Native Ecosystem
Istio, Linkerd, KEDA, Karpenter, cert-manager, ExternalDNS, Velero, Rook, Harbor, Crossplane
Production Operations
HA setup, upgrades, incident response, cost optimisation, multi-tenancy, GitOps, security, DR, capacity, platform engineering
🏆 Skills You Have Now Mastered
Having completed this curriculum you can now confidently do all of the following in a production environment:
CNCF Certifications — You Are Ready
This curriculum covers the full body of knowledge for all three CNCF Kubernetes certifications. You are ready to sit them:
CKAD
Certified Kubernetes Application Developer — Chapters 1–10 fully cover the CKAD exam domains. Focus: workloads, configuration, networking, observability.
CKA
Certified Kubernetes Administrator — Chapters 1, 4, 5, 6, 11 + all of Chapter 14 cover the CKA exam. Focus: cluster setup, networking, storage, troubleshooting.
CKS
Certified Kubernetes Security Specialist — Chapters 7, 8, 11, and 96–97 of Chapter 14 cover CKS. Focus: supply chain, runtime security, hardening, audit.
kubectl shortcuts and imperative commands.
What to Do Next
🚀 Go Deeper — Specialise
- Build a real Operator with controller-runtime
- Contribute to an open-source CNCF project
- Run a full Istio ambient-mode cluster
- Build a complete IDP with Backstage + custom CRDs
- Implement Crossplane compositions for your team
📖 Related Series to Explore
- CI/CD & GitOps (ArgoCD, Flux, Tekton deep dive)
- Cloud Native Security (SLSA, SBOM, Sigstore)
- eBPF Engineering (Cilium internals, bpftrace)
- SRE Practices (SLOs, error budgets, toil reduction)
- Infrastructure as Code (Terraform, Pulumi, Crossplane)
🏗️ Build Something Real
- Set up a 3-node HA kubeadm cluster from scratch
- Deploy a full observability stack (LGTM) to it
- Write a custom Operator for a real use case
- Build a golden path template for your team
- Run a full DR drill — restore from etcd snapshot
🤝 Community & Keeping Current
- Follow the Kubernetes blog for each release
- Join the Kubernetes Slack (#kubernetes-users, #sig-*)
- Attend KubeCon (in person or virtual)
- Read CNCF TOC proposals to see what's coming
- Watch SIG meetings on YouTube for deep dives
🔗 Essential Bookmarks
These are the references you will return to throughout your career as a Kubernetes engineer:
kubernetes.io/docs
The official reference — allowed in all CNCF exams. The API reference and concept docs are authoritative.
CNCF Landscape
landscape.cncf.io — map of every tool in the cloud-native ecosystem. Updated constantly.
Kubernetes Release Notes
github.com/kubernetes/kubernetes/releases — read CHANGELOG.md for every minor version before upgrading.
k8s.io/blog
Official blog with feature announcements, deep dives, and community posts for each release cycle.
killer.sh
The best CKA/CKAD/CKS exam simulators. Harder than the real exam — if you pass here, you pass the exam.
Prometheus Docs
prometheus.io/docs — PromQL reference, configuration, and alerting rules documentation.
Istio Docs
istio.io/docs — VirtualService, DestinationRule, PeerAuthentication reference. Clear examples.
Helm Docs
helm.sh/docs — chart authoring, template functions reference, OCI registry support.