coredns-deployment/README.md
Manuel Rüger 1e05d58f99
Migrate chart over to coredns/helm (#245)
Its new location is under: https://github.com/coredns/helm

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2020-12-11 08:25:59 -05:00

27 lines
631 B
Markdown

# Deployment
Scripts, utilities, and examples for deploying CoreDNS.
# Debian
On a debian system:
- Run `dpkg-buildpackage -us -uc -b --target-arch ARCH`
Where ARCH can be any of the released architectures, like "amd64" or "arm".
- Most users will just run: `dpkg-buildpackage -us -uc -b`
To install:
- Run `dpkg -i coredns_0.9.10-0~9.20_amd64.deb`.
This installs the coredns binary in /usr/bin, adds a coredns user (homedir set to /var/lib/coredns)
and a small Corefile /etc/coredns.
# Kubernetes
## Helm Chart
The repository providing the helm chart repo is available under
https://github.com/coredns/helm