[Yandex Cloud documentation](../../../index.md) > [Yandex Managed Service for Kubernetes](../../index.md) > [Step-by-step guides](../index.md) > Installing applications from Cloud Marketplace > Getting started with Cloud Marketplace

# Getting started with Cloud Marketplace

Managed Service for Kubernetes enables you to use applications from [Yandex Cloud Marketplace](https://yandex.cloud/en/marketplace) in clusters.

## Getting a list of installed applications {#list-apps}

{% list tabs group=instructions %}

- Management console {#console}

  1. In the [management console](https://console.yandex.cloud), select a folder.
  1. Navigate to **Managed Service for&nbsp;Kubernetes**.
  1. Click the name of your cluster and select the **Marketplace** tab.

{% endlist %}

## Getting details about an installed application {#app-info}

{% list tabs group=instructions %}

- Management console {#console}

  1. In the [management console](https://console.yandex.cloud), select a folder.
  1. Navigate to **Managed Service for&nbsp;Kubernetes**.
  1. Click the name of your cluster and select the **Marketplace** tab.
  1. Under **Installed applications**, click the name of the application in question.

{% endlist %}

## Installing applications {#install-apps}

{% note info %}

To deploy applications, you need at least one [active node group](../node-group/node-group-create.md).

{% endnote %}

{% note warning %}

Create a new [namespace](../../concepts/index.md#namespace) for installing the application unless the system namespace is explicitly specified. If you leave the default namespace, the application may work incorrectly.

{% endnote %}

{% list tabs group=instructions %}

- Management console {#console}

  1. In the [management console](https://console.yandex.cloud), select a folder.
  1. Navigate to **Managed Service for&nbsp;Kubernetes**.
  1. Click the name of your cluster and select the **Marketplace** tab.
  1. Under **Applications available for installation**, click the name of the application you need.
  1. In the window that opens, click **Use**.
  1. Configure the application and click **Install**.

{% endlist %}

{% note info %}

You can also install applications from Cloud Marketplace [using Terraform manifests](../apply-helm-provider.md).

{% endnote %}

## Editing an application {#edit-app}

{% list tabs group=instructions %}

- Management console {#console}

  1. In the [management console](https://console.yandex.cloud), select a folder.
  1. Navigate to **Managed Service for&nbsp;Kubernetes**.
  1. Click the name of your cluster and select the **Marketplace** tab.
  1. Under **Installed applications**, click ![image](../../../_assets/console-icons/ellipsis.svg) next to the application to edit.
  1. In the menu that opens, click **Edit**.
  1. Edit the application as needed and click **Save**.

{% endlist %}

## Deleting applications {#delete-apps}

{% list tabs group=instructions %}

- Management console {#console}

  1. In the [management console](https://console.yandex.cloud), select a folder.
  1. Navigate to **Managed Service for&nbsp;Kubernetes**.
  1. Click the name of your cluster and select the **Marketplace** tab.
  1. Under **Installed applications**, click ![image](../../../_assets/console-icons/ellipsis.svg) next to the application to delete.
  1. In the menu that opens, click **Uninstall**.

{% endlist %}

## Collecting statistics {#statics}

To collect application usage statistics, Yandex Cloud Marketplace checks user resources in all Kubernetes clusters, including Kubernetes [secrets](../../concepts/encryption.md#k8s-secrets-encryption) labeled with `owner: helm`. To do this, the `k8s-marketplace-analytics` and `k8s-marketplace-distributor` [service accounts](../../../iam/concepts/users/service-accounts.md) are used. Statistics are collected every 15 minutes.

If you want to disable statistics collection for your Kubernetes cluster:

{% list tabs group=instructions %}

- Management console {#console}

  1. In the [management console](https://console.yandex.cloud), select a folder.
  1. Navigate to **Managed Service for&nbsp;Kubernetes**.
  1. Click the name of your cluster and select the **Marketplace** tab.
  1. In the top-right corner, click ![image](../../../_assets/console-icons/ellipsis.svg) and select ![image](../../../_assets/console-icons/ban.svg) **Prohibit Marketplace from collecting statistics**.

{% endlist %}