Statement about pods
Question:
Which of the following statements is correct regarding pods? (Choose one.)
- Pods cannot have more than one container
- A pod represents its containers and their resource limits as a single unit
- You use Podman to create and manage pods
- When creating a pod, Kubernetes guarantees that the internal container will not exit
Answer:
B - is the correct answer