aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/introduction/methodology_k8s_container_memif.rst
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-02-05 10:20:41 +0100
committerTibor Frank <tifrank@cisco.com>2019-02-05 13:30:43 +0000
commit5c739ab22c2b62dd38a4d89d62188e1baa7a0f45 (patch)
treeda73983b4f680c218d1ad7e8c2dc5ba337fb2896 /docs/report/introduction/methodology_k8s_container_memif.rst
parent469ca5b1b873e7db2649a7a3d9e2aedb992180a4 (diff)
CSIT-1420: Split methodology section to more files
Change-Id: I861e578434abdf72244d684fca8cfd66e1db9c28 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 124101d22151239b0411a73ae4d2bf8d70970937)
Diffstat (limited to 'docs/report/introduction/methodology_k8s_container_memif.rst')
-rw-r--r--docs/report/introduction/methodology_k8s_container_memif.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/report/introduction/methodology_k8s_container_memif.rst b/docs/report/introduction/methodology_k8s_container_memif.rst
new file mode 100644
index 0000000000..2e5ce0e017
--- /dev/null
+++ b/docs/report/introduction/methodology_k8s_container_memif.rst
@@ -0,0 +1,23 @@
+K8s Container Memif
+-------------------
+
+|csit-release| includes tests of VPP topologies running in K8s
+orchestrated Pods/Containers and connected over memif virtual
+interfaces. In order to provide simple topology coding flexibility and
+extensibility container orchestration is done with `Kubernetes
+<https://github.com/kubernetes>`_ using `Docker
+<https://github.com/docker>`_ images for all container applications
+including VPP. `Ligato <https://github.com/ligato>`_ is used for the
+Pod/Container networking orchestration that is integrated with K8s,
+including memif support.
+
+In these tests VPP vswitch runs in a K8s Pod with Docker Container (DRC)
+handling NIC interfaces and connecting over memif to more instances of
+VPP running in Pods/DRCs. All DRCs run in a priviliged mode with VPP
+data plane worker threads pinned to dedicated physical CPU cores per
+usual CSIT practice. All VPP instances run the same version of software.
+This test topology is equivalent to existing tests with vhost-user and
+VMs as described earlier in :ref:`tested_physical_topologies`.
+
+Further documentation is available in
+:ref:`container_orchestration_in_csit`.