THE DEV BENCH
☸️

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 6

Then get hands-on: Kubernetes lab 34 scenarios.

Certified Kubernetes Administrator (CKA) — learning pathThe hands-on Kubernetes cert — Learn + Break-fix labs (the real practice), domain-weighted decks, a kubectl-speed drill, and a recall quiz, verified to the v1.35 curriculum.

Flashcard decks

6 decks · 107 cards · in study order
1CKA · 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 set

Kubernetes lab

live
Learn mode walks you through the core concepts on a real cluster; Break-fix mode drops you into broken clusters to diagnose and fix at a live kubectl prompt.

Docker lab

live
Containers are the unit Pods run — Learn mode teaches Docker step by step, Break-fix mode has you fix deliberately-broken containers at a real docker prompt.

YAML manifest drills

6 drills
Kubernetes is all YAML — practice writing valid manifests with the indentation and string-vs-boolean traps that bite in real clusters, graded live against a real YAML parser.

Curated resources

verified July 2026

Kubernetes 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

Exam-specific

Going deeper