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?
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:
.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.kubectl
. For that I do alias k=kubectl
then complete -F __start_kubectl k
so that autocomplete works.Ejay Tumacder:
Also, I heard we can use tmux
on the exam, but that doesn’t work in the practice exams, bummer.