From 7e50584eafeaf97ca6de590ea06ba2caf1d6914e Mon Sep 17 00:00:00 2001
From: Thomas  MENARD <thomas.menard@pasteur.fr>
Date: Tue, 4 Jun 2019 00:33:03 +0200
Subject: [PATCH] Update README

---
 README.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d6b2439..34f5529 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ In order to deploy this app on Kubernetes we will need to complete the following
     * Define a URL in order to access to your application
 * Setup Gitlab CI in order to define the Continuous Delivery (CD)
 
-### Step by step guide 
+## Step by step guide 
 1. Create Docker Registry Access Token
 
 One of the many Gitlab feature is the ability to host docker images.
@@ -376,4 +376,9 @@ deploy:
     - kubectl patch deployment polls -p "{\"spec\":{\"template\":{\"metadata\":{\"labels\":{\"date\":\"`date +'%s'`\"}}}}}"
   tags:
     - k8s
-```
\ No newline at end of file
+```
+
+## What else ?
+### Kubernetes dashboard
+
+### Grafana : Metrics and Logs
\ No newline at end of file
-- 
GitLab