Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 844 Bytes

File metadata and controls

19 lines (13 loc) · 844 Bytes

Test Setup

For the purposes of testing, we will be creating resources on two different clusters, cluster-1 and cluster-2. cluster-2 will have a service that will be exposed on cluster-1 through the multi-cluster networking solution. This service can be any kind of server like iperf3, uperf or nginx. cluster-1 will run the client pod that will send traffic to the service whose endpoints include the server.

Please follow the below steps exactly in the order specified for the test setup.

On cluster-2, after exporting the appropriate path to the KUBECONFIG

$ kubectl create -f manifests/server-pp.yaml
$ kubectl expose deployment server

On cluster-1, after exporting the appropriate path to the KUBECONFIG

$ kubectl create -f manifests/uperf-configs.yaml
$ kubectl create -f manifests/client-pp.yaml