Giter Site home page Giter Site logo

DNS Management Service about ffm-project HOT 2 OPEN

davidffrench avatar davidffrench commented on July 30, 2024
DNS Management Service

from ffm-project.

Comments (2)

miguelsorianod avatar miguelsorianod commented on July 30, 2024 1

I've been taking a look at the tasks related to DNS that KAS Fleet Manager performs.
It is basically one task:

  • Create CNAME records in a Route53's hosted zone. Those CNAME records point to some routes belonging to the data plane. Those routes are reported from the Data Plane to KAS Fleet Manager.

The interaction with Route53 is done through a wrapper that there is in KAS Fleet Manager on top of AWS Route53.
As of now, can't see a clear advantage of having a whole new DNS service vs just using the library to interact with the DNS service in Fleet Manager. In both cases fleet manager code has to interact with an API that manages DNS. In the case multiple providers are needed another implementation of the interface could be written or even converted to a library.
At the moment I think having a whole new service/api for this would be over-engineering at this point.
Let's let people design their fleet manager and if we are reported new real use cases or pain points around this we can reevaluate / explore further this possibility.

from ffm-project.

machi1990 avatar machi1990 commented on July 30, 2024

At the moment I think having a whole new service/api for this would be over-engineering at this point.
Let's let people design their fleet manager and if we are reported new real use cases or pain points around this we can reevaluate / explore further this possibility.

+1

from ffm-project.

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.