-
kubectl CLI (Command-Line Interface)
kubectl controls the Kubernetes cluster manager.
To list kubectl options and commands, type: kubectl --help
To print information about a specific kubectl command, type: kubectl COMMAND --help
To print the list of kubectl global command-line options (applies to all commands), type: kubectl options
-
Usage
Usage: kubectl [OPTIONS] COMMAND [ARG...]
-
Options
The following options can be passed to any command:
-
Basic Commands
-
Deploy Commands
-
Cluster Management Commands
-
Troubleshooting and Debugging Commands
-
Advanced Commands
-
Settings Commands
-
Other Commands