kubectl Cheat Sheet
This page contains a list of commonly used kubectl commands and flags. Kubectl autocomplete BASH You can also use a shorthand alias for kubectl that also works with completion: ZSH A Note on –all-namespaces Appending –all-namespaces happens frequently enough where you should be aware of the shorthand for –all-namespaces: kubectl -A Kubectl context and configuration Set which Kubernetes cluster kubectl communicates with and modifies…