Auto complete worked well on Udemy with just the below 2 lines , but it was NOT the case on the exam terminal
alias k=kubectl
complete -F __start_kubectl k
You need to run the below commands too to get the autocomplete capability enabled on exam
source <(kubectl completion bash)
echo "source <(kubectl completion bash)" >> ~/.bashrc
Great Test Source-- https://github.com/dgkanatsios/CKAD-exercises
Cloud Academy - https://cloudacademy.com/quiz/35346/?context_resource=lp&context_id=451
https://matthewpalmer.net/kubernetes-app-developer/articles/ckad-practice-exam.html
CKAD 150 Questions: https://medium.com/bb-tutorials-and-thoughts/practice-enough-with-these-questions-for-the-ckad-exam-2f42d1228552
https://kodekloud.com/courses/kubernetes-certification-course/lectures/6743655
https://udemy.com/course/certified-kubernetes-application-developer/learn/lecture/
Lightning lab 1: https://udemy.com/course/certified-kubernetes-application-developer/learn/lecture/15341792#overview
Mock exam-1: https://udemy.com/course/certified-kubernetes-application-developer/learn/lecture/15341792#overview
Lightning Lab-2: https://www.udemy.com/course/certified-kubernetes-application-developer/learn/lecture/18109733#overview
Mock exam-2: https://udemy.com/course/certified-kubernetes-application-developer/learn/lecture/15668754#overview
Udemy Challenge Series: https://www.udemy.com/course/certified-kubernetes-application-developer/learn/lecture/12761489#overview
Official CKAD certification website: https://www.cncf.io/certification/ckad/
Test your system meets the requirements for the CKAD exam: https://www.examslocal.com/ScheduleExam/Home/CompatibilityCheck
Exam Tips: https://www2.thelinuxfoundation.org/ckad-tips
Certified Kubernetes Application Developer: https://www.cncf.io/certification/ckad/
Candidate Handbook: https://www.cncf.io/certification/candidate-handbook
https://www.linkedin.com/pulse/my-ckad-exam-experience-atharva-chauthaiwale/
Linux Foundation Training - http://training.linuxfoundation.org/certification/certified-kubernetes-application-developer-ckad/#exams
https://medium.com/@atharvac.cloud/kubernetes-deep-dive-part-3-generators-for-quick-poc-6cac698f08eb
https://medium.com/@harioverhere/ckad-certified-kubernetes-application-developer-my-journey-3afb0901014
https://github.com/lucassha/CKAD-resources
https://kubernetes.io/docs/tasks/tools/install-minikube/