Pod Conditions in Kubernetes

Conditions complement Pod Status, it is an array of True/False values that tell us the state of the Pod:

To check the condidtions, run:
kubectl describe po {{ pod_name }}
and look to the Conditions section. Also the condtition Ready can be viewed with:
kubectl get po
check READY field