Files
chenrui 5a5f77db64 Fix relative links issue in English content (#13307)
* `http://kubernetes.io/docs/` -> `/docs/` in content/en folder

* `https://kubernetes.io/docs/` -> `/docs/` in content/en folder
2019-03-20 16:05:05 -07:00

741 B
Raw Permalink Blame History

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/
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.