-
Notifications
You must be signed in to change notification settings - Fork 185
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
Adding worker autoscaling support with KEDA #277
Adding worker autoscaling support with KEDA #277
Conversation
For some reason, the @nineinchnick I am open to suggestions for a better metric or testing strategy. |
35dc778
to
b9dcd3b
Compare
52c79e9
to
757de90
Compare
I found the I am also wondering if the Chart should support the creation of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First pass, I haven't yet checked all the new properties.
757de90
to
d20836f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there any other popular autoscalers for Kubernetes? I see this just creates the ScaledObject
resource. What's the value in including this in the Trino chart? How hard is to manage this as an add-on, for example using an umbrella chart?
I am not aware of other open-source Kubernetes autoscalers for Pods/Jobs.
KEDA allows for scaling worker Pods down to zero replicas when the cluster is unused, and to me this is a pretty interesting feature that cannot be achieved with vanilla HPA.
It is definitely doable, I am currently managing it with Kustomize and ArgoCD. One pain point in having to do this outside of the Chart is that I cannot remove the |
d20836f
to
30756e8
Compare
I added the |
No description provided.