From e646e381e4973a087abb5b716485021dcc54e7d4 Mon Sep 17 00:00:00 2001 From: Laura Sofia Enriquez Date: Wed, 22 Nov 2017 23:25:30 -0300 Subject: Docs added to release/userguide Docs added about: - Vagrant installation - Multus - Nginx - Ovsdpdk - Virlet Change-Id: Ib38f1239e1a4de5d87b0fe9127545a9430462d4e Signed-off-by: Laura Sofia Enriquez --- docs/release/userguide/virlet.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/release/userguide/virlet.rst (limited to 'docs/release/userguide/virlet.rst') diff --git a/docs/release/userguide/virlet.rst b/docs/release/userguide/virlet.rst new file mode 100644 index 0000000..60902db --- /dev/null +++ b/docs/release/userguide/virlet.rst @@ -0,0 +1,13 @@ +Virlet implementation for OPNFV +================================= + +This quickstart shows you how to easily install a Kubernetes cluster on VMs running with Vagrant. The installation uses a tool called kubeadm which is part of Kubernetes. + +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 Virlet +------------ + +(Virlet)[https://github.com/Mirantis/virtlet] is a Kubernetes runtime server / (CRI)[http://blog.kubernetes.io/2016/12/container-runtime-interface-cri-in-kubernetes.html] that enables you to run VM workloads based on QCOW2 images. (CRI is what enables Kubernetes to run non-Docker flavors of containers, such as Rkt.) + +Virlet gives NFV a new direction. Virtlet itself runs as a DaemonSet, essentially acting as a hypervisor and making the CRI proxy available to run the actual VMs. This way, it’s possible to have both Docker and non-Docker pods run on the same node. -- cgit 1.2.3-korg