2V0-71.23 Question 181
Select 3You are tasked with deploying a web application to a Tanzu Kubernetes workload cluster using the Tanzu Mission Control (TMC) Catalog. After logging into the TMC console, you navigate to the Catalog and select the desired application template. Which of the following steps must you complete to successfully deploy the application to the workload cluster?
- A
Select the target workload cluster where the application will be deployed.
- B
Edit the application manifest to customize parameters such as image version and resource limits.
- C
Manually install Helm on the workload cluster before deploying the application.
- D
Review and confirm the deployment settings on the TMC Catalog wizard.
- E
Download the application template locally and apply it using kubectl.
Show answer and explanation
Correct answers: A, B, D
Explanation
Deploying an application using the Tanzu Mission Control (TMC) Catalog involves selecting the target workload cluster, customizing the application manifest if necessary, and reviewing the deployment settings before confirming the deployment. TMC automates much of the process, so manual steps like installing Helm or using kubectl are not required. This ensures a streamlined and efficient workflow for deploying applications to Kubernetes clusters.
- A. Correct.
Correct. Selecting the target workload cluster is a required step in deploying an application through the TMC Catalog. This ensures the application is deployed to the intended cluster.
- B. Correct.
Correct. The TMC Catalog allows customization of application parameters such as image versions and resource limits during the deployment process. This is critical for configuring the application to meet specific requirements.
- C. Incorrect.
Incorrect. Helm does not need to be manually installed on the workload cluster when deploying applications through the TMC Catalog. TMC handles the deployment process seamlessly.
- D. Correct.
Correct. Reviewing and confirming deployment settings is a critical step to ensure the application is configured correctly before deployment.
- E. Incorrect.
Incorrect. There is no need to download the application template and manually apply it using kubectl when deploying from the TMC Catalog. TMC automates this process as part of its functionality.