Cheat Sheet · IT & Cloud

CKA Cheat Sheet

advanced

A free CKA cheat sheet: the hands-on format, kubectl speed tips, key Kubernetes objects and the five domains for final revision.

By The Exam Atlas Editorial Team · Verified 2026-06-05

A final-revision summary for the CKA. Study aid only - the exam is hands-on, so practise in a real cluster.

The format

Hands-on tasks in a live terminal · two hours · 66% to pass · online-proctored · official Kubernetes docs allowed.

kubectl speed tips

TipWhy
alias k=kubectlSaves keystrokes on every command
--dry-run=client -o yamlScaffold YAML instead of writing it
kubectl explainField reference without leaving the terminal
kubectl get/describe/logsFast diagnosis for troubleshooting
Set a default namespaceAvoid repeating -n

Key objects

Pod · Deployment · ReplicaSet · Service · Ingress · ConfigMap · Secret · PersistentVolume / PersistentVolumeClaim · StorageClass · NetworkPolicy · Role/RoleBinding (RBAC) · etcd.

Exam-day reminders

Two hours, tightly timed · troubleshooting is 30% · know where the docs pages are · generate objects, do not hand-write YAML.

FAQ

What is the CKA exam format?
Performance-based and hands-on: around 15-20 real tasks in a live cluster over two hours, online-proctored, pass mark 66%. You may use the official Kubernetes docs.

Sources