2V0-71.23 Question 266
Single answerYou are configuring storage for a Tanzu Kubernetes Cluster in vSphere with Tanzu. The development team requires a storage policy that ensures fault tolerance and enables data replication across multiple hosts. Which storage policy should you assign to the namespace to meet this requirement?
- A
Tag-Based Storage Policy
- B
VMware vSAN Storage Policy with RAID-1 (Mirroring)
- C
Thin Provisioning Storage Policy
- D
VM Encryption Storage Policy
Show answer and explanation
Correct answer: B
Explanation
In vSphere with Tanzu, storage policies define how storage resources are allocated and managed for workloads. For a Tanzu Kubernetes Cluster requiring fault tolerance and data replication, a VMware vSAN Storage Policy with RAID-1 (Mirroring) is the correct choice because it provides redundancy by replicating data across multiple hosts. This ensures that the development team's requirements for high availability and fault tolerance are met.
- A. Incorrect.
Tag-Based Storage Policies are used to match storage resources based on assigned tags but do not directly enforce fault tolerance or replication.
- B. Correct.
VMware vSAN Storage Policy with RAID-1 (Mirroring) ensures high availability by replicating data across multiple hosts, making it the correct choice for fault tolerance and data replication.
- C. Incorrect.
Thin Provisioning Storage Policies are used to allocate storage efficiently but do not offer fault tolerance or data replication.
- D. Incorrect.
VM Encryption Storage Policies are focused on securing data through encryption but do not address fault tolerance or replication requirements.