Kubernetes & Containers
Master Kubernetes for the CKA — hands-on Learn + Break-fix labs, domain-weighted decks, a kubectl-speed drill, a recall exam, and Docker fundamentals.
Start here
CKA · D1 — Cluster Architecture, Installation & Configuration (25%)26 cards — step 1 of 6Then get hands-on: Kubernetes lab — 34 scenarios.
Flashcard decks
6 decks · 107 cards · in study order1CKA · D1 — Cluster Architecture, Installation & Configuration (25%)Domain 1: control-plane vs node components, RBAC, kubeadm install & version upgrades, etcd backup/restore, high availability, and the 2025 additions — Helm, Kustomize, and extending the API with CRDs/operators.262CKA · D2 — Workloads & Scheduling (15%)Domain 2: Deployments & rolling updates/rollbacks, ConfigMaps & Secrets, resource requests/limits, self-healing, and scheduling controls — nodeSelector, node affinity, taints & tolerations, and the HorizontalPodAutoscaler.163CKA · D3 — Services & Networking (20%)Domain 3: the Service types (ClusterIP/NodePort/LoadBalancer), Endpoints & selectors, Ingress and the new Gateway API, CoreDNS & in-cluster DNS, and NetworkPolicy for restricting Pod traffic.174CKA · D4 — Storage (10%)Domain 4: Volumes, PersistentVolumes & PersistentVolumeClaims, StorageClasses and dynamic provisioning, access modes, and reclaim policies — how a Pod gets durable storage.105CKA · D5 — Troubleshooting (30%)Domain 5 (the largest): diagnosing application failures, cluster & node component failures, resource/CPU-memory issues, networking problems, and reading logs & events — the core of the exam.226CKA · kubectl Speed & Imperative Commands (high-yield)CKA is a race against the clock. These are the imperative one-liners, --dry-run YAML generation, and speed aliases that let you produce and fix resources fast instead of writing manifests by hand. The highest-leverage exam-tactics deck.16
Practice exams
1 setKubernetes lab
liveDocker lab
liveYAML manifest drills
6 drillsCurated resources
verified July 2026Kubernetes has unusually good first-party documentation, so it leads here. The CKA is a hands-on exam — reading is necessary but not sufficient; pair every item below with the Learn and Break-fix labs on this site.
Official documentation
Kubernetes Documentation (home)free · officialThe canonical reference, and the only documentation you are allowed to open during the CKA exam — get fast at navigating it now, not on exam day.Kubernetes Conceptsfree · officialThe conceptual spine — workloads, services, storage, configuration and the control plane. Read this section in order rather than dipping in.kubectl Quick Reference (cheat sheet)free · officialThe imperative commands that save minutes on a timed exam. This page plus the kubectl-speed deck is the highest-yield hour in CKA prep.Kubernetes Basics tutorialfree · officialThe guided first pass if clusters are still new — deploy, explore, scale, update, in an in-browser cluster.
Exam-specific
CKA — official exam page (Linux Foundation)paid exam · free infoCost, format, retake policy, and the current exam version — check this before trusting any third-party summary of the curriculum.CNCF Certification Curriculum (GitHub)free · officialThe authoritative, versioned domain list for CKA/CKAD/CKS. This is the source of truth the decks on this site are verified against.Killer Shell — CKA scenariosfreeFree browser-based CKA practice scenarios from the team behind the exam simulator — the closest free thing to the real exam environment.
Going deeper
Kubernetes The Hard WayfreeBootstrap a cluster component by component with no automation. Overkill for passing the CKA, but nothing else makes the control plane click the same way.Helm documentationfree · officialThe package manager you will meet in every real cluster — charts, values, and releases. Not on the CKA, unavoidable on the job.