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