|
|
|
|
|
by mad_vill
912 days ago
|
|
Sounds more like a kubernetes problem than a dns problem. I hate coredns. Everything running inside of a kubernetes cluster should just be querying the kubernetes endpoints api for these IPs directly and using the node dnsservers for external hosts. |
|
Wouldn't this put a huge load on the apiserver? Not to mention it's incompatible with software not designed for Kubernetes.