external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
My setup: I use `traefik` as an IngressController. This gives me a `LoadBalancer` type `Service` as primary ingress for my cluster. Where `1.2.3.4` is the correct external IP address. ```...
Use Case: We need to have external-dns set our DNS to point to the ExternalIP of the node that the pod winds up on. - Added an annotation "use-external-host-ip" for...
**What would you like to be added**: Providing an annotation, ExternalDNS should be able to start managing the DNS record upstream and add TXT (or other) records that will allow...
**Description** Support ExternalID in AWS Provider when assuming a role. This is a follow up for the [pull request](https://github.com/kubernetes-sigs/external-dns/pull/1745) which is closed. Thanks for the work of @dylwylie which i...
**What happened**: When trying to add records in private zone in compartment, externaldns for oci fails to add record and gives warnings ``` time="" level=warning msg="No zones in compartment \"ocid1.compartment.oc1..\"...
**Description** Google Cloud Logging (AKA Stackdriver Logs) interprets the default logrus log format as "error" severity even when `level=info` is present in the log output: ensure that the normal startup...
Oracle Cloud Infrastructure (OCI) supports "instance princpal" authentication. From [the reference docs](https://docs.cloud.oracle.com/en-us/iaas/Content/Identity/Tasks/callingservicesfrominstances.htm): > After you set up the required resources and policies, an application running > on an instance can...
`Ingress-nginx` gives you the ability to configure an internal load balancer that is in addition to the public one (see [here](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/README.md#additional-internal-load-balancer)). So you end up with a single ingress nginx...
Are there any plans to support custom providers with something like a plug in system? We are currently using a little known DNS provider from Germany ([Smart-NIC](https://www.smart-nic.services/)) that may not...
**Add support for F5 VirtualServer and TransportServer** https://clouddocs.f5.com/containers/latest/userguide/crd/virtualserver.html https://clouddocs.f5.com/containers/latest/userguide/crd/transportserver.html This is not the same as [2691](https://github.com/kubernetes-sigs/external-dns/issues/2691), however since Nginx is owned by F5 they probably share some naming. **Why is...