← Blog/Certification

CKA Exam Guide 2026:
Syllabus, Tips & Study Plan

Everything you need to pass the Certified Kubernetes Administrator exam — domain weights, what actually appears, killer.sh strategy, and time management tips from engineers who passed on first attempt.

Ananya Singh·28 Mar 2026·11 min readPass Rate: 72% first attempt

What Is the CKA?

The Certified Kubernetes Administrator (CKA) is a hands-on certification from the Cloud Native Computing Foundation (CNCF) and Linux Foundation. It's the most recognised Kubernetes credential in the industry, required or preferred at thousands of companies hiring DevOps engineers in 2026.

Format

17 tasks on live clusters

Duration

2 hours

Pass mark

66%

📖

Open book

kubernetes.io/docs only

🔄

Retake

1 free retake included

💳

Cost

~$395 USD (often 50% off)

Pro tip: Buy during sale

Linux Foundation runs 30-50% discounts on CKA bundles during KubeCon and Black Friday. The CKA + CKS bundle (with killer.sh included) is consistently good value. Set a Google alert for "Linux Foundation CKA discount".

Exam Domains & Weights

Study proportional to the weights. Troubleshooting is 30% — don't neglect it.

Cluster Architecture, Installation & Configuration

25%
kubeadm cluster setupRBACkubeconfigKubernetes upgradeetcd backup and restore

Workloads & Scheduling

15%
Deployments, ReplicaSets, DaemonSetsConfigMaps & SecretsResource limits & requestsManual scheduling, Taints & TolerationsNode affinity

Services & Networking

20%
Services (ClusterIP, NodePort, LB)DNS resolution in-clusterIngress controllersNetworkPolicyCNI plugins

Storage

10%
PersistentVolumes & PVCsStorageClassesVolume access modesExpanding volumes

Troubleshooting

30%
Application failures (CrashLoopBackOff, ImagePullBackOff)Cluster component failuresNetworking troubleshootingNode not readyLog analysis

CKA vs CKAD vs CKS — Which First?

CertFocusPrerequisiteGet it if...
CKACluster adminNoneYou want to manage clusters — DevOps / SRE role
CKADApp deploymentNoneYou're a developer deploying to K8s daily
CKSK8s securityCKA requiredYou want to specialise in cloud security / compliance

Recommendation: If you're new — get CKA first. It's the broadest, most recognised, and teaches you to run real clusters. CKAD and CKS are valuable specialisations after CKA.

6 Tips to Pass the CKA

01

Set up your .bashrc aliases first

In the exam, immediately run: `source <(kubectl completion bash)` and `alias k=kubectl`. Every second saved on typing counts.

02

Use dry-run to generate YAML fast

`kubectl run nginx --image=nginx --dry-run=client -o yaml > pod.yaml` is faster than writing YAML by hand. Know this pattern cold.

03

Bookmark kubernetes.io/docs ahead of time

Pre-bookmark key pages: Persistent Volumes, NetworkPolicy, RBAC, kubeadm, and the kubectl cheat sheet. You can't add bookmarks during the exam.

04

Troubleshooting = 30% of the exam

Practice diagnosing broken clusters weekly. CrashLoopBackOff, node NotReady, DNS resolution failures, and etcd corruption are common.

05

killer.sh is harder than the real thing

Buy your exam from Linux Foundation — it comes with 2 killer.sh sessions (36hr each). If you score 70%+ on killer.sh, you'll pass the real exam.

06

Manage your time aggressively

Each task shows its weight. Skip 2% tasks if stuck — come back later. Never spend 15 minutes on a 4% task.

CKA FAQ

How hard is the CKA?

Moderately difficult. Pass mark is 66%. It's open-book (kubernetes.io/docs only). The difficulty is time pressure — 17 tasks in 2 hours on live clusters. Speed with kubectl is critical, not memorisation.

How long should I study?

With K8s exposure: 8–12 weeks (2–3 hrs/day). Complete beginners: 12–16 weeks including learning K8s from scratch. Don't rush — one focused attempt beats two rushed ones.

Can I use documentation during the exam?

Yes — one browser tab to kubernetes.io/docs only. Know your kubectl commands well enough not to need docs for every step. Reserve docs lookups for syntax you rarely use.

Is CKA worth it in India?

Yes. CKA consistently adds ₹3-6 LPA to salary during negotiations. At senior levels, it's often a screening filter — job descriptions increasingly list 'CKA preferred' or 'CKA required'.

CKA prep with real clusters

Practice on the same infra as the exam

Devloud's CKA batch gives you live EKS and kubeadm clusters to practice on — same environment as the exam. Weekly timed mock sessions included.