I have a problem with my Kubernetes on-premise cluster created with kubespray. I don't know why, but the dns resolutions is not working on one of my three nodes.
I try to mount a debug container to launch a simple nslookup inside, and only from the problematic node, I got timeout :
root@dns-test:/# nslookup kubernetes.default.svc.cluster.local 10.233.0.3
;; connection timed out; no servers could be reached
I am a bit lost, I check the /etc/resolv.conf and it is the same on all servers. I try to disable the firewall on the node itself, but same problems.
Someone have an idea on it ? Thank you in advance!