Git Product home page Git Product logo

route42's Introduction

Route42 - Manage your DNS via K8s


Route42 provides simple and pluggable DNS management via Kubernetes Custom Resource Definitions.
It can be used to scale DNS servers declaratively and can serve as a base for other higher-level APIs like LoadBalancing, CNFs or VNFs.


Installation

1. cert-manager

To install Route42 you will need the cert-manager installed.
cert-manager is used to create an manage the certificate for the webhook server.
You can install Route42 without, but you have to bring your own certificates for the webhook server.

https://docs.cert-manager.io/en/latest/getting-started/install/kubernetes.html

2. deploy route42-manager

This step installs the Custom Resources and the route42 controller manager, which serves as a webhook server to validate and default created Zones and RecordSets

Clone this repository and run make deploy, this will execute kustomize and apply the generated manifests via kubectl apply -f -.
Make sure to be connected to the RIGHT kubernetes cluster, before executing this command.

3. route42-agent

Deploy the CoreDNS agent for the namespaces that you want to use it in.

Default Namespace is route42-system, but you can change it by executing:
cd config/agent && kustomize edit set namespace my-fancy-namespace

make deploy-agent will then deploy the agent in the same fashion as make deploy above.

route42's People

Contributors

thetechnick avatar

Watchers

 avatar

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.