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.