12-24-2022, 09:38 AM
- 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.