Hello Team Morning All! I just enrolled for Mumshad's CKA Admin course. • What . . .

PARTH MONGA:
Hello Team

Morning All!

I just enrolled for Mumshad’s CKA Admin course.
• What labs to follow?
• How should i practice?
• What things i should remember for the exam?

Ejay Tumacder:
First, congrats on taking that first step. Here’s my two cents:

  1. What labs? All labs multiple times
  2. How should I practice?
    a. Get familiar with a terminal editor like vim. If you use vim, I like to create my own .vimrc with the following set nu et sw=2 ts=2 sts=2. Learn to indent multiple lines, :1,14>> in vim will indent lines 1–14. Use . to repeat.
    b. Try not to google stuff or look at your notes on reruns since you won’t have that during the exam. Learn to use and find things in http://k8s.io/docs|k8s.io/docs. Bookmark pages where you can copy yaml definitions easily.
    c. Review often.
    d. Optionally, I create an alias so I don’t misspell kubectl. For that I do alias k=kubectl then complete -F __start_kubectl k so that autocomplete works.
  3. What things should I remember for the exam?
    e. Imperative commands, Section 2, 43. Really important.

Ejay Tumacder:
Also, I heard we can use tmux on the exam, but that doesn’t work in the practice exams, bummer.