Pharb / kubernetes-iperf3

Simple wrapper around iperf3 to measure network bandwidth from all nodes of a Kubernetes cluster
MIT License
107 stars 39 forks source link

Can you help on liveness probe configuration with iperf3-client pod yaml #3

Open avinashsavaliya opened 3 years ago

avinashsavaliya commented 3 years ago

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 to leverage liveness probe for this task..It would be good if you can help here with same.