Kubernetes set up ingress guide doesn't work

1/21/2022

I am new to Kubernetes and I'm trying to follow this guide step by step. I am accessing Kubernetes via Minikube which is running locally on Docker.

when I try

curl hello-word.info

I get

curl: (7) Failed to connect to hello-world.info port 80: Timed out

If I go to my dashboard and look at the logs it says:

2022/01/21 16:32:33 [error] 36#36: *162 [lua] dns.lua:152: dns_lookup(): failed to query the DNS server for hello-world-app.default.svc.cluster.local:
failed to receive reply from UDP server 10.96.0.10:53: timeout
2022/01/21 16:33:49 [error] 33#33: *1669 lua udp socket read timed out, context: ngx.timer

W0121 17:09:16.705042 7 controller.go:952] Error obtaining Endpoints for Service "default/web": no object matching key "default/web" in local store
-- Adriana
kubernetes
kubernetes-ingress
minikube
nginx-ingress

0 Answers