Practice modeFree teaserLinux Foundation · Certified Kubernetes Application Developer (CKAD) — Practice Exam 1· Q1/10
Practice these tasks hands-on — free Kubernetes playground
The real CKA / CKAD exam is performance-based — you solve tasks on a live cluster from a browser terminal. Open the Killercoda playground in a second tab and reproduce each question with kubectl while you work through this set.
Open the free Kubernetes playground →
- Spins up a single-node cluster in your browser — no signup, no install.
- For each question, also try to produce the resource:
kubectl run,create -f,edit, then verify withdescribe/get -o yaml. - Practice imperative shortcuts you'll need under time pressure —
--dry-run=client -o yaml,kubectl explain,alias k=kubectl. - Killercoda sessions expire after ~60 min of inactivity. KodeKloud runs the playground; we are not affiliated with them.
Which command generates a Pod manifest to stdout WITHOUT creating the Pod, useful for editing before applying?
Pick an option to reveal the answer.
