Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
An operator for Grafana that installs and manages Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift CRs
| Date | Stars |
|---|---|
| 2026-07-24 | 1360 |
| 2026-07-25 | 1360 |
| 2026-07-28 | 1360 |
| 2026-07-30 | 1360 |
| 2026-08-06 | 1360 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
45.0
growth rate 0.00%/day
<div align="center">
# Grafana Operator
[](https://grafana.com/)
[](https://grafana.github.io/grafana-operator/)
[](https://github.com/grafana/grafana-operator/tags)
[](https://github.com/grafana/grafana-operator/tags)
[](https://github.com/grafana/grafana-operator/tags)
**[Official Documentation](https://grafana-operator.github.io/grafana-operator/)** | **[Quickstart](#getting-started)** | **[Installation](#installation)** | **[Tutorials](https://grafana.com/docs/grafana-cloud/developer-resources/infrastructure-as-code/grafana-operator/)**
</div>
The Grafana Operator is a Kubernetes operator built to help you manage your Grafana instances and its resources in and outside of
Kubernetes.
Whether you’re running one Grafana instance or many, the Grafana Operator simplifies the processes of installing, configuring, and maintaining Grafana and its resources. Additionally, it's perfect for those who prefer to manage resources using infrastructure as code or using GitOps workflows through tools like ArgoCD and Flux CD.
## Getting Started
### Installation
**Option 1: Helm Chart**
Deploy the Grafana Operator easily in your cluster using Helm:
```bash
helm upgrade -i grafana-operator oci://ghcr.io/grafana/helm-charts/grafana-operator --version 5.24.0
```
**Option 2: Kustomize & More**
Prefer Kustomize, Openshift OLM, or Kubernetes directly? Find detailed instructions in our [Installation Guide](https://grafana.github.io/grafana-operator/docs/installation/kustomize/).
For even more detailed setups, see our [documentation](docs/README.md).
### Example: Deploying Grafana & A Dashboard
Here's a simple example of deploying Grafana and a Grafana Dashboard using the custom resources (CRs) defined by the Grafana Operator:
```yaml
apiVersion: grafana.integreatly.org/v1beta1
kind: Grafana
metadata:
name: grafana
labels:
dashboards: "grafana"
spec:
config:
log:
mode: "console"
security:
admin_user: root
admin_password: secret
---
apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaDashboard
metadata:
name: sample-dashboard
spec:
resyncPeriod: 30s
instanceSelector:
matchLabels:
dashboards: "grafana"
json: >
{
"title": "Simple Dashboard",
"timezone": "browser",
"refresh": "5s",
"panels": [],
"time": {
"from": "now-6h",
"to": "now"
}
}
```
For more tailored setups and resources management, check out these guides:
- [Managing Data Sources and Dashboards](https://grafana.com/docs/grafana-cloud/developer-resources/infrastructure-as-code/grafana-operator/operator-dashboards-folders-datasources/)
- [GitOps Dashboards Management with ArgoCD](https://grafana.com/docs/grafana-cloud/developer-resources/infrastructure-as-code/grafana-operator/manage-dashboards-argocd/)
## Why Grafana Operator?
Switching to Grafana Operator from traditional deployments amplifies your efficiency by:
- Enabling multi-instance and multi-namespace Grafana deployments effortlessly.
- Simplifying dashboard, data sources, and plugin management through code.
- Supporting both Kubernetes and Openshift with smart adjustments based on the environment.
- Allowing management of external Grafana instances for robust GitOps integration.
- Providing multi-architecture support, making it versatile across different platforms.
- Offering one-click installation through Operatorhub/OLM.
## Get In Touch
Got questions or suggestions? Let us know! The quickest way to reach us is through our [GitHub Issues](https://github.com/grafana/grafana-opeExcerpt of 4,785 characters
Read on GitHub602
308
308
294
251
237
Steffen Baarsgaard · Systematic · Denmark
170
Edvin N · @Kognic · Sweden
120
23
21
15
14
13
12
10
10
10
10
10
9
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:d47fbbcb52f5fbcf, topic:observability, topic:monitoring
matched fp:d47fbbcb52f5fbcf, topic:kubernetes