Beginner Kubernetes
Q23 / 100

What is the difference between a "Pod" and a "container"?

Correct! Well done.

Incorrect.

The correct answer is B) A Pod is a Kubernetes abstraction that can contain one or more containers, which share networking and storage within that Pod

B

Correct Answer

A Pod is a Kubernetes abstraction that can contain one or more containers, which share networking and storage within that Pod

Explanation

A Pod wraps one or more containers (often one main container plus optional sidecars) that share the same network namespace and can share storage volumes.

Progress
23/100