kubectl Quick ReferenceThis page contains a list of commonly used kubectl commands and flags. Note:These instructions are for Kubernetes v1.31. To check the version, use the kubectl version command. source <(kubectl completion bash) # set up autocomplete in bash into the current shell, bash-completion package should be installed first. echo "source <(kubectl completion bash)" >> ~/.bashrc # add au