diff --git a/README.md b/README.md
index 2f88c11..3deba38 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ Source code for Part #6 https://github.com/marcel-dempers/docker-development-
## Prometheus Monitoring
+Application and Server monitoring
Let's take a look how to monitor application code using Prometheus.
See the [Prometheus Monitoring](./prometheus-monitoring/readme.md) readme guide for detailed steps
@@ -48,4 +49,20 @@ Video: https://youtu.be/8h4FoWK7tIA
Part #2 Kubernetes kubectl | the basics
Video: https://youtu.be/feLpGydQVio
+Part #3 Kubernetes deployments | the basics
+Video: https://youtu.be/DMpEZEakYVc
+
+Part #4 Kubernetes config management | the basics
+Video: https://youtu.be/o-gXx7r7Rz4
+
+Part #5 Kubernetes secrets | the basics
+Video: https://youtu.be/o36yTfGDmZ0
+
+Part #6 Kubernetes load balancing and services | the basics
+Video: https://youtu.be/xhva6DeKqVU
+
+Part #7 Kubernetes ingress | the basics
+Video: https://youtu.be/izWCkcJAzBw
+
+
More details coming soon!
diff --git a/prometheus-monitoring/kubernetes/readme.md b/prometheus-monitoring/kubernetes/readme.md
index a03b1f6..ee36437 100644
--- a/prometheus-monitoring/kubernetes/readme.md
+++ b/prometheus-monitoring/kubernetes/readme.md
@@ -1,8 +1,19 @@
# Prometheus Guide
+## Prometheus Overview
+
+Prometheus Overview and Architecture - Video : [here](https://youtu.be/5o37CGlNLr8)
+
+## Application Monitoring
+
+Monitoring Python code with Prometheus - Video : [here](https://youtu.be/HzEiRwJP6ag)
+Monitoring Nodejs code with Prometheus - Video : [here](https://youtu.be/m2zM3zOZl34)
+Monitoring C# code with Prometheus - Video : [here](https://youtu.be/o4tdSrFnkvw)
+
## Prometheus Operator guide
Video : [here](https://youtu.be/LQpmeb7idt8)
Source Code tested on K8s version 1.14.8
-More coming soon
\ No newline at end of file
+
+More coming soon!
\ No newline at end of file