kubectl

Creator
Creator
Seonglae Cho
Created
Created
2020 Jun 3 9:15
Editor
Edited
Edited
2023 Nov 6 11:21
Refs
Refs
kubeadm
k9s

auto complete & alias
ZSH
ZSH

echo "\nsource <(kubectl completion zsh)" >> ~/.zshrc echo 'alias k=kubectl' >> ~/.zshrc echo 'compdef __start_kubectl k' >> ~/.zshrc

auto complete & alias
Bash

alias k=kubectl source <(kubectl completion bash) complete -F __start_kubectl k
kubectl commends
 
 
kubectl examples
 
 

cheat sheet

node example

 
 
 

Recommendations