Post

CoreDNS

CoreDNS is a modern, lightweight, and highly extensible DNS server with a plugin-driven architecture. It is the default DNS engine for Kubernetes and ideal as a local authoritative DNS server for homelabs.

CoreDNS

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/coredns.sh)"
CPU: 1 cores RAM: 256 MB Disk: 1 GB OS: Debian 13

Alpine install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/alpine-coredns.sh)"
CPU: 1 cores RAM: 256 MB Disk: 1 GB OS: Alpine 3.23

Notes

Configuration file is located at /etc/coredns/Corefile

Source code
Loading...