IBM / operator-for-redis-cluster

IBM Operator for Redis Cluster
https://ibm.github.io/operator-for-redis-cluster
MIT License
60 stars 34 forks source link

[Question] Autoscaling Cluster #83

Open GEverding opened 1 year ago

GEverding commented 1 year ago

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

cin commented 1 year ago

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.