Skip to content

Commit 4aa0a84

Browse files
committed
Added Helm installation section for installation
manual Signed-off-by: babugeet <[email protected]> Signed-off-by: Abhinandh B G <[email protected]>
1 parent ba64bd0 commit 4aa0a84

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/manual/installation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,19 @@ source.
77
## Binaries
88

99
For every CoreDNS release, we provide [pre-compiled
10-
binaries](https://github.com/coredns/coredns/releases/latest) for various operating systems. For
10+
binaries](https://github.com/coredns/coredns/releases/latest)
1111
Linux, we also provide cross-compiled binaries for ARM, PowerPC and other architectures.
1212

1313
## Docker
1414

1515
We push every release as Docker images as well. You can find them in the [public Docker
16-
hub](https://hub.docker.com/r/coredns/coredns/) for the CoreDNS organization. This Docker image is
16+
hub](https://hub.docker.com/r/coredns/core
1717
basically *scratch* + CoreDNS + TLS certificates (for DoT, DoH, and gRPC).
1818

19+
## Helm
20+
Installation of CoreDNS on a Kubernetes cluster can be achieved via Helm package manager. You
21+
can find the installation details [here](https://github.com/coredns/helm)
22+
1923
## Source
2024

2125
To compile CoreDNS, we assume you have a working Go setup. See various tutorials if you don't have

0 commit comments

Comments
 (0)