summaryrefslogtreecommitdiffstats
path: root/docs/release/scenarios/k8-ovn-kata-noha/scenario.description.rst
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2018-11-08 16:52:30 +0800
committerRuijing Guo <ruijing.guo@intel.com>2018-11-08 03:12:35 +0000
commit97f02fd3d2168135d9837926c0515b3d5b8de6ad (patch)
tree8a5c9d5f01539ac316ae3b67fe938228e4591a5d /docs/release/scenarios/k8-ovn-kata-noha/scenario.description.rst
parent1fa07ef952a6b0e12487901919cec52b9d9b9739 (diff)
add scenarior for virlet and kata
Change-Id: I24eaa36693b05343f67a3a777d04b7841dca9884 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> (cherry picked from commit 554a84f03e586252c5f0fc320acd046a2ae93439)
Diffstat (limited to 'docs/release/scenarios/k8-ovn-kata-noha/scenario.description.rst')
-rw-r--r--docs/release/scenarios/k8-ovn-kata-noha/scenario.description.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/release/scenarios/k8-ovn-kata-noha/scenario.description.rst b/docs/release/scenarios/k8-ovn-kata-noha/scenario.description.rst
new file mode 100644
index 0000000..c7e6340
--- /dev/null
+++ b/docs/release/scenarios/k8-ovn-kata-noha/scenario.description.rst
@@ -0,0 +1,17 @@
+Kata Containers implementation for OPNFV
+========================================
+
+Kata Containers is a new open source project building extremely lightweight virtual machines that seamlessly plug into the containers ecosystem.
+
+CONTAINER4NFV setup a Kubernetes cluster on VMs running with Vagrant and kubeadm.
+
+kubeadm assumes you have a set of machines (virtual or bare metal) that are up and running. In this way we can get a cluster with one master node and 2 workers (default). If you want to increase the number of workers nodes, please check the Vagrantfile inside the project.
+
+About Kata Containers
+---------------------
+
+[Kata Containers](https://katacontainers.io/) is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs.
+
+The Kata Containers project will initially comprise six components, including the Agent, Runtime, Proxy, Shim, Kernel and packaging of QEMU 2.9. It is designed to be architecture agnostic, run on multiple hypervisors and be compatible with the OCI specification for Docker containers and CRI for Kubernetes.
+
+Kata Containers combines technology from Intel Clear Containers and Hyper runV. The code is hosted on Github under the Apache 2 license and the project is managed by the OpenStack Foundation.