Review By: Tejas Shah
Certified
Expiry Month
Expiry Year
Time taken to Prepare
Resources Used
Detailed Review Of Preparation
Last week I earned my first Kubernetes certification named CKAD ( Certified Kubernetes Application Developer ). It was one of the most challenging exams I appeared in recent times. The main reason is, unlike other MCQ ( Multiple Choice Questions ) exams, CKAD is a hands-on exam where you need to demonstrate your skills in one or more live environments. It is also an open book kind of an exam where you are allowed to refer to K8s documentation (only one tab).
In this post, I will share some tips which helped me sail through the exam. Some of these tips/tricks are borrowed from people who have already cracked CKAD .
Practice Enough With These 150 Questions for the CKAD Exam at least 2-3 times https://medium.com/bb-tutorials-and-thoughts/practice-enough-with-these-questions-for-the-ckad-exam-2f42d1228552
13 weekly challenges by Kim Wuestkamp that would help you dig deeper and troubleshoot some problems https://codeburst.io/kubernetes-ckad-weekly-challenges-overview-and-tips-7282b36a2681
The biggest challenge in the CKAD exam is time management. We have only 2 hours to complete 19 questions. On top of that, you need to write/edit YAML files is one of the default Linux editors ( nano, vim, etc ) which is not going to help in saving time. So here are some tips to save time.
Master kubectl imperative commands:
While YAML is good for Infrastructure as a Code, it won't help you in saving time in the exam
SO PLEASE DON'T WRITE YAML FILES FROM SCRATCH!
kubectl run and generators are the only saviors in this case. Remember that searching through K8s documentation will also be time-consuming, practice imperative commands so that you refer to documentation as less as possible.
Things to remember during the exam
CKAD exam demands a lot of hands-on practice and skills. However, it is also one of the most rewarding experiences. And even if you don't crack it in the first attempt, there is a free retake!
Benefits From Certification