Public IP not assisgned to a Kubernetes cluster in Playground

Hi All,

I created a kubernetes cluster and installed ArgoCD in it on single node kubernetes playground
Then I deployed an app through my git repository through ArgoCD.
However, as the cluster didn’t have a public IP address assigned I was not able to access the web application on my laptop’s browser.

Please advise.

Did you setup a LoadBalancer?

No I didnt setup a load balancer.

Ah this is a Kubernetes playground. You can expose the service on a NodePort and from the menu in the top right of the page select View Port from the drop down.

Have you found any solution for external access?

its shows INTERNAL-IP is non

controlplane ~ :heavy_multiplication_x: kubectl get node -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
controlplane Ready control-plane 7m39s v1.29.0 192.4.68.8 Ubuntu 20.04.6 LTS 5.4.0-1106-gcp containerd://1.6.6

I found solution
this is ArgoCD UI ip address
https://32766-port-bfd3cc867a8e4553.labs.kodekloud.com/

replace with your application port number 32766