- Home
- All questions
- Question 344
CKA study material · question 344 of 1000
A PVC must bind to one specific PersistentVolume. What is set? Choose two.
Show the answer
Answer: C. volumeName on the PVC
B. storageClassName set to an empty string on the PVC
volumeName names the PV, and storageClassName must be an explicit empty string or the default class is applied.
Source: Persistent Volumes (Kubernetes) — Reserving a PersistentVolume