Forums
what are pods in docker component? - Printable Version

+- Forums (https://bdn.bdb.ai)
+-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13)
+--- Forum: BDB Data Pipeline (https://bdn.bdb.ai/forumdisplay.php?fid=48)
+---- Forum: BDB Data Pipeline Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=17)
+---- Thread: what are pods in docker component? (/showthread.php?tid=638)



what are pods in docker component? - Anubhav - 12-24-2022

  • A Pod represents a single instance of a running process in your cluster
  • Pods contain one or more containers, such as Docker containers. 
  • When a Pod runs multiple containers, the containers are managed as a single entity and share the Pod's resources.