Skip to content

Commit

Permalink
Added Helm installation section for installation
Browse files Browse the repository at this point in the history
manual

Signed-off-by: babugeet <[email protected]>
Signed-off-by: Abhinandh B G <[email protected]>
  • Loading branch information
babugeet committed Jan 11, 2025
1 parent ba64bd0 commit 4aa0a84
Showing 1 changed file with 6 additions and 2 deletions.
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

0 comments on commit 4aa0a84

Please sign in to comment.