githubEdit

CoreDNS

CoreDNS

Introduction

...

Deploy By Binary

Quick Start

# get and run from source
wget https://github.com/coredns/coredns/releases/download/v1.10.1/coredns_1.10.1_linux_amd64.tgz
tar xf coredns_1.10.1_linux_amd64.tgz
install -m 0755 coredns /usr/local/bin
coredns -conf /opt/coredns/coredns.conf 
# OR
git clone https://github.com/coredns/coredns
cd coredns && make
install -m 0755 coredns /usr/local/bin
coredns -conf /opt/coredns/coredns.conf -dns.port=1053

Config and Boot

Config

Boot(systemd)

Deploy By Container

Run On Docker

[[cc-docker|Docker常用命令]]

Run On Kubernetes

[[cc-k8s|deploy by kubernetes manifest]]

[[cc-helm|deploy by helm]]

Reference:

Last updated