DEV Community

Discussion on: How to prepare yourself to CKAD exam

Collapse
 
tomasvanrijsse profile image
Tomas van Rijsse • Edited

I noticed a typo in the first Exam tip about dry runs.
It should be like this: --dry-run=client -o yaml
And I am creating an alias for it: alias kdr="kubectl -o yaml --dry-run=client"
That way you can easily do kdr run app --image=nginx > pod.yaml

About the autocomplete suggestions, instead of memorizing these command I just remember to check the kubctl cheat sheet on auto complete, because you are allowed to)

And thank you for your list of tips!