VMware Carbon Black Cloud Enterprise EDR (2020) — Question 16
An administrator working in a vSphere with Tanzu environment wants to ensure that all persistent volumes configured by developers within a namespace are placed on a defined subset of datastores. The administrator has applied tags to the required datastores in the vSphere Client.
Which action should the administrator take next to meet the requirement?
Answer options
- A. Create a storage policy containing the tagged datastores, and apply it to the vSphere Namespace.
- B. Create a storage class containing the tagged datastores, and apply it to the Supervisor Cluster.
- C. Create a persistent volume claim containing the tagged datastores, and apply it to the vSphere Namespace.
- D. Create a storage Policy containing the tagged datastores, and apply it to the Supervisor Cluster.
Correct answer: A
Explanation
The correct answer is A because creating a storage policy and applying it to the vSphere Namespace allows for the management and enforcement of storage placement based on the tags assigned to the datastores. Options B and D are incorrect as they relate to the Supervisor Cluster rather than the specific namespace, and option C does not provide a mechanism for directing persistent volumes to the tagged datastores.