This is an old revision of the document!


kubectl run dnsutils --image=gcr.io/kubernetes-e2e-test-images/dnsutils:1.3 -- sleep 3600

kubectl exec -it dnsutils -- /bin/sh

# nslookup kubernetes.default
;; reply from unexpected source: 10.244.0.178#53, expected 10.96.0.10#53

Debian

modprobe br_netfilter

CentOS

echo '1' > /proc/sys/net/bridge/bridge-nf-call-iptables
Enter your comment. Wiki syntax is allowed:
 
  • devops/kubernetes_dns_reply_from_unexpected_source.1622612271.txt
  • Last modified: 2021/06/02 05:37
  • by admin