Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Auto-Scaling #18

Closed
khteh opened this issue Mar 28, 2019 · 1 comment
Closed

Auto-Scaling #18

khteh opened this issue Mar 28, 2019 · 1 comment

Comments

@khteh
Copy link

khteh commented Mar 28, 2019

How does redis cluster handle auto-scaling in/out depends on load?

In the case of Kubernetes cluster, there is horizontal pod autoscaler. Does it work with redis cluster?

@khteh khteh changed the title Scaling Auto-Scaling Mar 28, 2019
@sanderploegsma
Copy link
Owner

Unfortunately, autoscaling is not supported in this setup. You can add a HPA and it will create extra pods, but since the resharding process is manual, it won't have any effect as the new instances won't receive any keys.

As I stated in the README, I advise you to look for alternatives, since the setup in this repository is probably not that future-proof.

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

No branches or pull requests

2 participants