VMware Carbon Black Cloud Enterprise EDR (2020) — Question 87
Which element defines the type of storage backing the Persistent Volume?
Answer options
- A. Datastore Cluster
- B. Storage Class
- C. vVols
- D. Persistent Volume Claim
Correct answer: B
Explanation
The correct answer is B, as the Storage Class defines the characteristics and type of storage for Persistent Volumes in Kubernetes. Options A (Datastore Cluster) and C (vVols) relate to specific storage implementations but do not define storage types directly, while D (Persistent Volume Claim) is a request for storage but does not specify the type.