Git Product home page Git Product logo

terraform-azure-k8s-infra's Introduction

Terraform Azure K8S Infra

CircleCI MIT License GitHub Release PR's Welcome

This is a terraform module which contains the infrastructure needed when setting up Kubernetes clusters on Azure (AKS)

Module Info

Check the module documentation here

The naming convention of the resources are based on the Azure Naming Convention

Usage

module "k8s-infra" {
  source  = "kube-champ/k8s-infra/azure"
  ...
}

Contributing

See contributing docs here## Requirements

No requirements.

Providers

Name Version
azurerm n/a

Inputs

Name Description Type Default Required
az_location The azure location on which the resources will be deployed string "West Europe" no
environment The environment name on which these resources are deployed string "dev" no
name A general name that will be used on the resources string n/a yes
nsg_rules A map of NSG rules map(map(string)) {} no
nsgs A list of NSG names list(string) [] no
private_dns_zone A private DNS Zone name string "" no
private_dns_zone_enabled A flag whether the private DNS zone should be created bool false no
public_dns_zone A public DNS Zone name string "" no
public_dns_zone_enabled A flag whether the public DNS zone should be created bool false no
subnets A map of subnets map(string)
{
"main": "10.1.0.0/16"
}
no
tags Additional tags to be attached to the resources map(string) {} no
vnet_address_space The vnet address space string "10.0.0.0/8" no

Outputs

Name Description
environment n/a
nsgs n/a
private_dns_zone n/a
public_dns_zone n/a
resource_group_location n/a
resource_group_name n/a
subnets n/a
vnet_id n/a
vnet_name n/a

terraform-azure-k8s-infra's People

Watchers

James Cloos avatar Ibraheem Al Saady avatar

Forkers

ryanoatz99

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.