Pods in “Failed” state
When the state of specified pods are not in Running state
kubectl -n <NAMESPACE> get pods
Check the describe output for the pod
kubectl -n <NAMESPACE> describe pod <PODNAME>
When the state of specified pods are not in Running state
kubectl -n <NAMESPACE> get pods
Check the describe output for the pod
kubectl -n <NAMESPACE> describe pod <PODNAME>