How do I view the status of all Kubernetes pods?
Steps
1 |
Log in as the root or NSP admin user on the NSP deployer host and enter the following: # export KUBECONFIG=/opt/nsp/nsp-configurator/kubeconfig/nsp_kubeconfig ↵ |
2 |
Open a console window. |
3 |
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 |