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.
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.