Forums

Full Version: what are pods in docker component?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
  • 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.