https://github.com/hnaderi/coredns-example
A simple deployment example for CoreDNS
https://github.com/hnaderi/coredns-example
coredns dns dnsserver docker-compose example
Last synced: 2 months ago
JSON representation
A simple deployment example for CoreDNS
- Host: GitHub
- URL: https://github.com/hnaderi/coredns-example
- Owner: hnaderi
- License: cc0-1.0
- Created: 2023-10-08T11:00:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T05:48:11.000Z (over 2 years ago)
- Last Synced: 2025-01-13T15:34:25.624Z (about 1 year ago)
- Topics: coredns, dns, dnsserver, docker-compose, example
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### CoreDNS docker-compose example
This is a simple example for a dns server deployment using CoreDNS, that supports auto loading of zone files.
It scans and loads zone files automatically using `auto` plugin, so you can update the zone files manually, or use [git-sync](https://github.com/kubernetes/git-sync) to pull a git repository of your zone files.
#### Use
```
docker-compose up
```