diff options
author | 2021-11-05 07:17:24 +0000 | |
---|---|---|
committer | 2021-11-05 07:17:24 +0000 | |
commit | ab6ee21423c20c101a5885924f08a46a86ce5b00 (patch) | |
tree | f40fe8c654e3413d6d965b870f3c7155514f1ef0 /docs/k8s/artifacts.rst | |
parent | 8c3b7592ac77d025ed92b163e7258298e869df28 (diff) | |
parent | ecec70dc01abdfc637a4642bfe3b58bb58c3df6e (diff) |
Merge "DOCS: Add Lakelse related documentation."
Diffstat (limited to 'docs/k8s/artifacts.rst')
-rw-r--r-- | docs/k8s/artifacts.rst | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/docs/k8s/artifacts.rst b/docs/k8s/artifacts.rst new file mode 100644 index 00000000..d5911038 --- /dev/null +++ b/docs/k8s/artifacts.rst @@ -0,0 +1,55 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) Anuket, Spirent, AT&T and others. + +================================ +Kubernetes Artifacts in ViNePerf +================================ + +Container Artifacts +------------------- + +.. list-table:: Container Artifacts in ViNeperf + :widths: 50 100 + :header-rows: 1 + + * - Container + - Dockerfile Path + * - ViNePerf + - tools/docker/vineperf + * - CNI: Userspace CNI + - tools/k8s/cluster-deployment/uscni + * - Traffic Generator - Prox + - tools/k8s/test-containers/trafficgen-pods/prox + * - Traffic Generator - TRex + - tools/k8s/test-containers/trafficgen-pods/trex + * - Traffic Generator - pktgen + - tools/k8s/test-containers/trafficgen-pods/pktgen + * - DPDK-Forwarding + - tools/k8s/test-containers/dpdk-forwarding-pods + +Pod and Network Reference Definitions +------------------------------------- + +.. list-table:: Pod and Network Definitions + :widths: 50 100 + :header-rows: 1 + + * - Pod-Definition: ViNePerf + - tools/k8s/reference-definitions/pod-defs/vineperf + * - Pod-Definition: OVSDPDK + - tools/k8s/reference-definitions/pod-defs/ovsdpdk + * - Pod-Definition: VPP + - tools/k8s/reference-definitions/pod-defs/vpp + * - Pod-Definition: SRIOV + - tools/k8s/reference-definitions/pod-defs/sriov + * - Traffic Generator - TRex + - tools/k8s/reference-definitions/pod-defs/trex + * - Traffic Generator - Prox + - tools/k8s/reference-definitions/pod-defs/prox + * - Network Attachment - OVSPDDK + - tools/k8s/reference-definitions/network-attachments/ovsdpdk + * - Network Attachment - VPP + - tools/k8s/reference-definitions/network-attachments/vpp + * - Network Attachment - SRIOV + - tools/k8s/reference-definitions/network-attachments/sriov |