Windows pods can't resolve services

3/4/2019

I have 2 node K8 cluster (1 linux + 1 win node).

For windows I'm using 1803 version. The issue I'm facing with is that Pods in Windows node can't resolve domain of services created on K8 cluster and which points to Pods on linux machine.

I can run container inside Windows node, tried with iis and containers are started successfully but they cannot resolve dns -> if you try nslookup or even ping clusterIP od service.

On linux node everything is working fine and pods see each other. Any suggestions or doubts where is the problem?

-- Superbrain_bug
dns
dnsmasq
kubernetes
proxy

0 Answers