How do you install minikube with docker on the kubernetes playgrounds to get the external URL of the services using the minikube service --url
Do any of the playgrounds have it?
How do you install minikube with docker on the kubernetes playgrounds to get the external URL of the services using the minikube service --url
Do any of the playgrounds have it?
Hi @satagrawal,
You don’t need to install minikube on K8S playground
The playground already has a cluster, you just need to use it directly. If you want to access to application from the playground, you just need to create a NodePort service and use the button view port
to open the link with the nodePort port.