CKA Simulator Kubernetes 1.24
Pre Setup
Once you’ve gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these:
1 | alias k=kubectl # will already be pre-configured |
Vim
The following settings will already be configured in your real exam environment in ~/.vimrc
. But it can never hurt to be able to type these down:
1 | set tabstop=2 |
More setup suggestions are in the tips section.