CertGrid CertGrid
Hands-on Lab·Certified Kubernetes Administrator

kubectl Productivity for the Exam

Two hours, seventeen tasks. `--dry-run=client -o yaml` writes the manifest you were about to type from memory, `kubectl explain` replaces the browser tab, and jsonpath answers a question instead of printing a table to read.

Foundations Guide 6 of 103 Beginner

A single node. Nothing here depends on cluster shape - it is all client-side.
Server NameIP AddressOSRolesCPURAMHDD
CKA4001192.168.0.191Ubuntu 26.04 LTSSingle Node (control plane, untainted)2 Core4 GB50 GB

Before you start

  1. Never write YAML from memory

  2. explain instead of a browser tab

  3. Ask for one field, not a table

  4. Stop typing -n every time

Official sources