How to expose nodeport service in kubeadm to access in browser

Hello,
How to expose nodeport service in kubeadm to access in browser?
for example in screenshot attached , i want to access the highlighted argocd server service on my browser. for minikube i know how to do it but as the kodekloud playground have Kubeadm, so how to do it on kubeadm ??

Thanks

Hi @shubhamsingh240,

Use the port 32147 or 31773 on menu port

Hi @mmkmou ,

I tried that already but its not working.

How do we expose the node port service in kubeadm cluster, so our kubeadm cluster can create an IP where we can access this service inside the cluster? because i just created the node port service and i am not sure if the port forwarding is done here as i don’t know how to do it here in kubeadm.

Hi @shubhamsingh240,
Let me report the issue on labs team to see what is the issue and why the port is not working.

You can use the ArgoCD playground waiting for the solution

Regard