2V0-71.23 Question 184
Select 3You are tasked with deploying a containerized application to a workload cluster using the VMware Tanzu Mission Control (TMC) Catalog. You have already logged into the TMC console and navigated to the Catalog. What are the next steps required to successfully deploy the application?
- A
Select the desired application from the Catalog and customize the deployment parameters.
- B
Directly upload a YAML file with the application manifest to the TMC Catalog.
- C
Select the target workload cluster for deployment.
- D
Manually create Kubernetes resources on the workload cluster before initiating the deployment from the Catalog.
- E
Review and confirm the deployment configuration in TMC before initiating the deployment.
Show answer and explanation
Correct answers: A, C, E
Explanation
Deploying an application using the TMC Catalog involves selecting an application template from the Catalog, customizing its parameters, choosing the target workload cluster, and reviewing the deployment configuration before initiating the deployment. This ensures that the application is properly configured and deployed to the correct environment, leveraging Tanzu Mission Control's capabilities for streamlined application management.
- A. Correct.
Correct: The TMC Catalog allows you to choose an application and customize deployment parameters such as replicas, resource limits, and other configurations.
- B. Incorrect.
Incorrect: The TMC Catalog does not allow direct YAML uploads; it provides pre-defined templates for applications.
- C. Correct.
Correct: The workload cluster where the application will be deployed must be selected during the deployment process.
- D. Incorrect.
Incorrect: Kubernetes resources are automatically created as part of the deployment process initiated through the TMC Catalog.
- E. Correct.
Correct: Reviewing and confirming the deployment configuration is a critical step before initiating the deployment to avoid misconfigurations.