https://github.com/mandelsoft/kubedyndns
CoreDNS Plugin: Dynamic Kubernetes Resources for Coredns
https://github.com/mandelsoft/kubedyndns
coredns coredns-plugin crds dns golang k8s kubernetes
Last synced: 7 months ago
JSON representation
CoreDNS Plugin: Dynamic Kubernetes Resources for Coredns
- Host: GitHub
- URL: https://github.com/mandelsoft/kubedyndns
- Owner: mandelsoft
- Created: 2021-02-19T16:32:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T17:38:06.000Z (over 4 years ago)
- Last Synced: 2025-01-31T10:30:46.452Z (8 months ago)
- Topics: coredns, coredns-plugin, crds, dns, golang, k8s, kubernetes
- Language: Go
- Homepage:
- Size: 8.44 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CoreDNS Plugin to Serve DNS Entries from Kubernetes Resource
This project provides a [CoreDNS Plugin](plugin/kubedyndns/README.md)
that watches a dedicated Kubernetes resource to serve DNS entries for
a set of zones (DNS base domains).The plugin can be found under `plugin/kubedyndns`. The folder `cmds/coredns`
provides a complete complete coredns server including the standard plugins plus
the new `kubedyndns` plugin.The appropriate image is `mandelsoft/coredns`