kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.24k stars 4.87k forks source link

Exiting due to SVC_UNREACHABLE: service not available: no running pod for service kubernetes-bootcamp found #19637

Open rajeshFrontendDev opened 2 weeks ago

rajeshFrontendDev commented 2 weeks ago

What Happened?

curl : Unable to connect to the remote server

Attach the log file

Not able to expose cluster

Operating System

Windows

Driver

Docker

spowelljr commented 17 hours ago

Hi @rajeshFrontendDev , could you run the following three commands and output the output for debugging:

$ kubectl get services kubernetes-bootcamp
$ kubectl describe services kubernetes-bootcamp
$ kubectl get pods -A