Exampractice
DevOps & Linux

How to Prepare for the CKA Exam

A practical CKA study plan built around hands-on labs — environment setup, a week-by-week schedule, timed benchmarking and final-week tactics that match the exam.

Kenji Nakamura · 10 min read
Weekly training calendar styled as a container ship's log, representing a structured CKA exam study plan.

Preparing for the Certified Kubernetes Administrator (CKA) exam comes down to one governing principle: every hour of preparation should end with your hands on a cluster. The CKA is performance-based — two hours of live administration tasks in real Kubernetes environments — so reading and watching are only ever the warm-up for doing. The plan below turns that principle into a concrete schedule: set up a practice environment in the first week, work through the curriculum domain by domain with deliberate drills, then spend the final stretch on timed rehearsal and benchmarking until your practice scores clear the passing bar with room to spare.

One scoping note before the plan. This article prescribes how to study; it assumes you already know what the exam is. If you have not yet confirmed the format, domain weights, pricing and registration mechanics, read the Certified Kubernetes Administrator (CKA) Guide first — and if you are still weighing whether the exam's demands match your current level, the honest assessment in How Hard Is the CKA Exam? is the place to settle that.

Step 1: Anchor your plan to the current curriculum

Start by downloading the current curriculum from the official Linux Foundation CKA page and pinning it somewhere visible. As of August 2026 the exam is based on Kubernetes v1.35, and the environment tracks new minor versions within four to eight weeks of each release, so the live page — not a blog post, not last year's course notes — is your source of truth.

The five domains and their weights are your time-allocation budget:

  • Troubleshooting — 30%
  • Cluster Architecture, Installation & Configuration — 25%
  • Services & Networking — 20%
  • Workloads & Scheduling — 15%
  • Storage — 10%

Let the weights discipline you. Troubleshooting and cluster architecture together carry 55% of the marks, yet they are the areas self-learners practise least because tutorials favour tidy, working examples. Your plan should invert that: more than half your hands-on time belongs to building clusters and breaking them.

Check any course or book you plan to use against the February 2025 curriculum revision, which added Gateway API alongside Ingress, brought in Helm and Kustomize, made CRI/CSI/CNI integration troubleshooting explicit, added dynamic volume provisioning, and replaced Pod Security Policies with Pod Security Standards. Material that predates the revision will drill you on at least one removed topic and miss several current ones.

Step 2: Build your practice environment in week one

You cannot pass a hands-on exam without a place to put your hands, so environment setup is week one's job — not something deferred until after the theory.

You have three workable options, and the right answer for most candidates is "at least two of them":

  1. A local multi-node cluster using a lightweight tool on your own machine. This is your daily driver: instant, free, endlessly rebuildable. Its limitation is that pre-packaged local clusters hide exactly the installation and component-level plumbing the exam's second-largest domain tests.
  2. Clusters you bootstrap yourself on virtual machines — local VMs or small cloud instances — using the standard cluster-bootstrapping workflow. This is non-negotiable for the Cluster Architecture, Installation & Configuration domain: you need to have stood up a cluster from bare nodes, joined workers to it, and upgraded it, more than once.
  3. Disposable browser-based playgrounds for odd moments of practice when your main setup isn't to hand.

Two environment rules pay off all the way to exam day. First, practise in a plain terminal with a terminal editor — the exam gives you a terminal, not your IDE, and delivery runs through the PSI Bridge secure-browser platform on a single monitor, so rehearsing in a maximally comfortable setup builds habits the exam will confiscate. Second, get fluent with the Kubernetes documentation site as a working tool, because performance-based CNCF exams permit access to specified official documentation during the exam. Confirm the exact allowed-resources policy in the Linux Foundation candidate documentation, then practise navigating the docs quickly enough that a lookup costs you thirty seconds, not five minutes.

Step 3: The week-by-week plan

