K8sbykeshed / k8s-service-validator

Kubernetes Network Service Validator
22 stars 10 forks source link

Add a test to measure pod-to-pod bandwidth using iperf #117

Closed HanFa closed 2 years ago

HanFa commented 2 years ago

Add iperf as one of the available containers / commands, aside from netcat and agnhost. Probably output some more useful information like latencies / bandwidths than the boolean isConnected.

yzaccc commented 2 years ago

instead of applying the measureBandwidth to entire matrix model, which will make all the validations to use iperf to replace agnhost connect. We should limit the usage of Iperf to apply on the specific tests.