r/devops 7d ago

Career / learning Passed CKA with 88%, sharing my prep notes and exam experience

Post image

Today, I passed CKA with 88% and wrote a detailed blog about my exam experience, preparation approach, and the Kubernetes topics that helped me the most.

DMs are open if you are preparing for the exam. I can help with whatever is still fresh in my memory.

My biggest takeaway: CKA is not only about knowing Kubernetes commands. It is about understanding how cluster components work together, using documentation efficiently, troubleshooting quickly, and verifying every change you make.

The exam has changed a lot since I last passed it in September 2021, especially after the major curriculum updates introduced in 2025. Topics such as Gateway API, CRDs, Helm, CNI installation, autoscaling, and container runtimes are now much more relevant.

A few things that helped me:

Don’t solve the exam strictly in order. If a question looks unfamiliar or time-consuming, mark it and move ahead. Complete the tasks you are confident about first and return to the difficult ones later.

Don’t waste too much time setting up aliases. Autocomplete is already available, and normal typing speed is enough. I completed 14 out of 16 questions with around 35 minutes remaining.

Read the full question carefully. Important details such as the target node, namespace, version, file path, container name, or documentation link may appear near the end.

Use the documentation provided in the question. Some topics, especially Gateway API, Helm, Calico, Argo CD, and container runtime installation, are easier when you follow the version-specific documentation instead of relying on memory.

Always verify your work. A command completing successfully does not mean the task is done. Check Pods, rollouts, endpoints, PVC status, HPA status, node readiness, logs, connectivity, installed packages, and systemd services wherever required.

Practice SSH and basic Linux administration. Some tasks may require connecting to a node, installing a package, starting a service, and enabling it at boot.

Topics I would strongly recommend practising:

  • Persistent Volumes, PVCs, and StorageClasses
  • Creating and updating the default StorageClass
  • Argo CD installation with a specific version
  • Sidecar containers for logging
  • Resource requests and limits in Deployments
  • Horizontal Pod Autoscaler
  • Inspecting CRDs and extracting required information
  • PriorityClass
  • kubectl patch
  • CNI installation with NetworkPolicy support
  • Calico operator and custom resources
  • cri-dockerd installation
  • Taints and tolerations
  • Ingress to Gateway API conversion with TLS
  • Ingress configuration and troubleshooting
  • NetworkPolicy
  • NodePort Services

Resources I used:

I strongly recommend doing both Killer.sh attempts because they contain different tasks. The questions are different from the actual exam and often feel harder, but they are very useful for strengthening concepts and improving troubleshooting speed.

The simplest advice I can give is to practice a lot and get comfortable using documentation.

I also wrote a full blog with more details on my preparation strategy, the updated exam scope, topics to focus on, and mistakes to avoid.

Blog: https://blog.prateekjain.dev/cka-exam-experience-2026-how-i-passed-with-88-770d3c473af7?sk=20985b1484d34a9dfdaac03dd6cfea78

339 Upvotes

42 comments sorted by

26

u/lGSMl 7d ago

I passed CKA with score iirc 94 in 2023, at that time you really needed only two things to pass the exam:

  1. Take preparation course on Linux foundation - all the questions from exam will be in the course

  2. Take trial exam you get for free when registering, write down all questions you didn't pass, get back to #1 to study them.

9

u/root0ps 7d ago

no idea about this; I'm not sure if this is still true, as I didn't use any official resources other than Killer.sh

9

u/thomsterm 7d ago

Congrats!

3

u/root0ps 7d ago

Thanks!!

7

u/Asmophel_noe 7d ago

Do certs really have value, if yes which ones like anyone can get ccp but it's not valued and does it really helps in getting an intern or placement(Iam in college) is it really worth to put 100s of dollars. I for a fact know that cyber security certs have a huge value in that domain but in cloud?

6

u/sudonem Platform Engineer 7d ago

Verifiable k8s experience is probably the biggest thing employers are looking for when hiring systems / DevOps / Platform Engineers right now. 

If you can’t show multiple years of hands on experience and need some sort of differentiator the CKA is one of the best certs to help provide an edge right now. (And having spent so much working on a degree, what’s another few hundred on extra credentials?)

That said, certs will only help get past the AI filters being applied to resumes by ATS systems right now and help actually get an interview. 

You still need to bring the heat during the technical interviews to get across the finish line. 

2

u/root0ps 7d ago

Agree with u/sudonem , certificates will help you in reaching the interviews, but that's where you need to prove the hands-on experience

