Kubernetes and Cloud Native Associate (KCNA) — Question 104

What is a Pod?

Answer options

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.