To access ArgoCD Web UI on Azure Kubernetes Cluster using Ingress controller over a secure connection
Hi Microsoft Support team,
I am installing ArgoCD on AKS cluster using Helm chart and currently I am accessing it using localhost over an insecure connection. Considering I am working in an Enterprise environment I need to access ArgoCD Web UI over a certain IP/URL (e.g. argocd.test.com) which is having a certificate or HTTPs connection.
In order to do this I need to install a TLS certificate along with Ingress controller but I am not sure how to do it step-by-step considering this is the first time I am doing something like this. I have read several articles but I was not able to set up ingress and certificate successfully.
Furthermore I have created two namespaces, one for argocd and one for ingress.
Can you provide me a step-by-step guide for the same on how can I access the ArgoCD Web UI portal securely as an end-user.
Thanks
Arjun