-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Scale based on Kubernetes Costs #4247
Comments
I like this one |
How to match pods replicas with cost. |
This is not supported yet |
Available APIs: https://docs.kubecost.com/apis/apis-overview |
Most probably we should use https://www.opencost.io/ instead which is CNCF Sandbox with open proposal for incubation: cncf/toc#1046 |
|
Happy to help out if you have any questions about OpenCost. |
Wonderful, thanks! Didn't look much in to it yet, but any docs on supported authentication schemes, @mattray? |
OpenCost currently has no auth built-in for its data or API. It's simply pulling data from Kubernetes and cloud billing APIs (which may require auth) and pushing them into a Prometheus-compatible datastore (which my be configured with auth) and exposing them behind an API (currently no auth). The web UI is a simple React app that just pulls from the API locally. Usually, you just port-forward to get to the API and UI or pull the data from Prometheus into another dashboard like Grafana (which may have its own auth). |
/assign erharjotsingh |
Proposal
https://www.kubecost.com/
Scaler Source
Cloud costs
Scaling Mechanics
TBD
Authentication Source
TBD
Anything else?
No response
The text was updated successfully, but these errors were encountered: