Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what are pods in docker component?
#1
  • 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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)