Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions content/manual/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down