Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(proposal) Add external-dns to the Kubernetes cluster with an ingress (and a loadbalancer) #3194

Closed
dduportal opened this issue Oct 20, 2022 · 1 comment

Comments

@dduportal
Copy link
Contributor

While working on #2752 , we tried to delegate a DNS zone to DigitalOcean to support the new doks-public cluster.
The idea was to use terraform for the cluster, but also for its public external load-balancer and the associated DNS, without any requirements to Azure (where we centralize the DNS zone apex).

However as per jenkins-infra/digitalocean#81, DigitalOcean recommends to let Kubernetes managing the Load Balancer (and not defining it outside like with terraform).

Idea for later; using external-dns is theses cases:

  • The Kubernetes controller will then be able to manage the LB, the DNS records and the certificates.
  • Using delegated DNS zones per cloud would help by only allowing DNS record in a sub-domain (safety)
@dduportal dduportal added this to the infra-team-sync-2022-11-08 milestone Oct 25, 2022
@dduportal dduportal removed this from the infra-team-sync-2022-11-08 milestone Nov 8, 2022
@dduportal
Copy link
Contributor Author

Closing as this issue is not needed anymore: we do not use DigitalOcean Kubernetes today, and we have successfully delegated DNS to AWS from Azure

@dduportal dduportal closed this as not planned Won't fix, can't repro, duplicate, stale Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant