2V0-71.23 Question 237
Select 3You are tasked with deploying a Supervisor Cluster to enable Kubernetes workloads on a vSphere environment. Which of the following is a mandatory requirement for deploying the Supervisor Cluster?
- A
A vSphere Distributed Switch (vDS) must be configured with at least one port group for the Supervisor Cluster.
- B
The ESXi hosts must be version 7.0 or higher.
- C
NSX-T Data Center must be deployed and configured before enabling the Supervisor Cluster.
- D
A storage policy must be created and assigned to the Supervisor Cluster for persistent volumes.
- E
The Content Library must be configured to store Kubernetes images used by the Supervisor Cluster.
Show answer and explanation
Correct answers: A, B, D
Explanation
Deploying a Supervisor Cluster requires a vSphere environment with ESXi 7.0 or higher, a vSphere Distributed Switch (vDS), and a storage policy to provide storage for Kubernetes workloads. NSX-T is optional and depends on your networking choice, and the Content Library is not required to enable the Supervisor Cluster but can be used for managing Kubernetes images.
- A. Correct.
A vSphere Distributed Switch (vDS) is required for the Supervisor Cluster, but it does not necessarily need to have a port group pre-configured specifically for the Supervisor Cluster. Port groups can be configured during or after the setup.
- B. Correct.
The ESXi hosts must be version 7.0 or higher to support the Supervisor Cluster because this feature was introduced in vSphere 7.0.
- C. Incorrect.
NSX-T Data Center is not a mandatory requirement for deploying a Supervisor Cluster. vSphere networking is also supported as an alternative.
- D. Correct.
A storage policy is mandatory as it is required to define persistent storage for Kubernetes workloads running on the Supervisor Cluster.
- E. Incorrect.
While the Content Library is useful for managing Kubernetes images, it is not a mandatory requirement for deploying the Supervisor Cluster itself.