# CoreDNS — Flexible DNS Server Written in Go > CoreDNS is a CNCF-graduated DNS server written in Go, composed entirely of plugins, and used as the default in-cluster DNS for Kubernetes since v1.13. ## Install Save as a script file and run: # CoreDNS — Flexible DNS Server Written in Go ## Quick Use ```bash # Grab a release binary and serve a zone curl -LO https://github.com/coredns/coredns/releases/latest/download/coredns_linux_amd64.tgz tar xzf coredns_linux_amd64.tgz cat > Corefile <