CNCF · Cloud Native Computing Foundation (Linux Foundation)

Certified Kubernetes Administrator

CKA

The CKA is CNCF's flagship hands-on credential for engineers who design, build, and operate production Kubernetes clusters. Unlike a multiple-choice cert, it puts you on a live command line and grades what you can actually do — so it's one of the few resumé lines hiring managers genuinely trust for DevOps, platform, and SRE roles. Fail it and you've burned a real cluster window, a $445 sitting, and time you needed for an offer deadline. This page breaks down exactly what the exam tests, how it's delivered, and how to clear it the first time.

2 hours
Hands-on tasks
66% to pass
Online proctored

Pay Only After You Pass

No upfront fee — you settle only after your verified passing result. We advertise guaranteed results — 100% pass guaranteed or money back.

Exam Spec Sheet

Provider CNCF / Linux Foundation
Format Performance-based · live cluster
Duration 2 hours
Tasks ~15–20 hands-on
Passing score 66%
Fee $445 (incl. 1 free retake)
Proctoring PSI Bridge (online only)
Validity 2 years
Language English
See CKA Help Options

EXAM FORMAT

How the CKA is built — at a glance

2h

One timed window

A single 2-hour session — no separate sections, no scheduled breaks. You allocate your own time across every task, so pacing is half the battle.

~17

Hands-on tasks

Roughly 15–20 performance-based problems solved entirely from a terminal on live Kubernetes clusters. Every task carries a weight and most allow partial credit.

66%

Score to pass

You need 66% of the weighted task points. There's no multiple choice to guess at — the grader checks the actual cluster state you produced.

What the environment looks like

You work inside a remote terminal driving several pre-built clusters. You switch context between clusters, edit YAML, and run kubectl, kubeadm, etcdctl, and standard Linux tools. The official Kubernetes documentation is open in-browser during the exam — so the test rewards command fluency and knowing where to look, not rote memorization.

How scoring works

Each task is weighted by difficulty and added to a 100% total; you need 66% to pass. Many tasks grade in stages, so a partially-correct answer still earns points. Results are typically emailed within 24 hours of submission. Your purchase includes one free retake, plus two Killer.sh simulator sessions that mirror the real interface.

WHAT'S TESTED

Five official domains — bars show each domain's share of your score

1

Troubleshooting

30%

The single heaviest domain: diagnosing failing nodes, broken pods, control-plane issues, and cluster/application logs — then fixing them under time pressure.

2

Cluster Architecture, Install & Config

25%

RBAC, kubeadm cluster setup and version upgrades, etcd backup and restore, Helm/Kustomize, and managing a high-availability control plane.

3

Services & Networking

20%

Pod-to-pod connectivity, Services, the Gateway API and Ingress, NetworkPolicy, and CoreDNS configuration and resolution.

4

Workloads & Scheduling

15%

Deployments and rolling updates, ConfigMaps and Secrets, resource limits, scaling, and self-healing application configuration.

5

Storage

10%

PersistentVolumes and Claims, StorageClasses, dynamic provisioning, access modes, reclaim policies, and volume types.

Why the weights matter

Troubleshooting plus Cluster Architecture make up 55% of your score. If you can't debug a broken cluster fast and rebuild the control plane, no amount of storage trivia saves you.

Domain weights reflect the current CNCF curriculum, which tracks a recent Kubernetes release (around v1.34–v1.35). Because grading is task-based, a candidate who is strong in the two heaviest domains but slower on storage can still clear 66% — speed and accuracy in Troubleshooting and Cluster Architecture are where exams are won or lost.

DELIVERY & PROCTORING

Online only — and what to expect on exam day

Online, proctored via PSI Bridge

There is no test-center option. You take the CKA from a private room using the PSI Secure Browser on the PSI Bridge platform. A live proctor watches your webcam, microphone, and full screen for the entire 2 hours. Chrome or Chromium and a movable webcam are required, and check-in can take up to 30 minutes — so log in early.

Identity verification

You upload a valid, unexpired government photo ID showing your name, photo, and signature, then take a live selfie that PSI compares against it. The name on your Linux Foundation account must exactly match your ID, or check-in fails. One in-exam tab opens to the Kubernetes docs; everything else is locked down.

Workspace scan

A clutter-free desk, clear walls, good lighting, and no second monitor or phone within reach. The proctor scans your room and desk surface before unlocking the exam.

Allowed resources

Only the official Kubernetes documentation (kubernetes.io) is permitted, opened inside the exam browser. No personal notes, no other tabs, no second device.

During the exam

