Kubernetes and Cloud Native Associate (KCNA) — Question 104
What is a Pod?
Answer options
- A. A networked application within Kubernetes.
- B. A storage volume within Kubernetes.
- C. A single container within Kubernetes.
- D. A group of one or more containers within Kubernetes.
Correct answer: D
Explanation
The correct answer is D because a Pod in Kubernetes is designed to hold one or more containers that share the same network and storage resources. Options A, B, and C are incorrect as they incorrectly describe the function or scope of a Pod, which is specifically a grouping of containers, not just a single container or a networked application.