Accessing Argo CD
For the purpose of this lab, Argo CD server has already been exposed outside of the cluster using Load Balancer
type. To see how we set up Argo CD in the cluster with EKS Terraform Blueprint, please refer to this Terraform configuration.
To get the URL from Argo CD service, run the following command:
acfac042a61e5467aace45fc66aee1bf-818695545.us-west-2.elb.amazonaws.com
The initial username is admin
. The password is autogenerated with the pod name of the ArgoCD API server. You can get it by running the following command:
Log in to the Argo CD UI using the URL and credentials you just obtained.
You will be presented with a screen that looks like this:

Argo CD also provides a powerful CLI tool called argocd
that can be used to manage applications.
For the purpose of this lab, argocd
CLI has been installed for you. You can learn more about installing the CLI tool by following the instructions.
In order to interact with Argo CD objects using CLI, we need to login to the Argo CD server by running the following commands:
'admin:login' logged in successfully
Context 'acfac042a61e5467aace45fc66aee1bf-818695545.us-west-2.elb.amazonaws.com' updated