Hi Team,
I am working on kubernetes Playground. created Loadbalancer svc and status is showing pending. Is there any limitation set because i am not able to access my app in public browser.
Hi Team,
I am working on kubernetes Playground. created Loadbalancer svc and status is showing pending. Is there any limitation set because i am not able to access my app in public browser.
I think only the cloud playground have public access. LoadBalancer and public access for the Kubernetes playgrounds is not supported.
so what is the use of kubernetes playgound if i am not able to access my deployment or work in browser. even tried with nodeport service still not able to access it.
You can connect to a http server through the browser using the View Port
option from the menu in the top right:
If you want to use a LoadBalancer and have public access you need to use one of the Cloud Playgrounds.
yes its working fine thanks for the solution.
If that is the solution, please mark it so in the thread. It helps others come to the answer quicker. Thanks.