Questions tagged [external-dns]
46 questions
1
vote
1 answer
External-dns access private with EKS and Route53 don't work
I'm using EKS, Route53 and External-dns for my DNS records.
Here is the nginx-ingress I'm currently using
nginx-ingress:
controller:
config:
use-forwarded-headers: "true"
service:
annotations:
…

nomopo
- 53
- 1
- 10
1
vote
1 answer
How can I automatically add a kubernetes client secret as a file mount in Terraform?
I am setting up External-DNS with Terraform. Per the documentation, I have to manually create an azure.json file and mount it as a secret volume. The directions also state:
The Azure DNS provider expects, by default, that the configuration
file is…

user658182
- 2,148
- 5
- 21
- 36
1
vote
0 answers
Helm Grafana Default backend: default-http-backend:80 ()
I am trying to install Grafana using helm and external DNS controller. I am using alb_ingress_controller annotations. Following values I am using in values.yaml file for ingress.
ingress:
enabled: true
# For Kubernetes >= 1.18 you should specify…

user11931805
- 55
- 6
1
vote
0 answers
Kubenetes AWS EKS are assigning all pods into only one node while leaving the other node free
Background:
I have an EKS cluster with 2 nodes (t3.small).
The cluster is having several pods including:
1 pod for web frontend
1 pod for backend
AWS ALB controller
External DNS
Current behavior:
All backend and web frontend pods + other AWS ALB…

haotang
- 5,520
- 35
- 46
1
vote
1 answer
google-cloud-platform: External DNS configuration is not working
Basic Info:
Region: us-west1
Zone: us-west1-a
DNS internal IP address: 10.36.2.15 (Windows Server2016, created from marketplace image)
VCP name: Default
I have followed below link to configured external DNS in…

nilesh.b
- 486
- 3
- 9
1
vote
0 answers
External DNS - All records are already up to date, there are no changes for the matching hosted zones
I created an external-DNS on my cluster, but no records are getting created for alb endpoints. logs show "Skipping record because no hosted zone matching record DNS Name was detected All records are already up to date, there are no changes for the…

DevOps
- 11
- 2
1
vote
0 answers
kubernetes external-dns not updating dns: "HTTP request failed: Get [url] : x509: certificate is valid for [router domain], not api.cloudflare.com"
I'm trying to set up external-dns as outlined in the docs for a bare-metal microk8s server, using Cloudflare as my DNS service. Deploying their pod with the API token for cloudflare seems to work fine, but the moment I deploy the test pod I start…

Eddie Parker
- 4,770
- 3
- 35
- 43
1
vote
0 answers
External DNS + SRV
I want to use External DNS with an SRV record. Currently, I curl the cloudflare API in order to post the node and port my pod is on. I would like ot have External DNS do this automatically. The record I attach it to is a multi A list record of all…

sfxworks
- 1,031
- 8
- 27
1
vote
1 answer
Kubernetes and external DNS
i have a lab environment with a bind server. The server manages the domain "lab.local" DNS Dynamic Update are configured. The lab client (windows and linux) are using the DNS server.
Now i would like do use a kubernetes cluster in our lab. Can i use…

DanMar
- 21
- 1
- 5
0
votes
1 answer
failed to sync *v1.Service: context deadline exceeded in external-dns on EKS for route53
Failed to create records in Route53 using externalDNS getting below error
failed to sync *v1.Service: context deadline exceeded
time="2023-08-02T13:07:48Z" level=fatal msg="records retrieval failed: failed to list hosted zones: AccessDenied: User:…

AniketGole
- 889
- 2
- 11
- 22
0
votes
0 answers
records retrieval failed: failed to list hosted zones
Need to resolve this issue:
"level=error msg="records retrieval
failed: failed to list hosted zones: NoCredentialProviders: no valid
providers in chain. Deprecated.\n\tFor verbose messaging see
aws.Config.CredentialsChainVerboseErrors"
Here is my…

CODI
- 147
- 4
- 17
0
votes
0 answers
Running aks pod-identity add command fails with Managed Identity Operator error despite having permissions
Currently battling a permissions issue when trying to assign a managed identity as part of an install/config of external-dns using pod identity.
Worked through the instructions to assign the DNS private zone contributor role to the user assigned…

John Fox
- 747
- 1
- 13
- 28
0
votes
0 answers
Expose headless service with nginx and external dns
Is there a way to expose a headless service to nginx ingress and and from nginx ingress you go to the ingress controller of your application?
Example
Headless service:
——
apiVersion: v1
kind: Service
metadata:
name: ksvc
annotations:
…

unknown
- 1
- 1
0
votes
1 answer
AKS (version 1.25.5) Nginx Ingress Controller : External DNS is not working
I got the following setup:
Azure Kubernetes -> Ingress-Nginx-Controller (uses Azure Load-Balancer) -> External DNS
I am exposing the Ingress-Nginx-Controller via an Ingress, backed by the Azure Load Balancer Controller using public IP.
I have used…

One Developer
- 99
- 5
- 43
- 103
0
votes
0 answers
Traefik ingress with External-DNS Statuscode=409
i'm using aks cluster and traefik ingress and i'm using external-dns to update my records .
i installed my traefik ingress and he's working fine
this my variables for helm :
additionalArguments:
- "--accesslog=true"
- "--accesslog.format=json"
…

Toufik Benkhelifa
- 245
- 3
- 11