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