If I have several containers in a pod, and 2/3 are OK, is there a nice way to obtain a summary of which are OK and which are not?
For this kind of info I usually filter out the output from describe command:
kubectl describe pod myFailingPod | grep -E "(Image:|State:)"