What is the recommended way to to redirect to a co...
# k3d
a
What is the recommended way to to redirect to a company based DNS as a fallback? Do a
kubectl edit cm -n kube-system coredns
and replace
forward . /etc/resolv.conf
with
forward . <ip-of-dns>
? Does not quite work: dial tcp: lookup myhost.company.com on ip:port: read udp some-ip:59881->ip:port: read: connection refused