I am trying to access a simple minikube cluster from the browser, but I keep getting the following:
❗ Because you are using a Docker driver on windows, the terminal needs to be open to run it.
I've created an external service for the cluster with the port number of 30384, and I'm running minikube in a docker container.
I'm follwing "Hello Minikube" example to create my deployment.
Step1: I created the deployment:
kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4
Step2: I created the external service:
kubectl expose deployment hello-node --type=LoadBalancer --port=8080
Step3: I ran the service, and that;s where I stuffed up
"minikube service hello-node
The full return message:
❗ Executing "docker container inspect minikube --format={{.State.Status}}" took an unusually long time: 2.3796077s