cara chnage Kubectl ke k

Run these before executing kubectl commands to save yourself some time. Example: You just need to type k instead of typing kubectl : alias k='kubectl' alias kc='k config view --minify | grep name'
Sleepy Seahorse