Skip to main content

Accessing Argo CD

info

If you have not already enabled the admin user for your instance, follow these instructions.

info

You can find the instance URL for Argo CD by visiting Argo CDyour instance. It is found in the upper left hand corner of the screen, to the right of the instance name and health status.

Argo CD Instance URL

Access the Argo CD Dashboard

  1. Click on the instance-id.cd.akuity.cloud.

  2. Log in with the username admin and the password set (or generated) while enabling the admin user.

Access Argo CD using the argocd CLI

  1. Install the argocd CLI:
brew install argocd
  1. Log in by using the following command and following the prompts:
argocd login <instance url>

At this point, you're ready to use your Akuity-managed Argo CD instance as normal. To try it out by deploying an Application in the next section.