ori-edge / k8s_gateway

A CoreDNS plugin to resolve all types of external Kubernetes resources
Apache License 2.0
316 stars 65 forks source link

Return AAAA records for Services #40

Closed samip5 closed 2 years ago

samip5 commented 3 years ago

Please also support IPv6.

"Currently only supports A-type queries, all other queries result in NODATA responses."

tobiaskohlbau commented 2 years ago

I was in the need for IPv6 support within my setup and found k8s_gateway as a perfect solution. Externaldns does not support ipv6 neither and was a bit to much for a single node cluster.

In #93 I've proposed the needed changes to support AAAA records. Lets discuss if this changes are fitting into the project and which road to take for it to be merged.