Tasks/Configure DNS for a Cluster: add some descriptions about CoreDNS (#17879)

* add some descriptions about CoreDNS

* Update configure-dns-cluster.md
This commit is contained in:
Kohei Yoshida
2019-11-30 08:59:03 +00:00
committed by Kubernetes Prow Robot
parent f11ffddab6
commit 036d03ce18
@@ -5,9 +5,9 @@ content_template: templates/concept
---
{{% capture overview %}}
Kubernetes offers a DNS cluster addon, which most of the supported environments enable by default.
Kubernetes offers a DNS cluster addon, which most of the supported environments enable by default. In Kubernetes version 1.11 and later, CoreDNS is recommended and is installed by default with kubeadm.
{{% /capture %}}
{{% capture body %}}
For more information on how to configure DNS for a Kubernetes cluster, see the [Kubernetes DNS sample plugin.](https://github.com/kubernetes/examples/tree/master/staging/cluster-dns)
For more information on how to configure CoreDNS for a Kubernetes cluster, see the [Customizing DNS Service](/docs/tasks/administer-cluster/dns-custom-nameservers/). An example demonstrating how to use Kubernetes DNS with kube-dns, see the [Kubernetes DNS sample plugin](https://github.com/kubernetes/examples/tree/master/staging/cluster-dns).
{{% /capture %}}