Skip to content
Yasser Sinjab edited this page May 4, 2019 · 6 revisions

Welcome to the ckad-k8s wiki!

Some exam tips:

  • Read the question fully and carefully, some important information are at the end of the question
  • You have 2 hours only so time management is the real skill you need.
  • Questions have different scoring percentages: so you may find a question that has 7% and it is easy to implement which is worth it to spend time than a question that has 3% that you need to search about.
  • Avoid copy and paste for easy to type names (this will save you some time): In the exam there are some already created resources. They will give you the names so you can start working on the question. Now some names are really difficult to type like: namespace110101. But some are easy like: poller.
  • Sometimes we like to copy and paste from kubernetes documentation (it is easy and no errors in it), but trust me sometimes it is better if you remember some of the tasks (like: mounting a volume or getting environment variable from secret) and start writing them without going to the documentation and copy part of the text, paste it, and fix the indentation etc. (again this will save you some time)

Hope this will help !

Clone this wiki locally