VMware Carbon Black Cloud Enterprise EDR (2020) — Question 18
The Gold storage policy has been assigned to the Web namespace, and the DevOps engineer wants to place a persistent volume for the Web application in the Gold storage class.
How should this goal be accomplished?
Answer options
- A. Indicate the Gold storage class in the persistent volume claim specification
- B. Assign the persistent volume to the Gold storage class
- C. Indicate the Gold storage class in the persistent volume specification
- D. Configure tag-based placement for the persistent volume
Correct answer: A
Explanation
The correct approach is to specify the Gold storage class in the persistent volume claim specification, as this directly associates the claim with the intended storage class. Options B and C misinterpret the process, as they do not focus on the claim specification, while option D is irrelevant since tag-based placement is not necessary for this task.