Argocd UI Access Issue

Hi All,

I have spun up a kubernetes singlenode/multi node cluster labs and installed a argocd using below steps…

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml

After installing argocd i tried to access the UI by changing argocd-server svc to nodeport. However i saw the “This page isn’t working” (attached SS) error when i checked the port number via “view port number” option in the lab. I have installed a argocd with same steps in AWS cluster, i can able to access the UI through the same nodeport config. Can you pls check and help me on this. not sure if it related to k8s kodekloud lab or am i doing something wrong here. Thanks

Hi @pavan00379

Can you please share the lab name in which you are experiencing this issue?

Below are the kodekloud playgrounds i used…

I installed ArgoCD v2.14.9 from this link, and updated the argocd-server Service type NodePort on https port to 32766 and the UI is accessible.

Hi Santosh,

I can able to access the kodekloud on port number 32766 alone, if i tried with other port numbers i still see the page isn’t working error… any reason why it is accessible on only port 32766…

In the ArgoCD course Labs, the same port is hardcoded to access the Argo UI. The Playgrounds could possibly be using the same config.