website/content/en/docs/reference/glossary/pod-lifecycle.md

741 B
Raw Blame History

title id date full-link related tags short_description
Pod Lifecycle pod-lifecycle 2019-02-17 /docs/concepts/workloads/pods/pod-lifecycle/
pod
container
fundamental
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 Pods 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.