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
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:
Readme file in root directory should detail why using Git for lifecycle management is important
Detailed readme for cluster lifecycle management using Git
Add artifacts required for this to be successful in the lifecycle management folder
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: