Kubernetes fundamentals
No prior Kubernetes needed. It starts from what a container is and why Kubernetes exists, then walks one small app through running, configuring, connecting, and storing. Each topic explains the idea in plain language before any YAML.
01What Kubernetes isThe problem it solves, in plain terms.8 min02Containers in a nutshellThe thing Kubernetes actually runs.8 min03The cluster: control plane & nodesThe two halves of every cluster.10 min04Meet kubectlThe remote control for your cluster.10 min05Your first podRun something, then look at it.10 min
01Pods, a little deeperWhat is really inside a pod.10 min02ReplicaSets: keeping copies aliveHow Kubernetes keeps N running.8 min03Deployments: the one you will useManaging pods the normal way.10 min04Scaling up and downMore copies, fewer copies, on demand.8 min05Self-healingWhat happens when something crashes.8 min06Updating without downtimeShip a new version, and undo it.10 min
Progress is saved in this browser only — no account required.
Final exam
Test yourself on everything
57 questions drawn from all 6 sections — every answer explained as you pick.