Add Pod Lifecycle to glossary (#12645)
* Add Pod Lifecycle to glossary * Update pod-lifecycle.md * Update pod-lifecycle.md
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a96ea24939
commit
f116c6877d
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Pod Lifecycle
|
||||
id: pod-lifecycle
|
||||
date: 2019-02-17
|
||||
full-link: /docs/concepts/workloads/pods/pod-lifecycle/
|
||||
related:
|
||||
- pod
|
||||
- container
|
||||
tags:
|
||||
- fundamental
|
||||
short-description: >
|
||||
A high-level summary of what phase the Pod is in within its lifecyle.
|
||||
|
||||
---
|
||||
|
||||
The [Pod Lifecycle](/docs/concepts/workloads/pods/pod-lifecycle/) is a high level summary of where a Pod is in its lifecyle. A Pod’s `status` field is a [PodStatus](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.13/#podstatus-v1-core) object, which has a `phase` field that displays one of the following phases: Running, Pending, Succeeded, Failed, Unknown, Completed, or CrashLoopBackOff.
|
||||
Reference in New Issue
Block a user