Azure / aks-baseline-automation

Repository for the AKS Landing Zone Accelerator program's Automation reference implementation
MIT License
78 stars 135 forks source link

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. #23

Open bahramr opened 2 years ago

bahramr commented 2 years ago

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
shubhammicrosoft1 commented 2 years ago

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