VMware App Volumes 4 Specialist — Question 17
Which must be configured by a Kubernetes user allow for dynamic provisioning of container volumes in vSAN using storage policies?
Answer options
- A. ReplicaSet
- B. Pod
- C. StorageClass
- D. ReplicationController
Correct answer: C
Explanation
The correct answer is C, StorageClass, as it defines the storage type and its properties for dynamic provisioning in Kubernetes. Options A, B, and D do not relate to the management of storage resources in the context of dynamic volume provisioning.