2V0-21.23 Question 352
Select 4An organization is deploying VMware vSphere with Tanzu and wants to ensure they can efficiently manage the lifecycle of their Kubernetes clusters. During the configuration process, they need to enable Tanzu Kubernetes Grid Service for workload management. Which steps are required to successfully configure this service?
- A
Enable Workload Management in the vSphere Client.
- B
Create a Content Library to host Tanzu Kubernetes Grid images.
- C
Deploy a Supervisor Cluster on a vSphere Distributed Switch or NSX-T.
- D
Manually install Kubernetes on the ESXi hosts in the cluster.
- E
Configure storage policies for the Supervisor Cluster.
Show answer and explanation
Correct answers: A, B, C, E
Explanation
To enable and manage the lifecycle of Kubernetes clusters using Tanzu Kubernetes Grid Service, an administrator must configure Workload Management, deploy a Supervisor Cluster, and set up supporting infrastructure such as Content Libraries and storage policies. Manually installing Kubernetes is not required because Kubernetes capabilities are integrated into the Supervisor Cluster in vSphere with Tanzu.
- A. Correct.
Correct: Enabling Workload Management in the vSphere Client is the first step to configure Tanzu Kubernetes Grid Service and prepare the environment for Kubernetes workloads.
- B. Correct.
Correct: A Content Library is required to store and manage the Kubernetes cluster image templates that are used to deploy Tanzu Kubernetes clusters.
- C. Correct.
Correct: A Supervisor Cluster must be deployed on either a vSphere Distributed Switch or NSX-T to manage Kubernetes workloads and provide integration with vSphere resources.
- D. Incorrect.
Incorrect: Manually installing Kubernetes is not part of the process as the Supervisor Cluster automatically provides Kubernetes capabilities.
- E. Correct.
Correct: Storage policies need to be configured for the Supervisor Cluster to ensure proper storage provisioning for Kubernetes workloads and persistent volumes.