Closed Zerotask closed 4 years ago
@Zerotask can you provide the status of pod i think it may be caused due to pod is not in ready state
@Kartik494 The status of the pod is Running
Here's a screenshot of the Kubernetes Dashboard
For issues related to minikube, you might get a better response if you move the issue to https://github.com/kubernetes/minikube
@Zerotask The image hello-node --image=gcr.io/hello-minikube-zero-install/hello-node
has been deprecated. As a work around please use kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4
resolved. /close
@tengqm: Closing this issue.
This is a Bug Report
Problem: I'm using Minikube (as docker container) and followed the steps until Create a Service ->3. Run the following command:
minikube service hello-node
A new tab opened in my Firefox and it tried to load it for about 20 seconds, then the Firefox timeout page appeared. The tutorial says, I should see a "Hello World" message though.
On the Kubernetes dashboard everything is green except the service hello-node which is grey.
Page to Update: https://kubernetes.io/docs/tutorials/
Kubernetes Version: v1.18
Logs of
minikube logs
: