Files
Claudia J.Kang 34074d33ff First Korean I10n work for release-1.14 (#13730)
* First Korean I10n work for release-1.14

- ko: Fix nav-menu sync in tutorials/statefulset #13374 (#13474)
- ko: add outdated files in dev-1.14-ko.1 branch (#13473)
- Translate title of concepts/../image.md Ko (#13507)
- ko: add translation tutorial/stateful-application/cassandra #12450 (#13515)
- Translate reference/kubectl/cheatsheet in Korean (#13549)
- Translate tasks/access-application-cluster/access-cluster in Korean (#13565)
- ko: add tutorials/stateful-application/mysql-wordpress-persistent-vol… (#13516)
- Issue 12838 object management kubectl imperative config (#13657)
- Translate standardized glossary Tag Fandamental in Korean (#13552)

Co-authored-by:    Kim Young Dae <38598117+zer0big@users.noreply.github.com>

Co-authored-by:    Yoon <learder@gmail.com>

Co-authored-by:    lapee79 <lapee79@gmail.com>

Co-authored-by:    Jesang Myung <jesang.myung@gmail.com>

Co-authored-by:    Seokho <shsongist@gmail.com>

Co-authored-by:    Claudia J.Kang <claudiajkang@gmail.com>

Co-authored-by:    June Yi <june.yi@samsung.com>

* Fix conflict : pick-right-solution
2019-04-09 17:42:12 -07:00

934 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 /ko/docs/concepts/workloads/pods/pod-lifecycle/
pod
container
fundamental
파드가 라이프사이클 중 어느 단계(phase)에 있는지 표현하는 고수준의 요약이다.

파드가 라이프사이클 중 어느 단계(phase)에 있는지 표현하는 고수준의 요약이다.

파드 라이프사이클은 파드가 라이프사이클 중 어느 단계에 있는지 표현하는 고수준의 요약이다. 파드의 status 필드는 파드 스테이터스 오브젝트이다. 그것은 phase 필드를 가지며, Running, Pending, Succeeded, Failed, Unknown, Completed, CrashLoopBackOff 중 하나의 단계(phase)를 보여준다.