Kubernetes is the most popular orchestration tool globally, and the CNCF (Cloud Native Computing Foundation) CKA exam is the most popular exam to check your skills in the k8s world. The CKA it's a first step in the k8s certification way.
CKA exam isn't hard, but some questions are critical to understanding. That's why mock questions could help you. I have compiled a list of valuable tips to pass the Certified Kubernetes Administrator exam.
Learn a lot - practice, practice, and practice.
You shouldn't just know the basic concepts; you should know where to find a particular case in the official documentation.
weight
Individual weightage of questions.total score
Sum of your question scores.correct
Are you sure about your answer? If not, you shouldn't add to the total score. Deal with it again at the end of the paper if you've enough time.#| weight | total score | correct (+ or -)
1 6 6 | +
2 3 9 | -
3 3 12 |
4 3 15 |
5 6 21 |
6 6 27 |
7 3 30 |
8 3 33 |
9 6 39 |
10 6 45 |
11 6 51 |
12 6 57 |
13 6 63 |
14 6 69 |
15 6 75 |
16 2 77 |
17 6 83 |
18 6 89 |
19 5 94 |
20 6 100 |
alias kdr='kubectl run --dry-run=client -o yaml'
Then you can use it to create a new pod template like this:
kdr --image=nignx > pod.yaml
Don't worry. Panic has not helped anyone yet; focus and just do the same thing as during the practice.
k get ns # for namespaces
k get deploy # for deployments
k get pv # for persistentvolumes
k get pvc # for persistentvolumeclaims
k get svc # for services
k get no # for nodes
k get po # for pods
Note: You can check other abbreviates using kubectl api-resources.
I passed my first CNCF exam recently. It was useful to my company and myself. It helped reinforcement of my knowledge and learning a few new tricks. However, getting the certification is one thing; knowledge of the Kubernetes is another. The certification way is not for everyone. Also, the exam costs $300.
Good luck with your CKA exam! Remember, practice makes perfect. Believe in yourself, practice more, and you will succeed. No pain, no gain.
I tried hard not to share any private exam content from the CKA exam. If some data/content is wrong or should be removed, please email me at [email protected] or message on LinkedIn.