Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support managing Orgs #268

Open
sathieu opened this issue Nov 20, 2023 · 2 comments
Open

Support managing Orgs #268

sathieu opened this issue Nov 20, 2023 · 2 comments

Comments

@sathieu
Copy link

sathieu commented Nov 20, 2023

Context :
My pull request to add Provisioning: orgs to Grafana was refused. I was pointed to grizzly.

Features needed: ability to create Orgs from manifests

Proposed format:

apiVersion: grizzly.grafana.com/v1alpha1
kind: Org
metadata:
    name: Org 1
@K-Phoen
Copy link
Member

K-Phoen commented Oct 17, 2024

Great idea :)

We need to do some investigation to determine if and how annotations could be supported.

@sathieu
Copy link
Author

sathieu commented Nov 13, 2024

Hello,

We ended up writing our Kubernetes Operator to manage:

  • GrafanaInstances (i.e. connection to API)
  • GrafanaOrgs
  • GrafaOrgDatasources
  • GrafanaOrgDashboards

It' available at: https://gitlab.com/kubitus-project/grafana-org-operator/#grafana-org-operator. Feedback welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants