From 4aa0a84f4fe7a21c9f866e229dd55379cda31006 Mon Sep 17 00:00:00 2001 From: Abhinandh B G <97796199+babugeet@users.noreply.github.com> Date: Sat, 11 Jan 2025 14:15:57 +0000 Subject: [PATCH] Added Helm installation section for installation manual Signed-off-by: babugeet Signed-off-by: Abhinandh B G <97796199+babugeet@users.noreply.github.com> --- content/manual/installation.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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