I have a pod with multiple containers. Now it reports CrashLoopBackOff. How can I find out which container crashes. It is possible that all containers crash. But I just want to make sure.
You can describe pod to see detail
kubectl describe pod POD_NAMEkubectl get events This command will help you to check all the events including crash