default

Printing the status of the Kubernetes resources

default

If no output format is specified, Get will print a default set of columns.

Note: Some columns may not directly map to fields on the Resource, but instead may be a summary of fields.

Command

kubectl get deployments nginx 

Output

NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE nginx 1 1 1 0 5s 


Last modified September 23, 2020: docs update (b46eb86)