You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have local kubernetes with MetalLB load-balancer
deploy kong 3.7 with kic
deploy a bandwidth test service with
python -m http.server
, It contains a 2GB test file.also deploy ingress to expose this bandwidth test server
If we use the bw-test ingress and EXTERNAL-IP of bw-test service to test bandwidth, we will see a very obvious gap.
➜ wget bw-test.zzde.me/root/2gb-file ~200MB/s
➜ wget 10.0.0.241:8000/root/2gb-file ~800MB/s
We care about why there is such a huge difference in bandwidth?
We have tried adding the following annotations to turn on or off buffering, but have not seen any improvement.
Beta Was this translation helpful? Give feedback.
All reactions