What is a Kubernetes Pod?

What is a Kubernetes Pod?

a) A virtual machine
b) The smallest deployable unit in Kubernetes
c) A network protocol
d) A configuration file

Answer:

b) The smallest deployable unit in Kubernetes

Explanation:

A Pod is the smallest and simplest Kubernetes object that represents a single instance of a running process in a cluster, and can contain one or more containers.

Reference:

Kubernetes Quiz – MCQ – Multiple Choice Questions

Scroll to Top