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

How to configure horizontal auto scaler? #14

Open
glundgrenm opened this issue Nov 9, 2023 · 1 comment
Open

How to configure horizontal auto scaler? #14

glundgrenm opened this issue Nov 9, 2023 · 1 comment

Comments

@glundgrenm
Copy link

Hello! First of all, thanks for this awesome tool.

I was wondering if it's possible to configure the horizontal auto scaler (i am using Google Cloud Kubernetes) within the cuber deploy file.

Is it possible? Can you give me some advice on that topic?

Thanks a lot!

@collimarco
Copy link
Contributor

Hello,

The current version of Cuber does not support autoscaling: you need to manually change the proc scale in the Cuberfile to the desired number of replicas and then run cuber deploy. This has proved to be simple and effective for our use case.

Feel free to open a pull request if you decide to implement the autoscaling feature (e.g. proc :example, scale: 3 .. 5). Please note that any solution must be compatible with all cloud providers (so it should not use features that are specific to Google Cloud).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants