You should have your CKA knowledge up to date and be proficient with kubectl. We suggest:
history command or Ctrl+r for
command history search
Ctrl+z to background tasks and
fg to bring them back
k delete pod x --grace-period 0 --force
set tabstop=2
set expandtab
set shiftwidth=2
Useful Vim commands:
:set number or
:set nonumber
:22Esc+V (then arrow keys)y, Cut: d, Paste:
p or P
:set shiftwidth=2, then
> or <