2V0-71.23 Question 133
Select 4You are tasked with attaching a management cluster to Tanzu Mission Control (TMC). What are the required steps to successfully complete this process?
- A
Log in to Tanzu Mission Control and navigate to the Clusters page to start the attach process.
- B
Run the 'kubectl apply' command to deploy the TMC agent YAML file on the management cluster.
- C
Ensure that the management cluster has internet access to communicate with TMC endpoints.
- D
Manually update the kubeconfig file with the TMC credentials for the management cluster.
- E
Generate an attach token from Tanzu Mission Control and use it to authenticate the management cluster.
Show answer and explanation
Correct answers: A, B, C, E
Explanation
Attaching a management cluster to Tanzu Mission Control requires several key steps. First, you need to log in to TMC and initiate the attach process from the Clusters page. An attach token is generated and used to authenticate the cluster. The management cluster must have internet access to communicate with TMC, and the TMC agent YAML file must be deployed on the cluster using 'kubectl apply'. Manually updating the kubeconfig file is not part of this process, as authentication and configuration are handled through TMC and the attach process.
- A. Correct.
Correct. Logging into Tanzu Mission Control and navigating to the Clusters page is the first step to initiate the attach process.
- B. Correct.
Correct. The 'kubectl apply' command is used to deploy the TMC agent YAML file, which is critical for connecting the management cluster to TMC.
- C. Correct.
Correct. Internet access is required for the management cluster to communicate with Tanzu Mission Control endpoints.
- D. Incorrect.
Incorrect. Updating the kubeconfig file with TMC credentials is not a required step when attaching a cluster to TMC.
- E. Correct.
Correct. Generating an attach token from TMC is necessary to authenticate the management cluster during the attachment process.