Customization settings for Ubuntu
Go to your home directory and open .bashrc :
Add these lines to the .bashrc file:
# kubectl
alias k='kubectl'
source /etc/bash_completion
source <(kubectl completion bash)
complete -o default -F __s
trinayakantevari.hashnode.dev1 min read