How do I know the list of all possible statuses and reasons in Kubernetes?
Right now, I\'m working with Kubernetes events. Based on certain unusual events, I will be
The k8s doc has confusing meaning about statuses, phases, reasons, conditions etc. In fact Pod does not have such of statuses which kubectl get pods
returns in STATUS column. To confirm this, you need to look at PodStatus
, PodCondition
, ContainerState
objects and you will see that the information reported as Pod status depends on the current ContainerState