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

Horizontal Pod Autoscaler for kube-arangodb? #797

Open
OptimusKoala opened this issue Sep 28, 2021 · 4 comments
Open

Horizontal Pod Autoscaler for kube-arangodb? #797

OptimusKoala opened this issue Sep 28, 2021 · 4 comments

Comments

@OptimusKoala
Copy link

OptimusKoala commented Sep 28, 2021

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
Copy link
Collaborator

Hello!

Currently, we work on it in 3 scopes:

  • First is Topology feature for Operator, which will enable even distribution of pods across defined selector (by default zones)
  • Second is Topology support in ArangoDB to allow you to migrate workload on new server in automated way restricted by Zone concept
  • Third is to add new CR with Scale support, on which you will be able to setup HPA (one for group)

Best Regards,
Adam.

@OptimusKoala
Copy link
Author

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
Copy link
Author

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
Copy link
Collaborator

ajanikow commented Mar 9, 2022

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.

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