Menu
Grafana Cloud

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:

shell
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: