741 B
741 B
title | id | date | full-link | related | tags | short_description | |||
---|---|---|---|---|---|---|---|---|---|
Pod Lifecycle | pod-lifecycle | 2019-02-17 | /docs/concepts/workloads/pods/pod-lifecycle/ |
|
|
A high-level summary of what phase the Pod is in within its lifecyle. |
A high-level summary of what phase the Pod is in within its lifecyle.
The Pod Lifecycle is a high level summary of where a Pod is in its lifecyle. A Pod’s status
field is a PodStatus object, which has a phase
field that displays one of the following phases: Running, Pending, Succeeded, Failed, Unknown, Completed, or CrashLoopBackOff.