Node-local DNS caching agent for Kubernetes nodes, built on CoreDNS
NodeLocal DNS Cache is a Kubernetes component that runs a per-node DNS cache to improve cluster DNS performance and reduce load on cluster DNS services. It wraps CoreDNS with node-local networking setup, including iptables rules and a local listening address.
This hardened image is built from the official kubernetes/dns source and is intended for NodeLocal DNSCache DaemonSet deployments.