CLUSTER_NAME="myazconlabs"
RESOURCE_GROUP="rg_azconlab"
az aks enable-addons -a monitoring -n $CLUSTER_NAME -g $RESOURCE_GROUP
(output)
provisioningState : Succeeded
You can also enable the monitoring from either Azure Portal
, Azure Resource Manager Template
, or Azure Monitor dashboard
.
For more detail, please see the following page:
- Analyze AKS cluster performance with Azure Monitor for containers
- View container logs real time with Azure Monitor for containers
- Setup Alert for performance problems