You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Glad to hear that :)
Mind sharing a link to that article? I'm curious.
Grafana Operator and DARK have very different scopes in term of the resources they can manage.
While DARK only manages dashboards, datasources, API keys, and the alertmanager, Grafana Operator can also manage and operate Grafana itself.
When if comes to dashboards and datasources, the main difference is in the choice of representation. Grafana Operator favors JSON (or jsonnet), DARK has its own YAML way of representing dashboards (based on grabana). Using YAML feels "more right" in a Kubernetes ecosystem, and having this abstraction layer also allows for less verbose and more succinct manifests.
I like what I read about this project in a recent article.
As I dig in deeper, I realize that Grafana Operator also has CRDs for GrafanaDashboard, GrafanaDatasource, etc.
It would be useful to me if you added a comparison between the CRDs in this project and those in Grafana Operator.
The text was updated successfully, but these errors were encountered: