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

Fix demo app testing #51

Closed
seunghyupoh3517 opened this issue Aug 1, 2022 · 0 comments
Closed

Fix demo app testing #51

seunghyupoh3517 opened this issue Aug 1, 2022 · 0 comments
Assignees

Comments

@seunghyupoh3517
Copy link
Contributor

seunghyupoh3517 commented Aug 1, 2022

  1. When we run k6 in demo app testing, only one of the pods gets the traffic.
  • Hold off on the daemonset for demo app, it might mess up the k6 tuning (i.e. Need different number of VUs to saturate the app if we change replica counts)
  • Use affinity rules in k8s to make sure only one pod of deployment runs per worker (podAntiAffinity rule based on labels)
  1. When the traffic goes to all the pods, test the rate limiter in the distributed mode.
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