Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Helm installation section for installation #318

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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