Questions tagged [external-dns]
46 questions
0
votes
0 answers
bitnami/external-dns with Kubernetes on Docker Desktop does not work
What I'm trying to do
I have deployed an aps.net core gRpc service on Docker for Desktop (Kubernetes enabled). To do client-side load balancing, I want to expose the same via a headless service. The deployment and service definition YAML files are…

Venkatesh
- 320
- 2
- 18
0
votes
0 answers
Route53 omit records
I am trying to create a new record on an already-existed host zone in Route53, and whenever I create any new record it gets omitted after the status goes to INSYNC
I am not aware of the reasons which may lead to such a thing, the host zone records…

Abdulrahman Falyoun
- 3,676
- 3
- 16
- 43
0
votes
1 answer
EKS Ingress does not show created ALB Address
In my EKS cluster, I am using the AWS Load Balancer Controller to monitor the cluster and create an ALB when ingress resources are created/seen (This is working correctly, configured through annotations).
I am trying to use External-DNS in order to…

mmiara
- 305
- 1
- 4
- 14
0
votes
1 answer
external-dns in Kubernetes cluster not authorized to list hosted zones error
I have installed external-dns using bitnami helm chart with version 6.10.2.
I have created IAM policy to give permissions to list Route53 hosted zones.
IAM policy
{
"Statement": [
{
"Action": [
…

Rad4
- 1,936
- 8
- 30
- 50
0
votes
0 answers
GKE: GCE ingress, lets encrypt AND external-dns
Currently I'm doing my first steps with GKE (1.22.11-gke.400).
1.) I tried external-dns with static credentials as described in Setting up ExternalDNS on GKE. IT WORKS!
2.) I tried let's encrypt with GCE ingress using a static IP and manually…

Marc
- 31
- 1
0
votes
1 answer
AWS route53 external dns point only one A records to the (E)LB of the (nginx) ingress controller
I have created two ingresses, one for Grafana and one for my App. When the external dns write them into the route53 hosted zone as a A record, only one of them (the Myapp dns) get the (E)LB alias (dns), though the second A record get the internal IP…

Tikokito
- 1
0
votes
1 answer
External Dns registers private ip with cloudflare instead of public ip
After deploying External-Dns to our K8 cluster using official Helm bitnami/external-dns chart dns records are created in cloudflare but the ip address regitered are private and not public ip. Due to this my certificate generation with cert-manager…

Prashant Tiwari
- 67
- 2
- 9
0
votes
2 answers
how to use --label-filter with external-dns to filter the ingress in kubernetes
I had many dns records in my dns-zone in azure and i need to use External-dns to automate dns record creation/deletion but i need to filter by labels whene external-dns found other label in the aks ingrees than this one below he musn't touch it…

Inforedaster
- 1,260
- 1
- 23
- 39
0
votes
1 answer
Is there a selector for external-dns in kubernetes (eks), to route to the correct fargate instance?
i just set up a private EKS Cluster with an external DNS. A Service is exposed on a fargate instance and accessible via https://IP. The service is furthermore annotated with
external-dns.alpha.kubernetes.io/internal-hostname:…

w.eric
- 321
- 5
- 15
0
votes
1 answer
How to find out why Kubernetes dns-controller is not creating records for our own/company domain?
Our KOPS based Kubernetes cluster in AWS stopped creating external dns records in Route53 like: service-name-svc.testing.companydomain.com. Is there any way to check what flag is set for the dns-controller working within the cluster? Any other…

Viji
- 412
- 4
- 15
0
votes
2 answers
gke and auto created domain for enabling http routing
I need to use a domain for GKE cluster to access ingress into the cluster and applications, similar like azure AKS http add-on which gives a generic-created domain(not a custom…

Bora Özkan
- 73
- 1
- 1
- 8
0
votes
0 answers
Cross account access to AWS resources
I have access to two AWS accounts, training and staging. Staging account holds all hosted zones, IAM roles; I want to grant access to training account so it can access a resource in Route53. I have created an IAM policy as below:
{
"Version":…
user11931805
0
votes
1 answer
I cannot access kibana on nginx ingress and route53
I have deployed nginx ingress controller with internal load balancer and externalDNS on my EKS cluster so i tried to expose kibana with the hostname registred on route53 with private hosted zone (my-hostname.com).
but when i access it on the browser…

touati ahmed
- 311
- 8
- 21
0
votes
1 answer
Kubernetes and External-DNS
I am running a K8S cluster in GCP with cert-manager and external-dns with a ingress-nginx-ingress-controller ( Loadbalancer = external IP "abc" )
Each frontend-service request a letsenrypt certificate via a DNS ( Zone is setup in GCP )…

Peter Mueller
- 17
- 3
0
votes
1 answer
Providing DNS for Kubernetes services with bare metal load balancer
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…

Josh Woodcock
- 2,683
- 1
- 22
- 29