summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLaura Sofia Enriquez <lsofia.enriquez@gmail.com>2018-01-03 23:49:37 -0300
committerLaura Sofia Enriquez <lsofia.enriquez@gmail.com>2018-01-03 23:49:37 -0300
commit816d70d685b4cd9689a7d5639714b101ec0c07b2 (patch)
tree8aca1e3e1a2b1c6364cbeb02dfd7a0ee9e537062 /docs
parentf5ff44072d4ff3c9e21e38ce0070949e313b56ce (diff)
Kata Containers documentation added
Added documentation about kata containers inside docs dir. Change-Id: Ic81254e52e10c588bbbcfc028ad46d0988154f1a Signed-off-by: Laura Sofia Enriquez <lsofia.enriquez@gmail.com>
Diffstat (limited to 'docs')
-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.