Score:0

Why is my Kubernetes service not working? Firefox can’t establish a connection to the server

in flag

On my Ubuntu, I have minikube installed and working.

minikube ip
192.168.49.2

I am trying to reach my Kubernetes service.

Name:                     fleetman-queue
Namespace:                default
Labels:                   <none>
Annotations:              <none>
Selector:                 mylabelname=queue,release=0
Type:                     NodePort
IP Family Policy:         SingleStack
IP Families:              IPv4
IP:                       10.96.155.15
IPs:                      10.96.155.15
Port:                     http  8161/TCP
TargetPort:               8161/TCP
NodePort:                 http  30010/TCP
Endpoints:                <none>

In my browser at http://192.168.49.2:30010/, I got

Unable to connect

Firefox can’t establish a connection to the server at 192.168.49.2:30010.

Why?

I checked minikube dashboard enter image description here

Ismael Clemente Aguirre avatar
ye flag
You can run: `kubectl get svc` And use the EXTERNAL-IP in your browser to access the service. `http://REPLACE_WITH_EXTERNAL_IP:8080` e.g. `http://10.96.155.15:30010`
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.