An open API service indexing awesome lists of open source software.

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

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`