Skip to content

node-local-dns-2.1.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 14:03
· 19 commits to f8f9d90b234c94794a8c6b516ea0ea50f48101f6 since this release

A chart to install node-local-dns. NodeLocal DNSCache improves Cluster DNS performance by running a DNS caching agent on cluster nodes as a DaemonSet. In today's architecture, Pods in 'ClusterFirst' DNS mode reach out to a kube-dns serviceIP for DNS queries. This is translated to a kube-dns/CoreDNS endpoint via iptables rules added by kube-proxy. With this new architecture, Pods will reach out to the DNS caching agent running on the same node, thereby avoiding iptables DNAT rules and connection tracking. The local caching agent will query kube-dns service for cache misses of cluster hostnames ("cluster.local" suffix by default). Further documentation is here This helm chart works for both kube-proxy setups (iptables or ipvs).