diff --git a/README.md b/README.md
index d6b2439cfb899c5b73af37d943d5a4ea04d07e4c..34f5529be8fdbef7b0d739ded812689f3ddd319b 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