From the README.md
Currently only supports A-type queries, all other queries result in NODATA responses.
We have k8gb setup with multiple clusters. And we'd like to configure it in a way that we can do zone delegation to coredns instance per region. like dev.example.com can do zone delegation to region1.dev.example.com. And the Coredns responsible for the zone region1.dev.example.com should be the one in region1.
For this to work, coredns needs to support NS-type queries.
I've checked the Coredns, externaldns, k8gb - setup, but externaldns does only support coredns with etcd backend (which we'd like to avoid)
From the README.md
We have k8gb setup with multiple clusters. And we'd like to configure it in a way that we can do zone delegation to coredns instance per region. like dev.example.com can do zone delegation to region1.dev.example.com. And the Coredns responsible for the zone region1.dev.example.com should be the one in region1.
For this to work, coredns needs to support NS-type queries.
I've checked the Coredns, externaldns, k8gb - setup, but externaldns does only support coredns with etcd backend (which we'd like to avoid)