PODS In Kubernets

What is POD and what is POD contain?

  • atomic units of scheduling
  • pods contain one or more containers
  • all containers in pod shares the same pod environment.
  • pod is running, containers in pod also running
pod
pod container

POD lifecycle

  • pending -> running -> succeeded/failed
pod lifecycle

type of PODS

basically two types

  • single container pod
  • multiple container pod