IBM/operator-for-redis-cluster

[Question] Autoscaling Cluster

GEverding opened this issue · 1 comments

Hi, been using the project for awhile. Is it possible to automate scaling with an hpa?

cin commented

Hey @GEverding, HPA is currently not implemented for the Redis pods. I believe using HPA would actually be impossible given the current implementation as Redis pods are created by the controller (i.e. a replicaset, deployment, or statefulset is not used). There may be a way to do this outside of HPA (i.e. in the operator), but it's not something we've considered.