Hello,
on the site I read
You should now be able to curl the nginx Service on <CLUSTER-IP>:<PORT> from any node in your cluster.
After following the instructions I can curl my nginx service only on that nodes where a pod is running. On the others I got
curl: (7) Failed to connect to 10.107.64.40 port 80: No route to host
Is that intentionally or am I missing something?
Also the DNS part does not work at all for me. After following the instructions according to the page, I only get
Server: 10.96.0.10
Address 1: 10.96.0.10
nslookup: can't resolve 'my-nginx'
Since this takes that long I assume it's a timeout error.
I'm using kubernetes 1.24 on Debian Bullseye with cri-dockerd installed as mentioned on https://github.com/Mirantis/cri-dockerd
Marco
Hello,
on the site I read
You should now be able to curl the nginx Service on <CLUSTER-IP>:<PORT> from any node in your cluster.After following the instructions I can curl my nginx service only on that nodes where a pod is running. On the others I got
curl: (7) Failed to connect to 10.107.64.40 port 80: No route to hostIs that intentionally or am I missing something?
Also the DNS part does not work at all for me. After following the instructions according to the page, I only get
Since this takes that long I assume it's a timeout error.
I'm using kubernetes 1.24 on Debian Bullseye with cri-dockerd installed as mentioned on https://github.com/Mirantis/cri-dockerd
Marco