-
Notifications
You must be signed in to change notification settings - Fork 36
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
Create a horizontal autoscaling #62
Comments
@Rub21 can you clarify if you mean this should be for the cluster itself? i.e. whether we should make it so that the nodes of the cluster auto-scale, or just the pods inside the cluster auto-scaling? I think we probably do want both, just want to clarify the intention of this ticket. |
@batpad I think to scale horizontally the node is not possible, because the On the other side we could not scale the |
@Rub21 that is correct - we only ever want 1 instance of the It would be nice to have some sort of auto-scaling for the Probably not a huge concern for now, but something to look at for the future. |
This is pretty easy to achieve using either default Horizontal Pod Autoscaler, or Keda:
|
cc. @batpad
The text was updated successfully, but these errors were encountered: