az-dns-forwarder
az-dns-forwarder copied to clipboard
bump alpine version?
hi, can you please upgrade the alpine version?
I think this project is rather stale, I landet on building the newer images myself - did you already check out Azure Private DNS Resolver which is essentially a Services doing the same ? :) https://learn.microsoft.com/en-us/azure/dns/dns-private-resolver-overview
Hi @bitsofinfo. As @ksandermann mentioned there is now a managed offering called Azure Private DNS Resolver. We migrated all of our environments to this offering. This is why this project is a bit outdated. That said, feel free to contribute anything via a PR. Thanks!
@nmeisenzahl Hi, thanks for this project, it helps a lot. I have a question to your previous comment as we were choosing between Azure Private DNS Resolver and az-dns-forwarder. We decided not to go with Azure Private DNS Resolver because of its high cost (https://azure.microsoft.com/en-us/pricing/details/dns) in comparison to az-dns-forwarder, that needs only negligible amount of resources from an existing AKS cluster and causes only minimal management overhead. Would you mind sharing what made you decide to go with Azure Private DNS Resolver instead of az-dns-forwarder?
@SindelarPetr Hey! We prefer managed offerings over self-managed ones. With Azure Private DNS Resolver you will also get high availability and nice integrations into IaC (due to it being an Azure Resource). If you are able to manage it on your own there is no reason to not continue to do it. Feel free to contribute any updates if you like.