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.
Providing DNS for Kubernetes services with bare metal load balancer
535 Views Asked by Josh Woodcock At
1
There are 1 best solutions below
Related Questions in KUBERNETES
- How to know a Pod's own IP address from inside a container in the Pod?
- Who will decide the "specified number of pods" for replication controller in kubernetes?
- Access other containers of a pod in Kubernetes
- Kubernetes cluster using Vagrant not working after restart
- kubectl not installed with gcloud SDK
- How do I access the Kubernetes api from within a pod container?
- Exposing several services with Vagrant and Kubernetes on my own server
- Does Kubernetes provision new VMs for pods on my cloud platform?
- Any suggestion for running Aerospike on Kubernetes on CoreOS on GCE?
- Kubernetes - kubectl exec bash - session drop and line width
- Google Container Engine (GKE): "Hello Wordpress" tutorial not working (ERR_CONNECTION_REFUSED)
- Kubernetes Pod Creation Speed
- How can i set max count of pods for replication-controller per node?
- Is there a way to tell kubernetes to update your containers?
- Postgres with Kubernetes and persistentDisk
Related Questions in METALLB
- k8s nginx Ingress take my node IP as Address
- metallb load balancer ip address range
- Kubernetes MetalLB External IP not reachable from browser
- Traefik ingress with kind and metallb
- Cert-manager in Kuberbetes: Client.Timeout exceeded while awaiting headers
- Kubernetes / Metallb single entrypoint
- nginx with minikube and metallb
- Metallb Kubernetes Loadbalancer fails without the port
- MetalLB in Kubernetes Baremetal Cluster
- How do you correctly enable and connect the MetalLB addon for Kubespray?
- How to expose Kubernetes Services to Internet Access?
- Kubernetes (on-premises) Metallb LoadBalancer and sticky sessions
- How to fix empty external IP from nginx ingress on k3s?
- How to pass incoming traffic in bare-metal cluster with MetalLB and Ingress Controllers?
- Preserve source IP on Kubernetes bare-metal with ingress-nginx, Iptables and MetalLb
Related Questions in EXTERNAL-DNS
- Cross account access to AWS resources
- How to create dualstack alias to ALB on R53 using ExternalDNS EKS add-on?
- gke and auto created domain for enabling http routing
- How to find out why Kubernetes dns-controller is not creating records for our own/company domain?
- external-dns in multiple clusters don't update PowerDNS as expected
- Error in NMI pod after adding and installing Bitnami External DNS via Terraform and Helm - No AzureIdentityBinding found for pod
- Does AWS Route53 support ACL to limit TXT records to public
- bitnami/external-dns with Kubernetes on Docker Desktop does not work
- Cloudflare External DNS and CNAME vs A records
- External DNS - All records are already up to date, there are no changes for the matching hosted zones
- EKS Ingress does not show created ALB Address
- Kubernetes and External-DNS
- Providing DNS for Kubernetes services with bare metal load balancer
- Helm Grafana Default backend: default-http-backend:80 (<error: endpoints "default-http-backend" not found>)
- How to setup ExternalDNS on Microk8s cluster?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
external-dnsneeds to become aware of the IP address of the loadbalancer. If thestatus.loadbalancerfield is empty, one way how to makeexternal-dnsaware of the correct IP is to use the annotationexternal-dns.alpha.kubernetes.io/target: "<metalLB-vip>"