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

[prometheus] The future of prometheus(-operator) #29000

Open
2 tasks done
PrivatePuffin opened this issue Nov 8, 2024 · 0 comments
Open
2 tasks done

[prometheus] The future of prometheus(-operator) #29000

PrivatePuffin opened this issue Nov 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@PrivatePuffin
Copy link
Member

Is your feature request related to a problem?

Currently we leech some code for prometheus (operator) from upstream.
This should stop, as we dont want any other dependencies besides common.

It also creates huge charts with lots of disables that might or might-not be stable.

Describe the solution you'd like

  • We should create our own Prometheus Operator chart (as its a rather simple chart)
  • We should move creating Prometheus CRs to common (as we want CR handling in common as a standard)
  • We should start maintaining the dashboards ourselves or, preferably, write tooling to fetch them from upstream (which kube-prometheus-stack is also doing)

Describe alternatives you've considered

Keeping things as is.

Additional context

  • Its important to note that we dont right-away also have to implement CRs we're not using/supporting actively yet.
  • A lot of the CRs are technically speaking, forms of special workload types, it might be nicest to implementing them as such.

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.
@PrivatePuffin PrivatePuffin added the enhancement New feature or request label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant