Kubernetes Commands#
The following lists some useful commands for getting information and debugging the system.
Command |
Description |
---|---|
|
Prints information about the running Kubernetes cluster. |
|
Lists all the Kubernetes cluster components running in the specified namespace; e.g.,
|
|
Describe the specified pod or service in the specified namespace; e.g.,
|
|
Run an interactive shell inside one of the pods. |
|
Run a container in the cluster with curl installed to inspect the network |
See also: