Git Product home page Git Product logo

Comments (10)

cedvan avatar cedvan commented on May 23, 2024 7

Hi,

I am very interested in this feature. But need some documentation to use CoreDNS ...

from external-dns.

lsjostro avatar lsjostro commented on May 23, 2024 2

I've written a terraform provider for coredns which might inspire someone to add this feature here.
https://github.com/shelmangroup/terraform-coredns

When we have NodePort support I might give it a go.

from external-dns.

ideahitme avatar ideahitme commented on May 23, 2024

Yes this is something we have in our future plans https://github.com/kubernetes-incubator/external-dns/blob/master/docs/initial-design.md

But we will probably focus on integrating with AWS and Google first and based on that we will evaluate the ways to integrate CoreDNS as a possible DNS provider

from external-dns.

mattymo avatar mattymo commented on May 23, 2024

Thanks for the quick reply! Exposing dns data to coredns is as simple as writing info to etcd, so I hope it's not a big challenge.

from external-dns.

linki avatar linki commented on May 23, 2024

CoreDNS already supports ingesting Kubernetes resources via one of its middlewares (https://github.com/coredns/coredns/tree/master/middleware/kubernetes) and exposes DNS records the way KubeDNS uses to.

I was wondering if ExternalDNS like features can be implemented as a CoreDNS middleware. It basically just has to understand ExternalDNS's annotation semantics and expose DNS records accordingly.

from external-dns.

istalker2 avatar istalker2 commented on May 23, 2024

I took an opportunity to write CoreDNS provider, which also happens to be SkyDNS provider.
Here is my PR: #246

Probably the same can be achieved by writing new CoreDNS middleware rather than external-dns provider, but I do believe that duplicating external-dns functionality elsewhere is not a step in the right direction.

from external-dns.

lsjostro avatar lsjostro commented on May 23, 2024

@istalker2 awesome! 👊🏻

from external-dns.

pigmej avatar pigmej commented on May 23, 2024

btw. #246 was replaced by #253

from external-dns.

calder avatar calder commented on May 23, 2024

#253 seems to have stalled.

from external-dns.

hjacobs avatar hjacobs commented on May 23, 2024

@calder @istalker2 anybody interested in picking up the PR (#253)?

from external-dns.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.