-
kubectl CLI
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
-
kubectl: Usage
Usage: kubectl [OPTIONS] COMMAND [ARG...]
-
kubectl: Options
The following options can be passed to any command:
-
kubectl: Basic Commands (Beginner)
-
kubectl: Basic Commands (Intermediate)
-
kubectl: Deploy Commands
-
kubectl: Cluster Management Commands
-
kubectl: Troubleshooting and Debugging Commands
-
kubectl: Advanced Commands
-
kubectl: Settings Commands
-
kubectl: Other Commands