arangodb / kube-arangodb

ArangoDB Kubernetes Operator - Start ArangoDB on Kubernetes in 5min
https://arangodb.github.io/kube-arangodb/
Apache License 2.0
227 stars 71 forks source link

Horizontal Pod Autoscaler for kube-arangodb? #797

Open OptimusKoala opened 3 years ago

OptimusKoala commented 3 years ago

Hi team,

I plan to use the kube-arangodb project in production in my company but I want to add hpa on it. I didn't find an official doc that's says if it's possible or not. I just found this stackoverflow topic

Is it possible to add hpa directly form my k8s cluster or I need to fork the project and create the feature myself?

Best regards. Michael.

ajanikow commented 3 years ago

Hello!

Currently, we work on it in 3 scopes:

Best Regards, Adam.

OptimusKoala commented 3 years ago

Hello Adam,

Thank you for your message. I'm glad to know that you're working on hpa's support. Can I found somewhere a roadmap of this? Just to have a short idea of when this will be released :)

Best regards, Michael.

OptimusKoala commented 2 years ago

Hi @ajanikow :)

You just released the 1.2.5 of Kube-arangodb, congratulation \o/ Is the "ALPHA Rebalancer support" the new CR for scale support (HPA feature)?

Best regards, Michael.

ajanikow commented 2 years ago

Hello!

It is preparation for that - we need full support from Database first. So far Operator allow ypu to play with rebalancing - but still as EE Alpha feature.

Best, Adam.