Skip to content

louisehuyton/aks-sds-deploy-copy

 
 

Repository files navigation

aks-sds-deploy

Terraform code to deploy Shared Services AKS Cluster and underlying infrastructure.

Following resources are being deployed in each stage of the pipeline

1) Genesis
    a) Creates a resource group called "genesis-rg"
    b) Creates a KV and update access policy
    
2) Network
    a) Creates a resource group
    b) Creates Vnet, subnets & route tables
    c) Peers with hub and vpn vnets
    d) Updates private DNS
    
3) AKS00
    a) Builds AKS cluster with default linux node pool
    b) Adds additional windows node pool

3) AKS01
    a) Builds AKS cluster with default linux node pool
    b) Adds additional windows node pool
    
4) Bootstrap
    a) Creates sshkeys for flux if required
    b) Implements RBAC
    c) Install flux and helm operator

About

Fixing updatecli (hopefully)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 72.9%
  • Shell 27.1%