Hey folks! 👋

If you're navigating your way through the Kubernetes ecosystem and aiming to get certified, the Kubernetes Certified Administrator (CKA) exam is a big milestone. I recently went down this path, and I wanted to put together a quick guide with everything you need to know—from what the exam looks like to the resources that helped me the most.


🎯 What is the CKA Exam?

The CKA (Certified Kubernetes Administrator) is a hands-on exam created by the CNCF (Cloud Native Computing Foundation) in collaboration with The Linux Foundation. Unlike traditional MCQ-based exams, the CKA is a performance-based exam where you solve real-world problems in a command-line environment.

✅ Some Quick Facts:

  • Duration: 2 hours
  • Passing Score: 66%
  • Number of Questions: Around 15–20 tasks
  • Open Book? Yes! You can use Kubernetes.io and GitHub (limited)
  • Price: $395 USD (often discounts are available)
  • Retake Policy: 1 free retake within 12 months

🧭 Exam Environment

  • You'll use a web-based terminal environment with pre-configured Kubernetes clusters.
  • A remote proctor will monitor your screen and webcam.
  • You can open only one additional browser tab for Kubernetes documentation.

💡 Tip: Know the docs. Knowing where something is in the docs is as important as knowing what to do.


🧠 Key Topics Covered

Here’s the official breakdown of what you’ll be tested on:

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

Focus heavily on troubleshooting—many tasks can combine concepts from multiple domains.


📚 Resources I Used (and Loved!)

1. Killer.sh Simulator

You get 2 attempts free with your exam voucher. It's harder than the actual exam but insanely useful for prepping under pressure.

👉 https://killer.sh


2. KodeKloud CKA Course

Hands down the best course. Mumshad Mannambeth does an amazing job explaining core concepts and providing real terminal practice.

👉 https://kodekloud.com/p/certified-kubernetes-administrator


3. The Official Kubernetes Docs

As it's an open-book exam, familiarize yourself with the structure of the docs—especially things like:


🛠️ Preparation Tips

  • Practice writing manifests manually—YAML will be your best friend.
  • Get comfortable using kubectl quickly and efficiently.
  • Use aliases to reduce typing. (Yes, it's allowed!)
  • Use --dry-run=client -o yaml for quick manifest creation.
  • Practice on environments like Minikube or KIND.

🧘 Exam Day Advice

  • Use your 15-minute check-in wisely—have water, a clean desk, and your ID ready.
  • Keep calm, don’t panic if a cluster takes a while to load.
  • Flag difficult questions and come back later.
  • Time management is key—don't get stuck on one task.

🌟 Final Words

If you're hands-on with Kubernetes or want to solidify your knowledge, the CKA exam is totally worth it. The journey will force you to sharpen your practical skills, and passing it feels super rewarding.

If you’re just starting out, take it one step at a time. It’s a marathon, not a sprint. You've got this! 💪


✌️ Let me know if you're preparing too—I’d love to share more tips or even pair-study. Good luck!