Interactive Test - Interactive Test - UG1656

Onload Operator for Kubernetes User Guide (UG1656)

Document ID
UG1656
Release Date
2024-04-26
Revision
1.0 English

To test:

  1. Run the server from the onload-sfnettest-server pod:
    kubectl exec onload-sfnettest-client -- sfnt-pingpong
  2. Obtain the IP address of the Solarflare interface for the server pod:
    $ kubectl get events --field-selector involvedObject.name=sfnettest --field-selector reason=AddedInterface
    LAST SEEN   TYPE     REASON           OBJECT                        MESSAGE
    24s         Normal   AddedInterface   pod/onload-sfnettest-client   Add eth0 [192.168.6.203/23] from openshift-sdn
    24s         Normal   AddedInterface   pod/onload-sfnettest-client   Add net1 [198.19.1.1/16] from default/ipvlan-bond0
    24s         Normal   AddedInterface   pod/onload-sfnettest-server   Add eth0 [192.168.8.143/23] from openshift-sdn
    24s         Normal   AddedInterface   pod/onload-sfnettest-server   Add net1 [198.19.0.1/16] from default/ipvlan-bond0

    Here it is 198.19.0.1.

  3. Run sfnt-pingpong as a client within the onload-sfnettest-client pod, which has an accelerated environment:
    kubectl exec onload-sfnettest-client -- sfnt-pingpong udp 198.19.0.1

You can improve performance by using an Onload profile.