The schedule below is written as eight weeks because that suits a working professional giving the CKA consistent part-time effort with some prior Kubernetes exposure. It is a template, not a prescription — there is no official figure for required study hours, and your real timeline depends on your starting point. Compress it if you administer clusters daily; stretch it if Kubernetes is new. The sequence matters more than the calendar.

Weeks 1–2: Environment, workloads and the kubectl habit

Build your practice environments (Step 2), then work the Workloads & Scheduling domain: Deployments, ReplicaSets, DaemonSets, Jobs, scheduling controls, resource requests and limits, ConfigMaps and Secrets. This domain comes first not because of its 15% weight but because it builds the kubectl fluency everything else rides on.

From day one, make speed a habit rather than a later add-on:

  • Generate manifests with kubectl's dry-run output instead of writing YAML from scratch, then edit.
  • Learn the explain and shorthand facilities until they are reflexive.
  • Do every exercise twice — once to solve it, once to solve it fast.

Finish week two by deploying an application with Helm and applying a Kustomize overlay, both squarely on the current curriculum.

Weeks 3–4: Cluster architecture, installation and configuration

Bootstrap a cluster from plain VMs. Then do it again without your notes. Join a worker node, drain and cordon nodes, back up and restore the key-value datastore backing the control plane, and perform a version upgrade of the control plane and workers. Spend real time on the interfaces the 2025 revision emphasised — container runtime (CRI), storage (CSI) and networking (CNI) integration — because "the cluster is unhealthy at a component level" is prime exam territory.

This fortnight is the plan's least glamorous and most valuable. A quarter of the exam's marks live here, and this is also where you build the mental model of what runs where that makes troubleshooting tractable later.

Week 5: Services, networking and storage

Cover Services of each type, Ingress and the Gateway API, DNS behaviour inside the cluster, and network policies — verifying every construct with actual traffic, not just a created object. Then storage: PersistentVolumes, PersistentVolumeClaims, StorageClasses and dynamic provisioning, mounting volumes into workloads and proving data survives a pod restart.

The verification habit you practise this week — make the change, then prove it works — is worth marks directly, because the exam grades the cluster's final state, and a Service that doesn't actually route traffic earns nothing however correct its YAML looks.

Week 6: Troubleshooting as a deliberate discipline

Now attack the 30% domain head-on. Troubleshooting cannot be read into existence; it has to be drilled. The most effective method is break-and-fix: sabotage your own cluster, walk away for an hour, come back and repair it against a timer. Stop a node component and diagnose the symptoms. Misconfigure a manifest's image, its probes, its service selector. Break DNS. Fill a node so pods won't schedule.

Work to a repeatable diagnostic sequence — observe the symptom, check events and logs, form a hypothesis, test it, verify the fix — until the sequence survives time pressure. If you have a study partner, sabotage each other's clusters; problems you didn't plant are far closer to exam conditions.

Weeks 7–8: Timed rehearsal and benchmarking

The final fortnight is rehearsal, and rehearsal means the clock is always running. Your exam purchase includes two killer.sh simulator sessions of 36 hours each — the simulator presents 17 questions per session and is deliberately demanding. Spend one session at the start of week 7 as a diagnostic and keep the second for the final days as a dress rehearsal. Between them, drill with other timed material: mixed-domain task sets, two-hour blocks, no pauses.

Benchmark deliberately rather than vaguely. After every timed session, score yourself against the 66% passing bar, then log three numbers per task: right or wrong, minutes spent, and whether you verified the result. Feed the log back into your remaining study time — a weak domain gets the next day's drills; a slow-but-correct pattern gets speed work; skipped verifications get a rule that no task is finished until checked. A set of CKA practice questions organised by exam objective is useful here precisely because it lets you isolate one weak domain and hammer it, rather than always rehearsing the full mix. Treat all practice material as a tool for finding and fixing weaknesses in your understanding of the objectives — memorising specific answers defeats the purpose and fails against a live cluster anyway, since the exam grades what you can do, not what you recognise.

Your exit criterion for booking confidence: two consecutive full-length timed sessions clearly above the passing bar, with time left over for verification passes.

