All Products
Search
Document Center

Container Service for Kubernetes:Enable public network access for Argo Server

Last Updated:Mar 26, 2026

To use the Argo Workflows UI to submit or monitor jobs in a workflow cluster, enable Internet access for Argo Server so that you can reach the Argo console from outside the cluster.

Prerequisites

Before you begin, ensure that you have:

Enable Internet access for Argo Server

  1. Query the cluster's basic information and record the cluster ID.

    aliyun adcp DescribeHubClusters --Profile=XFlow
  2. Get the public egress address of the user agent.

    Important

    Add only the required public CIDR block to the allowlist. Do not open access to all IP addresses.

    curl ifconfig.me

    If you cannot run this command, contact your network administrator to get the public CIDR block.

  3. Enable Internet access and configure access control. The following example uses 10.100.XX.XX/24 as the public CIDR block of the user agent.

    aliyun adcp UpdateHubClusterFeature --RegionId regionId --ClusterId **** --PublicAccessEnabled true --AccessControlList "[\"10.100.XX.XX/24\"]" --ArgoServerEnabled true

    The following table describes the key parameters.

    Parameter Description
    --PublicAccessEnabled true Enables Internet access for Argo Server
    --AccessControlList Specifies the CIDR blocks allowed to access Argo Server
    --ArgoServerEnabled true Enables Argo Server

Access the Argo Workflows UI

After you enable Internet access, access the Argo Workflows UI from the Distributed Cloud Container Platform for Kubernetes (ACK One) console.

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

  2. On the Basic Information page, click the Basic Information tab, and then click Workflow Console (Argo) in the Common Operations section.

    image.png

  3. In the left-side navigation pane of the workflow console, set NAMESPACE to default to view workflows.

    image.png

  4. On the right side of the workflow page, click a workflow to go to the details page.

    image.png