Git Product home page Git Product logo

sak-external-dns's Introduction

Swiss Army Kube External DNS

This module was created to deploy external DNS within Swiss Army Kube cluster with ease and simplicity. Check out main repo of Swiss Army Kube for more information about the project in general.

Swiss Army Kube | Contributing Guide

Example

Create public or private hostedzone

module external_dns {
  source       = "github.com/provectus/sak-external-dns"
  cluster_name = module.eks.cluster_id
  argocd       = module.argocd.state
  hostedzones  = ["your.hosted.zones"]
  aws_private  = true
}
  • aws_private is a boolean variable accepting inputs: true or false. Meaning it will either create a private or public hostedzone

Create DNS using an existing hostedzone

module external_dns {
  source       = "github.com/provectus/sak-external-dns"
  cluster_name = module.eks.cluster_id
  argocd       = module.argocd.state
  hostedzones  = ["your.hosted.zones"]
  mainzoneid   = "your-existing-zone-id"
}

Requirements

terraform >= 1.1

Providers

Name Version
aws >= 3.0
helm >= 1.0
kubernetes >= 1.11
local >=2.1.0

Inputs

Name Description Type Default Required
argocd A set of values for enabling deployment through ArgoCD map(string) {} no
aws_private Set true or false to use private or public infrastructure bool false no
cluster_name The name of the cluster the charts will be deployed to string n/a yes
conf A set of parameters to pass to Nginx Ingress Controller chart map {} no
domains A list of domains to use list [] no
mainzoneid An ID of the root Route53 zone for creating sub-domains string "" no
hostedzones A list of Route53 hosted zones domains to create, need to provide a list of FQDN strings string [] yes
module_depends_on A list of explicit dependencies for the module list [] no
namespace A name of the existing namespace string "kube-system" no
namespace_name A name of namespace for creating string "external-dns" no
tags A tags for attaching to new created AWS resources map(string) {} no
vpc_id An ID of the VPC for the private Route53 zone string "" no

Outputs

Name Description
zone_id An ID of the created Route53 zone

sak-external-dns's People

Contributors

akastav avatar dmiroshnik avatar doncilas avatar khalatyanhovhannes avatar pbunakalia avatar pvlbnkl avatar rustamgimadiev avatar wallhided avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.