2V0-71.23 Question 132
Select 3You are tasked with attaching a Supervisor Cluster to Tanzu Mission Control (TMC) for centralized management. Which steps should you perform to complete this task?
- A
Log in to the Tanzu Mission Control Console and register the Supervisor Cluster.
- B
Download the Tanzu Mission Control agent YAML configuration file.
- C
Apply the Tanzu Mission Control agent YAML configuration file to the Supervisor Cluster using kubectl.
- D
Enable the Workload Management feature on the Supervisor Cluster before attaching it to TMC.
- E
Install a new Tanzu Kubernetes Grid (TKG) cluster as a prerequisite for Supervisor Cluster registration.
Show answer and explanation
Correct answers: A, B, C
Explanation
To attach a Supervisor Cluster to Tanzu Mission Control, you must first register the cluster in the TMC console. Afterward, you download the TMC agent YAML configuration file and apply it to the Supervisor Cluster using kubectl. These steps ensure the Supervisor Cluster is successfully integrated into TMC for centralized management. Other options, such as enabling Workload Management or deploying a new TKG cluster, are unrelated to this specific attachment process.
- A. Correct.
Correct: Attaching a Supervisor Cluster to Tanzu Mission Control begins by logging in to the TMC console and registering the cluster.
- B. Correct.
Correct: You need to download the TMC agent YAML configuration file, which contains the necessary configurations for the cluster to communicate with TMC.
- C. Correct.
Correct: The YAML file is applied to the Supervisor Cluster using kubectl to establish the connection between the cluster and TMC.
- D. Incorrect.
Incorrect: Enabling Workload Management is required during the initial setup of the Supervisor Cluster, not during the attachment process to TMC.
- E. Incorrect.
Incorrect: Installing a new Tanzu Kubernetes Grid cluster is not a prerequisite for attaching an existing Supervisor Cluster to TMC.