2V0-71.23 Question 244
Select 3An administrator is tasked with provisioning a Supervisor Cluster on vSphere with Tanzu. Which of the following steps are required to successfully complete this task?
- A
Enable Workload Management in the vSphere Client.
- B
Deploy a Tanzu Kubernetes Grid (TKG) management cluster.
- C
Configure a vSphere Distributed Switch (vDS) with required network settings.
- D
Associate a Content Library for Kubernetes templates.
- E
Enable Kubernetes namespaces on each ESXi host.
- F
Verify that the vSphere cluster uses vSAN as its storage option.
Show answer and explanation
Correct answers: A, C, D
Explanation
Provisioning a Supervisor Cluster involves enabling Workload Management in the vSphere Client, which configures the Kubernetes control plane. A vSphere Distributed Switch must be prepared to provide networking, and a Content Library is needed for Kubernetes base images. Additional steps, such as deploying a TKG management cluster, enabling Kubernetes namespaces manually, or mandating vSAN, are either unnecessary or handled automatically by the system.
- A. Correct.
Correct: Enabling Workload Management is an essential step to configure the Supervisor Cluster, as it deploys and configures the Kubernetes control plane VMs on the vSphere cluster.
- B. Incorrect.
Incorrect: Deploying a Tanzu Kubernetes Grid (TKG) management cluster is not required to provision a Supervisor Cluster. TKG management clusters are used for standalone Kubernetes environments, not for vSphere with Tanzu.
- C. Correct.
Correct: A vSphere Distributed Switch (vDS) must be configured with appropriate network settings to provide connectivity for Kubernetes workloads and control plane VMs.
- D. Correct.
Correct: Associating a Content Library is necessary to provide the Supervisor Cluster with Kubernetes base images for deploying pods and clusters.
- E. Incorrect.
Incorrect: Enabling Kubernetes namespaces on each ESXi host is not a manual step. Kubernetes namespace configuration is managed as part of enabling Workload Management.
- F. Incorrect.
Incorrect: While vSAN is a supported storage option, it is not mandatory for provisioning a Supervisor Cluster. Other storage options such as NFS or VMFS can also be used.