2V0-71.23 Question 140
Select 3You are tasked with attaching an existing Kubernetes cluster to VMware Tanzu Mission Control (TMC) for centralized management. Which of the following steps are required to successfully complete the attachment process?
- A
Download the Tanzu Mission Control cluster attachment YAML file
- B
Apply the provided YAML file to the Kubernetes cluster using kubectl
- C
Ensure the cluster is running on a VMware vSphere infrastructure
- D
Verify the cluster has internet access to connect to Tanzu Mission Control components
- E
Manually install the Tanzu Mission Control agent on the cluster nodes
- F
Create a custom namespace in the cluster for Tanzu Mission Control operations
Show answer and explanation
Correct answers: A, B, D
Explanation
To attach a Kubernetes cluster to Tanzu Mission Control, the process involves downloading the attachment YAML file, applying it to the cluster using kubectl, and ensuring the cluster has internet access for communication with TMC. These steps establish the connection and deploy the necessary components automatically. Other actions, such as manual agent installation or custom namespace creation, are not part of the process. Additionally, the cluster does not need to run on vSphere as Tanzu Mission Control supports a variety of platforms.
- A. Correct.
Correct: The cluster attachment YAML file provided by Tanzu Mission Control contains the necessary configuration for attaching the cluster. This step is crucial.
- B. Correct.
Correct: The YAML file must be applied to the Kubernetes cluster using kubectl to establish the connection with Tanzu Mission Control.
- C. Incorrect.
Incorrect: While vSphere is a common infrastructure for Kubernetes clusters, Tanzu Mission Control supports clusters running on other platforms as well, such as public clouds or bare metal. This step is not mandatory for cluster attachment.
- D. Correct.
Correct: The cluster must have internet access to communicate with Tanzu Mission Control components and complete the attachment process.
- E. Incorrect.
Incorrect: The Tanzu Mission Control agent is automatically deployed and managed during the attachment process. Manual installation is not required.
- F. Incorrect.
Incorrect: Tanzu Mission Control does not require a custom namespace to be created manually. It handles namespace management internally during attachment.