Stay in frame and on-camera the whole time. Leaving the seat, talking aloud, or losing connection can pause or flag the session.

WHO SHOULD TAKE THIS

The CKA is built for engineers who run Kubernetes in production

  • DevOps and platform engineers operating Kubernetes clusters
  • Site reliability engineers (SREs) and cloud infrastructure admins
  • Backend engineers moving into cloud-native and container roles
  • Sysadmins upskilling for higher-paying cloud-native positions
  • Candidates planning to progress to the CKAD or CKS later

PREREQUISITES & DIFFICULTY

No formal requirements — but the bar is genuinely high

  • No formal prerequisites — open to anyone who registers
  • Comfortable Linux command line and YAML editing required
  • Working knowledge of containers and core Kubernetes objects
  • Fast kubectl reflexes — typing speed directly affects your score

Difficulty: The CKA is hard because it's entirely practical — you can't bluff a multiple-choice answer. Two hours is tight for 15–20 real cluster tasks, and Troubleshooting alone is 30% of the score. Most candidates need solid daily kubectl practice plus the Killer.sh simulator before they're consistently above 66%. That time-and-pressure squeeze is exactly the pain point our help is built to remove.

HOW EXAM ASSIST HELPS YOU PASS THE CKA

The CKA is a high-pressure, hands-on exam standing between you and a cloud-native role or promotion. Exam Assist pairs you with a vetted Kubernetes specialist and works on a pay-after-you-pass model — so the risk sits with us, not you. No upfront fee, guaranteed results: Exam Assist handles the sitting end to end, and you settle only after the verified result.

1

Share your exam details

Tell us your exam date, your current Kubernetes comfort level, and which domains worry you most. Takes a couple of minutes over WhatsApp, Telegram, or Discord.

2

Get an honest feasibility answer

We review your timeline and target and tell you plainly whether it's realistic — before any money is discussed. If it isn't a fit, we say so.

3

The sitting is handled

Exam Assist handles the sitting end to end. You're matched with a CKA specialist who maps the work around the performance-based tasks, the PSI Bridge environment, and the heaviest domains — discreetly and confidentially.

4

Settle after the verified result

You only pay once your passing result is confirmed on your official report. No verified result, nothing owed.

Ready to lock in your CKA pass?

See the full pay-after-you-pass model and how specialist matching works.

Get CKA Help

FREQUENTLY ASKED

Straight answers about the CKA exam

What score do you need to pass the CKA exam? +
The CKA passing score is 66%. The exam is performance-based, so your score comes from how many of the live, hands-on tasks you complete correctly in a real Kubernetes cluster — there are no multiple-choice questions. Many tasks award partial credit, so finishing as much of each task as possible matters.
Is the CKA exam multiple choice or hands-on? +
The CKA is entirely hands-on. You solve roughly 15 to 20 performance-based tasks from a command line on live Kubernetes clusters within a 2-hour window. You use kubectl, edit YAML, and operate real clusters — there is no multiple choice. The Kubernetes documentation is available in the exam terminal, which is why command speed and muscle memory matter more than memorization.
How much does the CKA exam cost? +
The CKA exam is $445 USD as of 2026, purchased through the Linux Foundation. That price includes one free retake if you do not pass on your first attempt, plus access to the Killer.sh exam simulator. Discounted bundles with training courses or an annual subscription are also offered.
Can I take the CKA exam online from home? +
Yes — the CKA is delivered exclusively as an online, remotely proctored exam. There is no test-center option. You take it from a private room using the PSI Secure Browser on the PSI Bridge platform, with a live proctor monitoring your webcam, microphone, and screen. A government photo ID check and a selfie are required before the exam unlocks.
How long is the CKA certification valid? +
The CKA certification is valid for 2 years from the date you pass. To stay certified beyond that, you retake and pass the current version of the exam, which tracks a recent Kubernetes release. Plan a renewal before your two years lapse if your role depends on the credential.
Do I pay Exam Assist before or after I see my CKA result? +
You settle only after your verified passing result is confirmed. There is no upfront fee — you share your exam details, receive an honest feasibility answer, and decide before any money changes hands. We advertise a guaranteed pass with money back if you do not pass; we offer a transparent, results-first arrangement.
EXAM HELP SERVICE CKA Exam Help: Pay After You Pass We handle the sitting end to end. Pass guaranteed — settle only after the result posts. View Service

KEEP EXPLORING

Get help, and compare sibling Kubernetes exams

YOUR CKA PASS, HANDLED

Get expert CKA help with no upfront fee — you settle only after your verified passing result. Honest feasibility answer first, results-first arrangement always.

OR CHAT WITH US