coredns / deployment

Scripts, utilities, and examples for deploying CoreDNS.
Apache License 2.0
549 stars 535 forks source link

Deprecate Kubernetes deployment scripts #282

Closed chrisohaver closed 1 year ago

chrisohaver commented 2 years ago

The purpose of the Kubernetes deployment scripts here was to ease transition from clusters with kube-dns installed, before CoreDNS was widely adopted.

Since kube-dns is now virtually deprecated, and CoreDNS has been the standard DNS service discovery service in Kubernetes for several years, I think we should deprecate the deployment scripts here. The "standard" deployment of CoreDNS is not defined in this repo, but rather governed by other tools: primarily kubeadm (which I think most other k8s deployment tools follow).