Overview
Microsoft's Azure Kubernetes Service (AKS) is a fully managed Kubernetes service provided by Microsoft.
AKS Lifecycle Management¶
Users can leverage the native integration with Microsoft Azure to
- Provision and manage the lifecycle of their AKS Clusters in any Azure region right from the Controller.
- Create and maintain version controlled cluster specifications in your Git Repositories.
- Use the declarative, cluster specifications to provision AKS clusters with a high level of automation.
Users can provision and manage the lifecycle of AKS cluster(s) via multiple methods:
- Controller
- Swagger API
- RCTL CLI
- GitOps System Sync
- Terraform Provider
Important
If you use an alternate approach for cluster provisioning such as Terraform etc, you can IMPORT these clusters for visibility, monitoring and workload operations.