Grafana Operator
Grafana Operator is a Kubernetes operator built to help you manage your Grafana instances and its resources from within Kubernetes. The Operator can install and manage local Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift Custom resources. The Grafana Operator Automatically syncs the Kubernetes Custom resources and the actual resources in the Grafana Instance.
Installing the Grafana Operator
To install the Grafana Cluster in your Kubernetes Cluster, Run the following command in your terminal:
helm upgrade -i grafana-operator oci://ghcr.io/grafana/helm-charts/grafana-operator --version v5.6.0
For other installation methods, Refer Grafana Operator Installation Documentation.
Getting Started
Use the following guide to get started with using Grafana Operator to manage your Grafana:
- Manage data sources, and dashboards with folders using the Grafana Operator describes how to add a folders, data sources, and dashboards, using the Grafana Operator.
- Manage Dashboards with GitOps Using ArgoCD describes how to create and manage dashboards using ArgoCD and Grafana Operator.