I have k8s master on Debian and 2 worker nodes, linux(Debian) and windows(Server 2019).
From Pods on linux node I can ping coreDNS and I can reach services by using its DNS names. nslookup google.pl
returns addres of google.pl
On Pods on windows worker I can't reach services by using its DNS name (by IP it's ok) and also i can't ping CoreDNS. nslookup google.pl
returns timeout
How can I get to works this properly?