kubernetes-iperf3
kubernetes-iperf3 copied to clipboard
Simple wrapper around iperf3 to measure network bandwidth from all nodes of a Kubernetes cluster
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...
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...