From fda91c773d7772e38b7d72516fa699d85b5154fa Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 3 Jul 2026 20:19:57 +1000 Subject: [PATCH] Pin binddns-resolver service to a dedicated IP DNS (UDP/53) can't route via a shared gateway yet (no UDPRoute), so the service needs its own LoadBalancer address instead of a pool-assigned one. - pin purelb.io/addresses 198.18.200.7 (common pool) --- apps/base/binddns-resolver/cluster.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/base/binddns-resolver/cluster.yaml b/apps/base/binddns-resolver/cluster.yaml index a0cb345..c6b3ac4 100644 --- a/apps/base/binddns-resolver/cluster.yaml +++ b/apps/base/binddns-resolver/cluster.yaml @@ -15,6 +15,7 @@ spec: type: LoadBalancer annotations: purelb.io/service-group: common + purelb.io/addresses: 198.18.200.7 external-dns.alpha.kubernetes.io/hostname: resolver.k8s.syd1.au.unkin.net forwarders: - 1.1.1.1