Is this content helpful?
If you would like to receive a response, please enter your email address.
Perform this procedure to view the status of all Kubernetes pods in an NSP cluster.
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