CertGrid CertGrid
Hands-on Lab·Certified Kubernetes Administrator

What Kubernetes Is and What It Does

Kubernetes is a database of desired state with programs that keep reality matching it. That one sentence explains almost every behaviour, including the ones that surprise people, and every claim in it can be shown with a command.

Foundations Guide 1 of 103 Beginner

Written against the versions above. Nothing here is version-specific. The resource and group counts vary with what is installed on a cluster.

A single-node cluster is enough for everything here: none of it is about scheduling across machines.
Server NameIP AddressOSRolesCPURAMHDD
CKA4001192.168.0.191Ubuntu 26.04 LTSControl Plane Node, Worker Node2 Core4 GB50 GB

Before you start

  1. It is an API before it is anything else

  2. Every object is a wish and a report

  3. Declarative means the same file twice is a no-op

  4. Delete a Pod and watch a controller put it back

  5. The ownership chain, and why it is deterministic

  6. Level-triggered, not event-driven

  7. What it will not do for you

Official sources