Hi team, I am just starting my journey with K8S, I am using docker as driver for . . .

Enrique Salceda:
Hi team, I am just starting my journey with K8S, I am using docker as driver for Minikube and I’m getting the following error when I ran minikube service hello-minikube :

:exclamation: Because you are using a Docker driver on darwin, the terminal needs to be open to run it.

1 Like

Mohamed Ayman:
kubectl run no longer creates a deployment, it creates a pod as the instructions are slightly different now so it seems that you have created a pod, not deployment , check the below example to know the updated instructions :

1.RUN kubectl create deployment hello-minikube --image=http://k8s.gcr.io/echoserver:1.10|k8s.gcr.io/echoserver:1.10

2.RUN kubectl expose deployment hello-minikube --type=NodePort --port=8080

3.RUN minikube service hello-minikube --url

I’m experiencing the same issue trying to follow the tutorial Demo - Minikube-Setup - KodeKloud. Anyone have a solution for this?

HI @Qubits,

Please see the response give on slack channel hope he can help you :