diff --git a/content/manual/installation.md b/content/manual/installation.md index 9e1c830b..6c1bdb83 100644 --- a/content/manual/installation.md +++ b/content/manual/installation.md @@ -7,15 +7,19 @@ source. ## Binaries For every CoreDNS release, we provide [pre-compiled -binaries](https://github.com/coredns/coredns/releases/latest) for various operating systems. For +binaries](https://github.com/coredns/coredns/releases/latest) Linux, we also provide cross-compiled binaries for ARM, PowerPC and other architectures. ## Docker We push every release as Docker images as well. You can find them in the [public Docker -hub](https://hub.docker.com/r/coredns/coredns/) for the CoreDNS organization. This Docker image is +hub](https://hub.docker.com/r/coredns/core basically *scratch* + CoreDNS + TLS certificates (for DoT, DoH, and gRPC). +## Helm +Installation of CoreDNS on a Kubernetes cluster can be achieved via Helm package manager. You +can find the installation details [here](https://github.com/coredns/helm) + ## Source To compile CoreDNS, we assume you have a working Go setup. See various tutorials if you don't have