None of the pods resolve public domains or any internal pods. The resolv.conf points to an ip that doesn't belong to coredns
IP of coredns: 192.168.208.7
#cat etc/resolv.conf
nameserver 10.96.0.10
search default.svc.cluster.local svc.cluster.local cluster.local ec2.internal
options ndots:5
What should i change to fix this dns issue?