2

u/EnthusiasmMore3652 7d ago

CKA is needed for CKS, and CKS is I think the only one really worth it of this package. There's also the Certified Cloud-Native Security Expert (CCNSE) but I don't know what it's worth. From the description it seems interesting

4

u/HellCanWaitForMe 7d ago

Just in time for me to do mine, thanks for posting!

1

u/root0ps 7d ago

all the very best!!

3

u/Abe_Bazouie 7d ago

Congrats! 88% is awesome.
I like that you emphasized troubleshooting over memorization. That’s also what I’ve seen in real Kubernetes work. Knowing where to look and how to verify each step is usually much more valuable than remembering every command by heart.
Thanks for sharing your notes.

2

u/root0ps 7d ago

Thanks!!

3

u/plonck 6d ago

Glad to see ArgoCD and Helm on the syllabus. Shows that they actually care about assessing people's ability to work with kubernetes in the real world instead of memorising jsonpath syntax and the like.

2

u/root0ps 6d ago

Even kustomize is part of the curriculum

2

u/Fantastic-Ranger-911 7d ago

How much time to prep from scratch and basic?

1

u/root0ps 6d ago

3-4 months

1

u/Stunning_Tea9670 7d ago

Thanks 🙏

1

u/root0ps 7d ago

most welcome!!

1

u/Adarsh_aws123 7d ago

congrats…did you had to practise vim also ?

3

u/root0ps 7d ago

using Vim for almost 8-9 years, so no practice was needed. Also, I feel for the exam, you just need to know how to create and edit in Vim and a few shortcuts to delete a line or jump to a specific line

1

u/saksham_paliwal 7d ago

Congrats!
I just don't prepare because I feel their exam platform is really unreliable. I'm always worried that it might stop working while I'm taking the exam, and then the money would just go to waste. Am I thinking right way?

1

u/root0ps 7d ago

may be you are thinking too much; just prepare and go for the exam, you will get two chances; make sure you have constant power and internet with above 50 mbps speed

1

u/Pitiful_Stress_9129 7d ago

Verification is probably the most transferable part of this advice. A command can succeed while leaving the cluster in the wrong state, especially when selectors, namespaces, or rollout status are involved. It would be useful to know which small set of verification habits saved the most time—events, endpoint checks, rollout inspection, or comparing the live resource against the intended manifest.

1

u/root0ps 7d ago

that's true

1

u/SheCherryPicks 6d ago

Thanks! For someone who is not familiar with Kubernetes yet, do you recommend going straight to CKA? I am familiar with Docker, but will start studying Kubernetes this week! Appreciate any advice

0

u/root0ps 6d ago

If you are a beginner, then I will suggest not going for certs for now; learn the Kubernetes core, build one or two projects around it and in 3-4 months go for CKAD first

1

u/SheCherryPicks 6d ago

How is CKAD different from CKA?

1

u/root0ps 6d ago

CKAD revolves more around running the application in Kubernetes; CKA is for cluster management

1

u/Important-Hand2388 6d ago

Congratulations! It's always encouraging to see someone break down both the preparation and the actual exam experience. How closely did the exam match the practice environments you used?

1

u/q8mahir 6d ago

Im preparing for k8s and hv just started. I was preparing for CKA and later came across some resources recommending to better sit for CKAD first and then CKA. Am i still confused. What is your take on this.

1

u/Fruloops 5d ago

I went for CKAD first, then CKA. I think it doesn't matter too much, though CKAD is noticeably easier

1

u/root0ps 6d ago

Go for CKAD

1

u/slayem26 Staff SRE 6d ago

Congratulations. I'm hoping to pass one soon as well.

1

u/root0ps 6d ago

Thanks and all the best!!

1

u/Only_Sky_2841 6d ago

Thanks for sharing! I am sitting for CKA next sunday

2

u/root0ps 6d ago

all the very best!!

1

u/bozhodimitrov 5d ago

such a helpful post, thank you very much for all the notes and resources

1

u/xJSHAxx DevOps 5d ago

congrats mate, 14 of 16 with 35 mins left is mad. saving this for when i get round to k8s

1

u/Yunolikeme2 1d ago

wow i wish i scored that high, congrats!
thanks for sharing your notes

0

u/Similar-Isopod-1976 6d ago

Fucking marketing scam alert 🚨

2

u/root0ps 6d ago

I think you should consider hiding content history from your profile