Skip to content

coredns CRD plugin #249

Closed
Closed
@ytsarev

Description

We can try to implement coredns CRD plugin conceptually similar to coredns/coredns#1999

It should enable coredns to read data directly from DNSEndpoint CRD object.

It will get rid us of a whole class of problems of etcd maintenance like the one in #220
and seriously increase reliability of the system by reduction of 3 components:

  • etcd-operator
  • etc itself
  • internally facing external-dns ( I know it sounds weird, but that exactly how it works now:)

It can be either a separate plugin or extension of the current kubernetes one

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions