Kubectl get pods

From wikieduonline
Jump to navigation Jump to search
kubectl get pods 
No resources found.
kubectl get pods 
NAME                                         READY   STATUS      RESTARTS   AGE
your_pod_name_1                            1/1     Running              1          11d
your_pod_name_2                            1/1     Running              1          11d
your_pod_name_3                            0/1     Completed          0          7h44m
kubectl get pods --all-namespaces 
NAMESPACE                NAME                                                           READY   STATUS                       RESTARTS   AGE
.../...


kubectl get pods -l app=nginx -L YOUR_LABEL
-L or --label-columns

Related commands

See also

Advertising: