Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

https://dev-k8sref-io.web.app/docs/workloads/pod-v1/

Info
  • apiVersion:

v1
  • 쿠버네티스 API버전을 가리킴

  • kind:

Pod
Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
  • : 포드와 관련된 이름, 네임스페이스, 라벨, 그밖의 정보

  • spec (PodSpec)


Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
  • : 컨테이너, 볼륨등의 정보

  • status : 포드의 상태, 각 컨테이너의 설명 및 상태, 포드 내부의 IP 및 그밖의 기본 정보 등



Pod Lifecycle