This guide provides an overview of how to monitor Azure Kubernetes Service (AKS) using Azure Monitor, integrate with Azure Managed Grafana, and set up Azure Alerts with Azure Monitor recording and alert rules.
- Active Azure subscription
- AKS cluster
- Azure CLI installed
- Azure Monitor workspace
- Azure Managed Grafana instance
To deploy Azure AKS Monitoring using the Bicep files in the folder, follow the following steps:
-
Create a Resource Group:
az group create --name aks-mon-rg --location northeurope
-
Deploy the Bicep File:
az group deployment create --resource-group aks-mon-rg --template-file aks-manged-prom.bicep --parameters location=northeurope name=aks-mon-cluster
-
Clean Up Resources (optional):
az group delete --name aks-mon-rg
These steps will help you set up Azure AKS Monitoring with Azure Monitor, Azure Managed Grafana, and Azure Alerts using the provided Bicep files.