0 votes
in Kubernetes K8s by
There is pod named foo it is in crashloopbackoff state How to find the cause using a kubectl command?

1 Answer

0 votes
by

 kubectl describe pod foo

# to see why it is in crashlookpbackoff state

What you might see is for example, container's "command" has a mispelling in it (Just an example)

...