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…
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)
- Imperative commands (Use
kubectl run -h or kubectl create <command> -h
if needed) - Bookmarks from http://kubernetes.io/docs|kubernetes.io/docs
kubectl explain <resource>