What is a PersistentVolume (PV) in Kubernetes?

What is a PersistentVolume (PV) in Kubernetes?

a) A network protocol
b) A storage resource provisioned by the administrator
c) A type of Service
d) A way to scale containers

Answer:

b) A storage resource provisioned by the administrator

Explanation:

A PersistentVolume (PV) is a piece of storage in a Kubernetes cluster that is provisioned by the administrator for use by Pods that require persistent storage.

Reference:

Kubernetes Quiz – MCQ – Multiple Choice Questions

Scroll to Top