What is a PersistentVolume (PV) in Kubernetes?
-
A
A cluster-level resource that abstracts physical storage provisioned by an admin or dynamically by a StorageClass
-
B
A volume defined inside a Pod spec that persists beyond pod restarts
-
C
A namespace-scoped resource that requests storage from the cluster
-
D
A Kubernetes object that automatically backs up pod data