this post was submitted on 25 Apr 2025
5 points (100.0% liked)

Kubernetes

1094 readers
1 users here now

founded 2 years ago
MODERATORS
 

By this I mean, I have a powerdns server running in my cluster, I would like Kubernetes to add/update dns entries in my dns server to reflect all services or any domains that would be used within the cluster, this is to fix a current issue I am having, and for general control and centralization purposes.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 month ago (1 children)

I assume external dns means it will add all the domains like ..svc.cluster.local entries to that, or just

[–] [email protected] 1 points 1 month ago (1 children)

sorry, i think i misunderstood your original ask. external-dns is more for mapping ingresses/services to dns providers

[–] [email protected] 1 points 1 month ago

Know anything that can do what I want?