From 5d355dbd80823d2e1ec41c2407228557dec57485 Mon Sep 17 00:00:00 2001 From: Luc Juggery Date: Wed, 10 Oct 2018 11:10:21 +0200 Subject: [PATCH] Add instruction to add namespace --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 59a3f33..3ed14e4 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,12 @@ Run the app in Kubernetes The folder k8s-specifications contains the yaml specifications of the Voting App's services. +First create the vote namespace + +``` +$ kubectl create namespace vote +`` + Run the following command to create the deployments and services objects: ``` $ kubectl create -f k8s-specifications/