10.5 Access ArgoCD

Access ArgoCD

Get the initial admin password:

kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d

Log in:

  • URL: https://argocd.<YourDomain>
  • Username: admin
  • Password: output of the command above

After logging in, change the password in the UI (User Info -> Update Password).