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 answers
Related Questions in KUBERNETES
- Golang == Error: OCI runtime create failed: unable to start container process: exec: "./bin": stat ./bin: no such file or directory: unknown
- I can't create a pod in minikube on windows
- Oracle setting up on k8s cluster using helm charts enterprise edition
- Retrieve the Dockerfile configuration from the Kubernetes and also change container Java parameter?
- Summarize pods not running, by Namespace and Reason - I'm having trouble finding the reason
- How to get Java running parameters from Spring Boot running inside container in pod where no ps exist
- How do we configure prometheus server to scrape metrics from a pod with Istio sidecar proxy?
- In rke kube-proxy pod is not present
- problem with edge server registration in Eureka
- Unable to Access Kubernetes LoadBalancer Service from Local Device Outside Cluster
- Kubernetes cluster on GCE connection refused error
- Based on my experience, I've outlined the Kubernetes request flow. Could someone please add or highlight any points I might have overlooked?
- how to define StackGres helm chart "restapi" values to use internal LoadBalancer - AWS EKS
- Python3.11 can't open file [Errno 2] No such file or directory
- Cannot find remote pod service - SERVICE_UNAVAILABLE
Related Questions in METALLB
- Unable to Access Kubernetes LoadBalancer Service from Local Device Outside Cluster
- Nginx-Ingress connection to service timed out. 504 Gateway Timeout returned
- Cert-manager in Kuberbetes: Client.Timeout exceeded while awaiting headers
- Traefik ingress with kind and metallb
- Unable to access Nginx Ingress Load Balancer IP from my local
- How do I externally access a Kubernetes cluster (on Linux instances within different providers)?
- Kubernetes ingresses not accessible from inside the cluster when Metallb externalTrafficPolicy set to Local
- Calico + ipvs/strict_arp kube-proxy + Metallb l2 mode multi interface problem
- how to set custom headers when creating a metallb IPAddressPool CRD using client-go?
- Send and receive data to ZeroMQ socket from outside cluster using load balancer kubernetes
- How To Consume an API From a Nodemcu (ESP8266 WiFi Module)
- Minikube MetalLb addon Imagepullbackoff
- k3s + MetalLB: metallb-controller Failed to allocate IP for "default/nginx": no available IPs
- Prometheus to count times an ip is announced by a given node (metallb)
- Cannot access load balancer external ip address assigned by metallb installed on kind cluster using docker desktop on mac m1 from browser
Related Questions in EXTERNAL-DNS
- How to create dualstack alias to ALB on R53 using ExternalDNS EKS add-on?
- Nginx Ingress Azure Kubernetes Service - Connection timed out - possible 404
- failed to sync *v1.Service: context deadline exceeded in external-dns on EKS for route53
- Combining ExternalDNS + AWS Load Balancer Controller for ArgoCD
- Running aks pod-identity add command fails with Managed Identity Operator error despite having permissions
- AKS (version 1.25.5) Nginx Ingress Controller : External DNS is not working
- bitnami/external-dns with Kubernetes on Docker Desktop does not work
- EKS Ingress does not show created ALB Address
- external-dns in Kubernetes cluster not authorized to list hosted zones error
- Troubleshooting EKS External-Dns IAM
- External DNS + Ingress Nginx + AWS ALB
- external dns configuration for multiple env
- external-dns in multiple clusters don't update PowerDNS as expected
- External-dns access private with EKS and Route53 don't work
- How can I automatically add a kubernetes client secret as a file mount in Terraform?
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?
Popular Tags
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)
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>"