Providing DNS for Kubernetes services with bare metal load balancer

12/8/2019

I'm trying to use external-dns with a bare metal load balancer. I tried using metallb as the kubernetes load balancer, but the IP address assigned in the A record is the internal IP address of the load balancer, rather than than the public IP address of the load balancer. According the to the external-dns docs, if status.loadBalancer is empty (which it will always be), external-dns would not work as expected even though I have set the external IP for the service.

-- Josh Woodcock
external-dns
kubernetes
metallb

0 Answers