Forward k8s.syd1.au.unkin.net to the in-cluster externaldns service
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

Points the resolver's k8s zone at the bind-externaldns LoadBalancer
198.18.200.8 instead of the puppet k8s anycast 198.18.19.20.
This commit is contained in:
2026-07-04 21:51:03 +10:00
parent 5d08e604d2
commit ee7e6c87e3
@@ -1,5 +1,6 @@
# Conditional forward zones, from the puppet openforwarder view. # Conditional forward zones, from the puppet openforwarder view.
# Upstreams: unkin authoritative 198.18.19.15, consul 198.18.19.14, k8s 198.18.19.20. # Upstreams: unkin authoritative 198.18.19.15, consul 198.18.19.14, k8s 198.18.200.8.
# k8s -> in-cluster bind-externaldns 198.18.200.8.
# (Zones that forwarded to 10.10.16.x were dropped; consul left as-is.) # (Zones that forwarded to 10.10.16.x were dropped; consul left as-is.)
--- ---
apiVersion: bind.unkin.net/v1alpha1 apiVersion: bind.unkin.net/v1alpha1
@@ -56,7 +57,7 @@ spec:
type: forward type: forward
catalog: false catalog: false
forwarders: forwarders:
- 198.18.19.20 - 198.18.200.8
--- ---
apiVersion: bind.unkin.net/v1alpha1 apiVersion: bind.unkin.net/v1alpha1
kind: BindZone kind: BindZone