How to access argo-CD service on AKS node!

I’ve installed Argo CD on my AKS cluster (running on Ubuntu node image). I want to access the Argo CD UI, but I can’t because there’s no external IP assigned to it.

Could someone please guide me on how to expose the Argo CD service with an external/public IP so I can reach the UI?

Hi @Egoist

You need to edit the argocd-server Service in the argocd namespace to LoadBalancer type, so that a public Azure load balancer is attached to it with an external IP.