What is the role of a 'Pod' in Kubernetes?

  • A collection of multiple containers sharing the same network namespace
  • A configuration file defining Kubernetes deployment settings
  • A high-level Kubernetes resource for managing persistent data storage
  • The smallest unit in the Kubernetes object model, representing a single instance of a running process
In Kubernetes, a Pod is the smallest unit, representing a single instance of a running process and can contain one or more containers.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *