# Kubernetes Marketplace A Kubernetes marketplace, often referred to as a "K8s marketplace," is a centralized platform or repository where you can discover, deploy, and manage various pre-packaged applications, services, and tools that are compatible with Kubernetes clusters. ## How to Install Kubernetes Tools 1. Begin by establishing a Kubernetes cluster. Once the cluster is created, navigate to your cluster's detail page. 2. Click on the **Marketplace** tab within the cluster. This tab lists all available tools that can be directly installed on your Kubernetes cluster. 3. Browse the available tools. Each tool is listed with its name and an **Install** button next to it. 4. To install a specific tool, click the **Install** button next to it. **Example:** To install Cert-Manager, locate it in the marketplace list and click **Install** next to it. 5. Once a tool is successfully installed, it will appear in the marketplace list with an updated status indicating it is installed. ---