Runs an Iperf3 server, by default exposed by an LoadBalancer service.
You usually run this chart temporary to measure and debug kubernetes network aspects and benchmark your throughput.
Check the values.yaml
file
Deploy the chart, set the externalIp to a ip on your control-plane and then run
iperf3 -c <controlPlaneIpOrFip> -p 5201