Prajyot Narulkar:
Happy to share that I managed to pass the CKAD exam. Scored 85
Thanks to Kodekloud for the course as well as to this community for helping me out.
CKAD-Prajyot.pdf (710 KB)
Surya:
Congratulations. ![]()
Surya:
Been hearing comments around difficulty going through docs and copy pasting things from docs. How was your experience?
Would you recommend memorizing the schema of resources or can we rely on docs?
Georgia Leng:
Congrats @Prajyot Narulkar
@Surya definitely get quick with the imperative commands and outputting that to a file (like in the course) but for the resources you can’t create that way you will have to copy paste bc it’s the next quickest thing.
keep in mind:
• configuring your .vimrc
• remembering :set patse, :set list and :retab for naughty tabs
I still had problems with copy paste in the killer env and found they went way if I echo-ed and redirected my copy pasta into the file. which is quick anyway.