From 97f02fd3d2168135d9837926c0515b3d5b8de6ad Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Thu, 8 Nov 2018 16:52:30 +0800 Subject: add scenarior for virlet and kata Change-Id: I24eaa36693b05343f67a3a777d04b7841dca9884 Signed-off-by: Guo Ruijing (cherry picked from commit 554a84f03e586252c5f0fc320acd046a2ae93439) --- .../scenarios/k8-ovn-kata-noha/scenario.description.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/release/scenarios/k8-ovn-kata-noha/scenario.description.rst (limited to 'docs/release/scenarios/k8-ovn-kata-noha/scenario.description.rst') 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. -- cgit 1.2.3-korg