How do I view the status of all Kubernetes pods?

Purpose

Perform this procedure to view the status of all Kubernetes pods in an NSP cluster.

Steps
 

Log in as the root or NSP admin user on the NSP cluster host.


Open a console window.


Enter the following command to view a list of pods in the NSP cluster:

kubectl get pods -A ↵

The Kubernetes pods are listed.

End of steps