Git Product home page Git Product logo

aks-commander's Introduction

AKS Commander

Diagram

Using terraform, bash and optionally a CI/CD system like Azure DevOps to provision AKS clusters - blue/green style.

About

This repository seeks to provide an example implementation of how green/blue AKS cluster deployments can be done. The code base consists of 4 Terraform modules and some bash to simplify usage and provide additional functionality beyond infrastructure management.

Usage

In the environment folder you'll find env and tfvars files that configure each environment. The env files provide base configuration for all modules, while module specific tfvars files can override configuration per module.

Example

x@y:~$ bash terraform.sh --environment=gbbcloudnative --action=apply --module=core
x@y:~$ bash terraform.sh --environment=gbbcloudnative --action=apply --module=rbac
x@y:~$ bash terraform.sh --environment=gbbcloudnative --action=apply --module=aks --workspace=blue
x@y:~$ bash bootstrap_cluster.sh gbbcloudnative blue
x@y:~$ bash terraform.sh --environment=gbbcloudnative --action=apply --module=tme --workspace=blue
x@y:~$ bash terraform.sh --environment=gbbcloudnative --action=apply --module=aks --workspace=green
x@y:~$ bash bootstrap_cluster.sh gbbcloudnative green
x@y:~$ bash terraform.sh --environment=gbbcloudnative --action=apply --module=tme --workspace=green
x@y:~$ echo "and round it goes.."

Details

Terraform

  • core (core infrastructure that supports the cluster)
  • rbac (aad identities and credentials required for aad enabled clusters)
  • aks (the AKS cluster itself)
  • tme (the Traffic Manager endpoint for an AKS cluster's ingress IP)

Bash

  • cluster_bootstrapper.sh (applies foundational objects on the cluster, installs ingress controller and ensures a public IP)

Pre-requisites

The following has to be installed:

  • Terraform >= 0.12.12
  • helm3
  • jq
  • azure-cli (authenticated and with the aks-preview extension)

aks-commander's People

Contributors

gfha avatar rhummelmose avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.