vectordotdev / helm-charts

Helm charts for Vector.
https://vector.dev
Mozilla Public License 2.0
111 stars 90 forks source link

feat(vector): Add option to use KEDA autoscaler #221

Closed artmakh closed 1 year ago

artmakh commented 2 years ago

Motivation KEDA provides possibility to scale pods based on any metric (or query) available in prometheus or many overs datasources. Since vector have wide variety of internal metrics better suitable for scaling decisions, it's nice to have possibility to choose KEDA instead of plain HPA

Approach How does this change address the problem?

It adds necessary values to helm chart and KEDA ScaledObject template

spencergilbert commented 2 years ago

Thanks for the contribution! I'll try and get a review on this early next week.

spencergilbert commented 2 years ago

Sorry - this is still on my radar, just been trying to finish up tasks from the last quarter.

spencergilbert commented 1 year ago

Closing due to inactivity