Hi, I am a beginner and I am currently doing the kubernetes for abosulte beginne . . .

Abishek Raman:
Hi, I am a beginner and I am currently doing the kubernetes for abosulte beginner course. I have installed minikube on docker in my macbook…
i am getting the below if i try to get url for services that i create…can someone help me fix this ?

Mohamed Ayman:
Hello @Abishek Raman
I believe you can get your original behavior by using the hyperkit driver on macOS:
minikube start --driver=hyperkit
You can also set it to the default using:
minikube config set driver hyperkit

Thanks,
KodeKloud Support

Abishek Raman:
thank you mohamed. i installed hyperkit and ran that and it is working now !!

Mohamed Ayman:
Happy learning, @Abishek Raman!