bushniel ashraf:
Thanks a lot @Mumshad Mannambeth and KodeKloud Team, got through the Exam and scored 86. Could have done better (scoring 100 is very possible) with the training provided by @Mumshad Mannambeth but the new platform sucks has severe lag, could not use search in the browser, browser scroll was too slow and couldnt use external monitor and was using my 13 in mac screen. Was pulling my hair out due to this.
AFAIK I covered all portions in the curriculum but will help if the named port and patch commands were added as well. @Mumshad Mannambeth
NB: If you are using external monitor for mac, make sure to have external webcam so that you can close the mac lid and use in clamshell mode. Else the exam will not start if you have additional monitor connected even in mirrored mode. If you connect the external after the initial checks the browser auto closes and you will have to start all over again. My exam was scheduled at 11;30 PM and I struggled with support for an hour and wasted my time. The PSI support and the proctor are not helpful at all and you would feel like talking to a damn bot after a while. The support after an hour asked me if I can use my mac monitor or BORROW an external webcam from somebody at midnight:eyes:. Anyways decided to go ahead with mac screen only finally as I was fed up by then.
Preparation time 12 days. I was listening to the course at 2x speed (Note I have some experience working with k8s earlier so take that into consideration)
- Finished the entire CKA course and labs
- Did the mock tests a few times.
- Attempted the CKAD mock labs as well. Used the k8s documentation myself during labs for portions not covered in CKA like probes to get a hang of things
- Finished the free mock from Linux foundation. The killer.sh mock gives us a good idea of how the exam portal will look. So learn to use the terminal and browser etc from it if you are not familiar with Ubuntu
- Shortcuts used
alias k=kubectl
alias kd='kubectl describe'
export do="--dry-run=client -oyaml"
export now="--grace-period=0 --force"
vim hacks
set ts=2 sw=2
set et
:set paste
syntax enable
Terminal configurations required
Terminal Edit -> Preferences -> General -> Show unsafe paste dialog
Terminal Edit -> Preferences -> General -> Automatically copy selection to clipboard
I enabled the clipboard from accessories of Ubuntu as I felt that helps me a lot
Also was using the mousepad for editing some commands like etcdctl or kubeadm, but my suggestion after exam is to use VIM itself as mousepad was too slow to respond to key strokes
bushniel-CKA.pdf (701 KB)