Add coredns to add-on list (#5358)

* Add CoreDNS addon

* Update text
This commit is contained in:
John Belamaric
2017-09-08 16:17:08 -04:00
committed by Andrew Chen
parent c3209bb680
commit e0cb103488
@@ -21,6 +21,10 @@ Add-ons in each section are sorted alphabetically - the ordering does not imply
* [Weave Net](https://www.weave.works/docs/net/latest/kube-addon/) provides networking and network policy, will carry on working on both sides of a network partition, and does not require an external database.
* [CNI-Genie](https://github.com/Huawei-PaaS/CNI-Genie) enables Kubernetes to seamlessly connect to a choice of CNI plugins, such as Flannel, Calico, Canal, Romana, or Weave.
## 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.
## Visualization & Control
* [Dashboard](https://github.com/kubernetes/dashboard#kubernetes-dashboard) is a dashboard web interface for Kubernetes.