cloud-bulldozer / k8s-netperf

Running Networking Performance Tests against K8s
Apache License 2.0
28 stars 17 forks source link

[RFE] To allow the pod2pod traffic across namespaces #130

Open SachinNinganure opened 7 months ago

SachinNinganure commented 7 months ago

Is your feature request related to a problem? Please describe. in one of the customer requests we were asked to report a network performance of he pod2pod from different namespaces

rsevilla87 commented 7 months ago

Is your feature request related to a problem? Please describe. in one of the customer requests we were asked to report a network performance of he pod2pod from different namespaces

have you tried the k8s-netperf flag --across?

SachinNinganure commented 7 months ago

Hey I remember I tried "--across" which placed pods across AZ's . No different namespaces.

rsevilla87 commented 7 months ago

Hey I remember I tried "--across" which placed pods across AZ's . No different namespaces.

oh, you're right, I swapped namespaces by AZs on my mind

SachinNinganure commented 7 months ago

np!! we have tried a custom code to achieve this for now; here is the code https://github.com/liqcui/k8s-netperf