Pod Status

Pod status tells where the pod is in its lifecycle. It can be viewed using k get pods command.

Pod Conditions

Binary values signifying the state of a pod. It can be viewed by running k describe pod <pod- name> command and looking at the conditions section.