Azure / aks-baseline-automation

Repository for the AKS Landing Zone Accelerator program's Automation reference implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: As a member of the Infrastructure Team responsible for automation, I need to have a Git driven automation process for managing the lifecycle of my clusters so that I don’t have to use the portal or the CLI to do it manually.

bahramr opened this issue · comments

Description:
Add the code and document the steps to manage the cluster lifecycle, which includes patching nodes, upgrading AKS, adding/removing nodepools, changing min/max nb of nodes, changing nodepool subnet size, changing nodepool VM SKU, changing max pods, label/taints on nodes, adding/removing pod identities, adding/removing RBAC permissions, etc.

Acceptance Criteria:

  1. Readme file in root directory should detail why using Git for lifecycle management is important
  2. Detailed readme for cluster lifecycle management using Git
  3. Add artifacts required for this to be successful in the lifecycle management folder

Hi @bahramr , @mosabami : This is a Gitops related feature , do we have to develop a code base on how AKS interacts with Gitops ?