VMware Tanzu Mission Control (TMC) is a centralized management platform for consistently operating and securing your Kubernetes infrastructure and modern applications across multiple teams and clouds1. TMC provides a catalog of curated open-source software packages that you can deploy to your clusters with a few clicks2. To deploy an application to a Kubernetes cluster using TMC catalog, you need to follow these steps3:
From the TMC Console, navigate to Catalog.
Select the package that you want to install from the list of available packages. You can filter the packages by name, provider, or category.
Click Install Package to start the installation wizard.
On the Installation Settings page, specify the following information:
The target cluster where you want to install the package. You can select only one cluster at a time.
The namespace where you want to install the package. You can select an existing namespace or create a new one.
The name of the package instance. This name must be unique within the namespace.
The values for the package parameters. You can use the default values or customize them according to your needs.
Click Install to confirm the installation settings and start the installation process.
Wait for the installation to complete. You can monitor the progress and status of the installation on the Package Instances page.
The other options are incorrect because:
From the TMC Console, in Catalog, from Available Tanzu Packages, specify the target cluster and the package to install is false. There is no such option as Available Tanzu Packages in the TMC Console. The correct option is Install Package.
Using the Tanzu CLI, enter the command tanzu package install is false. The Tanzu CLI is a command-line tool that allows you to interact with Tanzu Kubernetes Grid clusters and packages4. It is not related to TMC or its catalog.
Using the TMC CLI, enter the command tmc cluster tanzupackage create is false. There is no such command as tmc cluster tanzupackage create in the TMC CLI. The TMC CLI is a command-line tool that allows you to interact with TMC and its resources5. It does not support installing packages from the catalog.
References: VMware Tanzu Mission Control Overview, Catalog Overview, Install a Package from Catalog, Tanzu CLI Overview, TMC CLI Overview