2V0-71.23 Question 265
Single answerA company is deploying vSphere with Tanzu in their environment, and they want to ensure that persistent storage for their Kubernetes workloads is configured with redundancy and performance tailored to specific application needs. Which of the following statements best describes how Storage Policies are used in vSphere with Tanzu to achieve this?
- A
Storage Policies define storage capabilities and requirements, which are then automatically applied to Persistent Volumes created in Kubernetes.
- B
Storage Policies are used to provision additional worker nodes for Kubernetes clusters based on storage requirements.
- C
Storage Policies are only applicable to virtual machines and cannot be applied to Kubernetes workloads.
- D
Storage Policies allow administrators to set CPU and memory constraints for Kubernetes pods to optimize storage performance.
Show answer and explanation
Correct answer: A
Explanation
Storage Policies in vSphere with Tanzu are a critical feature for managing storage in Kubernetes environments. They enable administrators to define and enforce storage capabilities, such as redundancy, performance, and failure tolerance, which are automatically applied to Persistent Volumes. This ensures that storage is provisioned in alignment with application needs, enhancing reliability and performance for Kubernetes workloads.
- A. Correct.
This is correct. Storage Policies in vSphere with Tanzu allow administrators to define storage capabilities (e.g., replication, performance) and automatically apply them to Persistent Volumes in Kubernetes, ensuring the storage meets application needs.
- B. Incorrect.
This is incorrect. Storage Policies do not provision worker nodes; they are specifically focused on defining storage capabilities and requirements.
- C. Incorrect.
This is incorrect. Storage Policies are applicable not only to virtual machines but also to Kubernetes workloads in vSphere with Tanzu, enabling storage customization for Persistent Volumes.
- D. Incorrect.
This is incorrect. Storage Policies do not set CPU or memory constraints; their scope is limited to storage capabilities and requirements.