All Products
Search
Document Center

Container Service for Kubernetes:Monitor a workflow cluster with Prometheus Service

Last Updated:Mar 26, 2026

ACK One integrates with Application Real-Time Monitoring Service (ARMS) Prometheus Service to provide real-time visibility into your workflow cluster. After you enable monitoring, you can use the built-in Argo Workflow Monitoring dashboard to view workflow running status and cluster health.

Prerequisites

Before you begin, ensure that you have:

Billing

Monitoring a workflow cluster incurs additional fees. Before you enable this feature, review the billing information.

Enable Prometheus Service

Enable through the console

  1. Log on to the ACK One console. In the left-side navigation pane, choose Workflow Cluster > Cluster Monitoring.

  2. On the Cluster Monitoring page, click Enable Workflow Cluster Monitoring, then click OK.

Enable with a command

  1. Run the following command to get the cluster ID of your workflow cluster.

    aliyun adcp DescribeHubClusters --Profile=XFlow
  2. Run the following command to enable Prometheus Service. Replace <cluster id> with your actual cluster ID.

    aliyun adcp UpdateHubClusterFeature --MonitorEnabled true --ClusterId <cluster id>

After the command completes, an ARMS Prometheus instance is automatically created for your workflow cluster.

View the Prometheus dashboard

  1. Log on to the ACK One console. In the left-side navigation pane, choose Workflow Cluster > Cluster Monitoring.

  2. On the Workflow Monitoring tab, click the Argo Workflow Monitoring dashboard to view the running status of your workflows.

    123.png

Disable Prometheus Service

Disable through the console

  1. Log on to the ACK One console. In the left-side navigation pane, choose Workflow Cluster > Cluster Monitoring.

  2. On the Cluster Monitoring page, click Disable on the right, then click OK.

Disable with a command

Run the following command to disable Prometheus Service. Replace <cluster id> with your actual cluster ID.

aliyun adcp UpdateHubClusterFeature --MonitorEnabled false --ClusterId <cluster id>