5a5f77db64
* `http://kubernetes.io/docs/` -> `/docs/` in content/en folder * `https://kubernetes.io/docs/` -> `/docs/` in content/en folder
741 B
741 B
title, id, date, full-link, related, tags, short_description
| 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.