Step 4: Practise exam craft, not just Kubernetes

A distinct layer of preparation targets the exam as an event, and it is cheap marks for anyone who bothers:

  • Triage on weights. Exam tasks carry different weights and can be answered in any order. Rehearse a first pass that banks quick wins, flags heavy problems, and returns to them with the remaining time.
  • Cap your sink time. Decide in advance the maximum minutes any single task may consume before you move on. Enforce it in every rehearsal so it holds on the day.
  • Read twice, in the right place. Misread namespaces, names and cluster contexts are notorious mark-killers. Build the habit of confirming where you are before you touch anything.
  • Verify by default. End every task with a check that the required state actually holds.
  • Rehearse the room. One monitor, webcam and microphone, cleared desk, ID ready, environment check before the session. Run your final practice test under those physical conditions so nothing about exam day is novel.

In your last week, switch from learning to confirming: a structured final sweep of skills and logistics is the job of the CKA Exam Preparation Checklist, which pairs with this plan as the pre-booking audit.

Common preparation mistakes to design out of your plan

Four patterns account for most preparation that fails despite real effort:

  1. Course completion mistaken for readiness. Finishing a video course is the start of preparation, not the end — the exam tests execution, and execution only comes from the lab hours the course was meant to introduce.
  2. Practising only what's pleasant. Deployments and Services are comfortable; bootstrapping clusters and repairing broken control planes are not. The weights pay for the uncomfortable half.
  3. Untimed everything. If the clock only appears on exam day, so does the panic. Timing belongs in your plan from week one's "solve it twice" drills onwards.
  4. Ignoring the retake in your planning. Your purchase includes one free retake inside a 12-month eligibility window. That is not an excuse to book unprepared — but it does mean a first attempt taken at genuine readiness is lower-stakes than it feels, and a narrow miss becomes a precise diagnostic for a focused second run.

Frequently asked questions

How many hours should I study for the CKA?

There is no official figure, and honest answers are ranges conditioned on experience: candidates who administer Kubernetes at work need far less than newcomers building Linux and Kubernetes skills simultaneously. Let benchmarking, not hours logged, decide when you are ready — consistent passing-level scores on full-length timed practice are the only trustworthy signal.

Should I take a course, or can I self-study?

Either works; the exam doesn't care how you learned. A structured course helps if you want sequencing decided for you (the Linux Foundation sells the exam bundled with its Kubernetes Fundamentals course at $645 as of 2026, against $445 exam-only), but every path succeeds or fails on the same thing: lab time against the current curriculum.

When should I book the exam date?

Booking after your first strong diagnostic — typically around the start of your rehearsal phase — gives you a concrete deadline for the final push while keeping the date informed by evidence. Your 12-month eligibility window from purchase leaves ample room to schedule around your plan rather than the other way round.

Should I do KCNA first as preparation?

If the CKA plan above looks premature for your current level, the entry-level Kubernetes and Cloud Native Associate is a gentler on-ramp — where it fits in the wider ladder is covered in Kubernetes Certifications Explained. For candidates already comfortable in Linux and containers, going straight at the CKA is common and reasonable.

The plan in one paragraph

Pin the current curriculum; build a local cluster and a bootstrap-it-yourself VM environment in week one; work the domains in an order that front-loads kubectl fluency and gives cluster architecture and troubleshooting the outsized time their 55% combined weight demands; drill break-and-fix until diagnosis is a reflex; then spend your final fortnight on timed, benchmarked rehearsal — killer.sh sessions at the start and end, objective-organised practice questions to close specific gaps — until you clear 66% repeatedly with time to verify. Do that, and the exam becomes what it should be: a slightly artificial version of work you have already done many times.

Exam facts in this guide were checked against official certification-provider pages on . Fees, exam codes and policies change — confirm on the provider’s own site before you book.

Put it into practice

Test what you have just read

Reading about an exam only takes you so far. Work through practice questions for your certification and find the gaps before exam day does.

You may also like