Image Overview: coredns

Overview: coredns Chainguard Image

CoreDNS is a fast and flexible DNS server written in Go

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/coredns:latest

Using CoreDNS

The Chainguard CoreDNS image is a drop-in replacement for the upstream image. See the upstream documentation for usage information specific to your environment.

Below is a quickstart example using the upstream helm chart:

helm repo add coredns https://coredns.github.io/helm
helm install coredns coredns/coredns \
	--set image.repository="cgr.dev/chainguard/coredns" \
	--set image.tag="latest" \
	--set isClusterService=false

Last updated: 2024-04-11 12:38