I want to add a extra DNS server as a pod (internal for the other pods).
Kube-DNS works fine, the pods can resolve the short-names of the others and could find the extra dns-pod by : #>host dns
So far so good. The resolve.conf on all of the pods have only the coredns entry (namesever CLUSTER_IP).
I I manually add a second name server to the resolve.conf but it do not work. Now I thought about a extra rule in the Kube-DNS to forward requests to the dns-pod. But have no idea if this is the right way to go. Furthermore I do not know the ip of the dns-pod during auto-creation of the complete setup (terraform).
Would be nice to receive some tips how this should be done.
best