2V0-71.23 Question 130
Select 3You are tasked with attaching a new Supervisor Cluster to your Tanzu Mission Control (TMC) environment. Which of the following steps are required to successfully attach the cluster?
- A
Generate an access token in Tanzu Mission Control to authenticate the attachment process.
- B
Install the Tanzu CLI on the management cluster to initiate the attachment.
- C
Download and apply the provided YAML manifest file to the Supervisor Cluster using kubectl.
- D
Ensure the Supervisor Cluster has the necessary permissions to communicate with Tanzu Mission Control.
- E
Enable the Harbor package on the Supervisor Cluster prior to attachment.
- F
Verify that the Supervisor Cluster is running Kubernetes version 1.21 or later.
Show answer and explanation
Correct answers: A, C, D
Explanation
Attaching a Supervisor Cluster to Tanzu Mission Control involves generating an access token for authentication, applying the YAML manifest to the Supervisor Cluster using kubectl, and ensuring the cluster has the necessary permissions to communicate with Tanzu Mission Control. These steps enable proper management and integration of the cluster into the TMC environment.
- A. Correct.
Correct. An access token must be generated in Tanzu Mission Control to establish authentication during the attachment process.
- B. Incorrect.
Incorrect. While the Tanzu CLI is useful for various Tanzu operations, it is not explicitly required for attaching a Supervisor Cluster. The attachment process relies on kubectl and the YAML manifest file.
- C. Correct.
Correct. The YAML manifest file downloaded from Tanzu Mission Control needs to be applied to the Supervisor Cluster using kubectl to complete the attachment process.
- D. Correct.
Correct. The Supervisor Cluster must have the appropriate network and role-based access permissions to communicate with Tanzu Mission Control.
- E. Incorrect.
Incorrect. Enabling the Harbor package is not a prerequisite for attaching a Supervisor Cluster to Tanzu Mission Control. Harbor is a container registry and not directly related to the attachment process.
- F. Incorrect.
Incorrect. Although it is important to verify the Kubernetes version for compatibility, this step is not explicitly required during the attachment process. Tanzu Mission Control will typically validate cluster compatibility during onboarding.