cloud-bulldozer / benchmark-operator

The Chuck Norris of cloud benchmarks
Apache License 2.0
285 stars 129 forks source link

Support for dualstack loadbalancer type services #730

Closed josecastillolema closed 2 years ago

josecastillolema commented 2 years ago

Description

dualstack option will use IPv6 for establishing the connectivity between uperf client(s) and server(s). The environment has to be properly configured with dualstack previous to running the test. For now, it is only supported with LoadBalancer type services.

The same logic can be easily extended to support other scenarios, like pod2pod or pod2clusterIPsvc.

Did not include a test because the loadbalancer type service is platform specific.

Fixes