summaryrefslogtreecommitdiffstats
path: root/docs/release/userguide/weave.rst
diff options
context:
space:
mode:
authorLaura Sofia Enriquez <lsofia.enriquez@gmail.com>2017-11-22 23:25:30 -0300
committerLaura Sofia Enriquez <lsofia.enriquez@gmail.com>2017-12-12 02:29:12 -0300
commite646e381e4973a087abb5b716485021dcc54e7d4 (patch)
tree96c981d06dbdc96dc09b248939e5d71007c21b44 /docs/release/userguide/weave.rst
parent613d576521a1c1e524c3becda05a7ea5db4bc906 (diff)
Docs added to release/userguide
Docs added about: - Vagrant installation - Multus - Nginx - Ovsdpdk - Virlet Change-Id: Ib38f1239e1a4de5d87b0fe9127545a9430462d4e Signed-off-by: Laura Sofia Enriquez <lsofia.enriquez@gmail.com>
Diffstat (limited to 'docs/release/userguide/weave.rst')
-rw-r--r--docs/release/userguide/weave.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/release/userguide/weave.rst b/docs/release/userguide/weave.rst
new file mode 100644
index 0000000..db45b13
--- /dev/null
+++ b/docs/release/userguide/weave.rst
@@ -0,0 +1,10 @@
+Nginx 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 `kubeadm_basic/`.
+
+About Nginx
+-----------
+Nginx is a web server which can also be used as a reverse proxy, load balancer and HTTP cache.