Problem scenario
You run kubectl get pods
and you find many or all are not ready. What should you do?
Solution
Run this command: kubectl describe pods
The resulting output should help you.
A Technical I.T./DevOps Blog
Problem scenario
You run kubectl get pods
and you find many or all are not ready. What should you do?
Solution
Run this command: kubectl describe pods
The resulting output should help you.