PODS In Kubernets

Limited Time Offer!

For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!

Enroll Now

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