From 4b24b5219bdbf619f44e22463677a645538e9773 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Wed, 4 Dec 2019 18:33:41 +0000 Subject: [PATCH] Add Node-local DNS Cache add-on to list of add-ons --- content/en/docs/concepts/cluster-administration/addons.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/concepts/cluster-administration/addons.md b/content/en/docs/concepts/cluster-administration/addons.md index c40562b885160..5c932ae474bdc 100644 --- a/content/en/docs/concepts/cluster-administration/addons.md +++ b/content/en/docs/concepts/cluster-administration/addons.md @@ -38,6 +38,7 @@ Add-ons in each section are sorted alphabetically - the ordering does not imply ## Service Discovery * [CoreDNS](https://coredns.io) is a flexible, extensible DNS server which can be [installed](https://github.com/coredns/deployment/tree/master/kubernetes) as the in-cluster DNS for pods. +* [Node-local DNS cache](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/dns/nodelocaldns#nodelocal-dns-cache) lets you run a DNS cache on every Node, for improved performance. See [Using Node-Local DNS Cache](/docs/tasks/administer-cluster/nodelocaldns/) for more information. ## Visualization & Control