summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXuan Jia <jason.jiaxuan@gmail.com>2018-01-12 12:29:28 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-12 12:29:28 +0000
commitdd5f225f912bb2630e81539c59d2a1358cf48da0 (patch)
tree5135afe71f856d95267a68c83e47079ad75d7846
parent687d4ba8b99ef6d8d987ed42660c8b3080be7008 (diff)
parent816d70d685b4cd9689a7d5639714b101ec0c07b2 (diff)
Merge "Kata Containers documentation added"
-rw-r--r--docs/release/userguide/index.rst1
-rw-r--r--docs/release/userguide/kata.rst17
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/release/userguide/index.rst b/docs/release/userguide/index.rst
index b2a65ee..cf244e1 100644
--- a/docs/release/userguide/index.rst
+++ b/docs/release/userguide/index.rst
@@ -21,3 +21,4 @@ Container4NFV User Guide
ovsdpdk.rst
virlet.rst
clearwater-project.rst
+ kata.rst
diff --git a/docs/release/userguide/kata.rst b/docs/release/userguide/kata.rst
new file mode 100644
index 0000000..c7e6340
--- /dev/null
+++ b/docs/release/userguide/kata.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.