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

Automate large scale load test #693

Closed
jaypipes opened this issue Oct 29, 2019 · 3 comments
Closed

Automate large scale load test #693

jaypipes opened this issue Oct 29, 2019 · 3 comments
Labels
priority/P2 Low priority, nice to have. testing

Comments

@jaypipes
Copy link
Contributor

Similar to #691, this is for automating of a larger scale test with 100 nodes and 4300 pods:

  1. create 100 c4.xlarge node cluster
  2. scale replica from 0 to 4300
  3. verify kubectl get deployment all to available
  4. scale replica from 4300 to 0
  5. verify kubectl get deployment

This should not be done on each PR of course, but set to run automatically before a release commit/tag and periodically

@jaypipes jaypipes added priority/P2 Low priority, nice to have. testing labels Oct 29, 2019
@mogren
Copy link
Contributor

mogren commented Jun 10, 2020

@bnapolitan For reference :)

@gyuho
Copy link
Contributor

gyuho commented Jun 10, 2020

c.f. aws/aws-k8s-tester#91

This can be either added to aws-k8s-tester as a nested add-on or implemented inside amazon-vpc-cni-k8s. If added to aws-k8s-tester, we may not get the full control of when to scale up and down. If added to amazon-vpc-cni-k8s, code base will be messy with a bunch of vendoring.

@mogren
Copy link
Contributor

mogren commented Aug 5, 2020

Added in #1068

@mogren mogren closed this as completed Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/P2 Low priority, nice to have. testing
Projects
None yet
Development

No branches or pull requests

3 participants