All Products
Search
Document Center

Container Service for Kubernetes:App Marketplace

Last Updated:Jun 24, 2026

The ACK App Marketplace integrates Helm and extends it with a console UI and Alibaba Cloud chart repositories. This topic explains how to deploy and update Helm charts from the console.

Key concepts

App Marketplace uses these Helm concepts:

Concept Description
Chart A Helm package with all resources to run an application in a Kubernetes cluster, including container images, dependencies, and custom resource definitions (CRDs).
Repository A collection of charts. App Catalog provides charts customized or optimized by ACK from open source versions.
Release A running instance of a chart deployed to a cluster. Each deployment creates a new release.

Prerequisites

Ensure that you have:

  • An ACK cluster

  • Permissions to deploy applications in the target namespace

Deploy a Helm chart

  1. Log on to the ACK console.

  2. In the left-side navigation pane, choose Marketplace > App Catalog.

  3. On the App Catalog tab, click a chart to open its details page, which includes the introduction, installation procedure, parameters, and considerations.

  4. Click Deploy.

  5. On the Basic Information page, select a cluster and a namespace, then click Next.

  6. On the Parameters page, select a chart version, configure parameters, and click OK.

To verify the deployment, choose Applications > Helm in the cluster's left-side navigation pane. The new release appears in the list.

Update a Helm release

Use the Helm page to update the configuration or version of a release.

  1. Log on to the ACK console.

  2. In the left-side navigation pane, click Clusters.

  3. On the Clusters page, click the cluster name or click Details in the Actions column.

  4. In the left-side navigation pane, choose Applications > Helm.

  5. On the Helm page, click Update in the Actions column of the target release.

  6. In the Update Release panel, select a version, modify the parameters, and click OK.

Disclaimer

Some charts in App Catalog are based on open source versions and optimized for ACK. ACK provides full technical support for these charts in App Catalog. You must proactively upgrade software installed in your cluster and promptly fix defects caused by open source software.

References