Adds the following:workload_infra deployment, that will manage two ports on an n2.xlarge machine provisioned with Kubernetes and a host vSwitch (see README for steps to stop this prior to running the example). The example has not been tested on m2.xlarge (Mellanox NIC).
use_case example that created a POD with 1 assigned interface. The interface is added to VPP, but no additional configuration is provided.
The POD is running in privileged mode due to limitations with VPP and the DPDK plugin used to manage the attached interface using the vfio-pci driver. More info on this can be seen in the provided README file.
Adds the following:
workload_infra
deployment, that will manage two ports on ann2.xlarge
machine provisioned with Kubernetes and a host vSwitch (see README for steps to stop this prior to running the example). The example has not been tested on m2.xlarge (Mellanox NIC).use_case
example that created a POD with 1 assigned interface. The interface is added to VPP, but no additional configuration is provided. The POD is running in privileged mode due to limitations with VPP and the DPDK plugin used to manage the attached interface using the vfio-pci driver. More info on this can be seen in the provided README file.https://github.com/cncf/cnf-testbed/issues/289