Answers for "how to chnage kubectl to k"

-1

how to chnage kubectl to 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'
Posted by: Guest on May-14-2021

Browse Popular Code Answers by Language