1. Managed Grafana
Overview¶
Grafana, a popular open-source platform for monitoring and observability, is automatically deployed in your Managed Azure Kubernetes Service (AKS) environment. This deployment is part of our standard service to enhance your ability to monitor, visualize, and analyze your Kubernetes workloads.
Granting access to users¶
To grant access to users:
- In your managed resource group (eg.
mrg-kubernetes-xxxx), look for the Azure Managed Grafana resource type. The resource name will be prefixed withamg-. - Click
Access control (IAM)followed by+ AddandAdd role assignment. - Find the appropriate access role. There are currently three different access levels.
Info
Grafana Admin are for administrators providing full access to Grafana. Eg. edit data sources and plugins.
Grafana Editor are for users that require privileges to eg. create and edit dashboards.
Grafana Reader are for users that only require read access. Eg. look at dashboards and metrics.
- Click
Nextand+ Select members. Select the user you want to grant access to in the list and clickSelect. ClickNextfollowed byReview + assignto apply the changes.
Accessing Grafana¶
To access the Grafana UI:
- In the
Overviewsection of yourAzure Managed Grafanaresource, copy theEndpointfrom theEssentialsand paste it into your browser. Use your Microsoft account and SSO login.
Info
The endpoint will look similar but not exactly like this:
https://amg-bkm3khei3qnq2-ctgse4gmgfckb4gt.weu.grafana.azure.com
- Delve into the already provisioned dashboards via
Dashboardsor look right at the metrics inExplore.s