VCP-VCF Administrator 2024 Question 293
Select 4You are a VMware Cloud Foundation administrator tasked with deploying a workload on a vSphere with Tanzu environment. The development team has requested a Kubernetes cluster to deploy their containerized applications. Which of the following steps must be completed to successfully provision a Tanzu Kubernetes Grid (TKG) cluster?
- A
Create a Namespace within the Supervisor Cluster.
- B
Configure a Storage Policy and associate it with the Namespace.
- C
Deploy an NSX-T Edge Node for networking.
- D
Assign appropriate permissions to the Namespace for the development team.
- E
Enable the Tanzu Kubernetes Grid Service on the Supervisor Cluster.
Show answer and explanation
Correct answers: A, B, D, E
Explanation
To deploy a Tanzu Kubernetes Grid cluster, a Namespace must be created to manage resources for the cluster. Storage Policies must also be configured and attached to the Namespace to enable persistent storage for workloads. Permissions must be assigned to allow developers to interact with the cluster. Additionally, the Tanzu Kubernetes Grid Service must be enabled on the Supervisor Cluster. While NSX-T Edge Nodes are important for vSphere with Tanzu setup, they are not part of the specific process for deploying a TKG cluster.
- A. Correct.
Correct: A Namespace is required within the Supervisor Cluster to organize resources allocated for the Kubernetes cluster.
- B. Correct.
Correct: A Storage Policy is mandatory to ensure persistent volumes can be provisioned for the workloads in the Kubernetes cluster.
- C. Incorrect.
Incorrect: An NSX-T Edge Node is required during the initial setup of vSphere with Tanzu, but it is not part of the TKG cluster provisioning process.
- D. Correct.
Correct: Permissions need to be assigned to the Namespace to allow the development team to interact with the Kubernetes cluster and deploy workloads.
- E. Correct.
Correct: The Tanzu Kubernetes Grid Service must be enabled on the Supervisor Cluster to provision and manage Tanzu Kubernetes Grid clusters.