Description:

  • A wrap around one or a set of containers
    • If many containers share the same storages, they can be the same pot
  • Smallest unit in Kubernetes that you can create or deploy.
  • Containers share network name space, IP, network ports
  • Containers in a same port communicate through 127.0.0.1

Pod’s phase status:

StateDes
Pendingbeing scheduled or images being pulled from registry
Running:after successfull attached to a node
Faileda container terminated with failture and wont be restarting
Succeededall containers finished running successfully and they wont be restarting
Unknownstate cant be retrieved
CrashLoopBackOffone of the containers in the pod exited unexpectedly even after it was restarted