-
Notifications
You must be signed in to change notification settings - Fork 107
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
AKS cluster autoscaling tests #1441
Milestone
Comments
This was referenced Jul 13, 2020
This task in fact is extremely similar to #1443 and should be synchronised with that one. |
Autoscaling has been tested. The number of pods and nodes varied depending on the load. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prepare manual load tests to ensure that cluster scales up and down as expected. Load tests will be included later into epiphany code but not at that moment.
Is your feature request related to a problem? Please describe.
AKS clusters we will provide in epiphany need to have horizontal autoscaling enabled and tested.
Describe the solution you'd like
There should be some Kubernetes Deployment defined with images applying some high load on cluster. With this deployment we should be able to scale number of replicas up and down, and check if vertical autoscaler is responding accordingly and scales nodes up and down.
Deployment and description of commands should be committed to sub-directory with terraform scripts of AKS cluster. There is no need to integrate it with any test pipeline at this point.
Describe alternatives you've considered
Unknown.
Additional context
No.
The text was updated successfully, but these errors were encountered: