-
Notifications
You must be signed in to change notification settings - Fork 123
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
cicd, scale and long-run testing effort #87
Comments
I tried running long running iperf sessions as per the blog .. After restarting loxilb dockers randomly, sometimes the traffic stream gets reset and stops. It is not exactly reproducible and works well most of the times but might need further analysis. |
…on multiple failovers
PR - CICD test cases updated - #87
PR - Enhancements to cicd:Wait for cluster ready in cluster tests #87
I would be interested in benchmarking loxilb in a common real world scenario. Maybe I can build it in such a way that it can be reused for your CI. What is the most common use case for loxilb? Is it just HTTP you think it is also used for something like redis (https://docs.redis.com/latest/rs/networking/cluster-lba-setup/)? |
https://github.com/giltene/wrk2/ might be preferable to https://github.com/wg/wrk (via https://marioskogias.github.io/docs/heels.pdf) |
#87 Do not use of docker pid and cgroup option for all cases
gh-87 cicd added for loxi-ingress
PR : #87 Enabled daily runs for ingress sanity
gh-87 modify loxi-ingress cicd to run only for main repo
gh-87 Ubuntu24 CICD workflow files added
gh-87 minor fixes to proxy cicd tests
gh-87 Added cicd for end-to-end https proxy LB scenario
gh-87 longrun test CICD with tcpkali tool added
gh-87 Update tcpkali-longrun.yml
…ndom size packet test
gh-87 : sctpmh CICD test suites updated
PR: gh-87 updated manifests and added scenario of k8s flannel incluster
PR: gh-87 Fix for k8s cicd failing due to cri-o dependencies
gh-87 Fix for k8s flannel incluster with multus cicd
gh-87 : CICD added for client-loxilb IPSec HA
gh-87: added initial cicd for service sharding
gh-87 removed static k8s secrets for cicd scenarios
Scale and performance are the defining factors for load-balancers. Although we have some performance numbers with wrk, we need to get some scale numbers eg. how many sessions , how many CTs etc. We need to find a proper open-source tool for this testing e.g Trex
The text was updated successfully, but these errors were encountered: