Hey all, In the cert exam ( for those who did it) do I need to memorize everythi . . .

Fernanda Martins:
Hey all,
In the cert exam ( for those who did it) do I need to memorize everything? Like every YAML config… every little thing? How is it? I am finding it hard to memo everything… any tips?

techlead.93:
I’ve only done CKAD but the same applies for CKA, you can copy yaml from the documentation. To make things easier it’s best bookmark the sections you need

Fernanda Martins:
Ah! Great tip! Thanks! Will do that for the hard stuff to memorize!

unnivkn:
open book exam… :slightly_smiling_face:

Marimurugan v:
@techlead.93 so… during the exam we can open a browser window and check the documentation? Usually the exam engine does not allow to open any other program.

Daz Mac:
Documentation is available during the exam. The approach I took for CKA/CKAD is to create resources in the exam using the following methods (in order of preference)

  1. Imperative commands (Use kubectl run -h or kubectl create <command> -h if needed)
  2. Bookmarks from http://kubernetes.io/docs|kubernetes.io/docs
  3. kubectl explain <resource>