VMware vRealize Automation 8.x (VCP-CMA 2021) — Question 3
After successfully configuring vSphere Container Storage Interface (CSI), what is the path an administrator can follow to view the status of the container volumes?
Answer options
- A. Describe the StorafeClass via kubectl.
- B. vSAN Data Store in ESXi Host Client.
- C. Get the status of the pods vis kubectl.
- D. Container volumes in vSphere Client.
Correct answer: C
Explanation
The correct answer is C because checking the status of the pods using kubectl directly relates to the container volumes' status. Option A discusses the StorageClass, which does not provide volume status. Option B refers to vSAN Data Store, which is not specific to container volumes, and Option D suggests using the vSphere Client, which is less direct than querying the pod status.