kubernetes-iperf3 icon indicating copy to clipboard operation
kubernetes-iperf3 copied to clipboard

Simple wrapper around iperf3 to measure network bandwidth from all nodes of a Kubernetes cluster

Results 3 kubernetes-iperf3 issues
Sort by recently updated
recently updated
newest added

allows to run ./iperf3.sh -u , solving https://github.com/Pharb/kubernetes-iperf3/issues/2

By default you're using TCP..I also want to find the performance on UDP. I have tried by changing protocol name from TCP to UDP in **iperf3.yml** , and also added...

enhancement
good first issue

We need to test periodically client and server communication...Our objective is to change client pod state to crashloopback state if client is not able to reach to server..We are planning...