From c237f66ca1fd8361d61983c1ae0bbdde5708d734 Mon Sep 17 00:00:00 2001
From: Marcel Dempers <34320559+marcel-dempers@users.noreply.github.com>
Date: Tue, 4 Feb 2020 03:35:09 +0000
Subject: [PATCH] Update readme.md
---
prometheus-monitoring/kubernetes/readme.md | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/prometheus-monitoring/kubernetes/readme.md b/prometheus-monitoring/kubernetes/readme.md
index ee3643755..506289baf 100644
--- a/prometheus-monitoring/kubernetes/readme.md
+++ b/prometheus-monitoring/kubernetes/readme.md
@@ -1,8 +1,16 @@
# Prometheus Guide
+Important Notice:
+-----------------
+
+To ensure I don't make any breaking changes, I have tagged the source code as a snapshot of the time the video was released.
+The tag will point to the exact source code I tested when I made the video.
+If you are using master branch, there might be breaking changes however I do my best to avoid it.
+
## Prometheus Overview
Prometheus Overview and Architecture - Video : [here](https://youtu.be/5o37CGlNLr8)
+Source: [here](https://github.com/marcel-dempers/docker-development-youtube-series/releases/tag/prometheus-operator-1)
## Application Monitoring
@@ -10,10 +18,12 @@ Monitoring Python code with Prometheus - Video : [here](https://youtu.be/HzEiRwJ
Monitoring Nodejs code with Prometheus - Video : [here](https://youtu.be/m2zM3zOZl34)
Monitoring C# code with Prometheus - Video : [here](https://youtu.be/o4tdSrFnkvw)
+Source: [here](https://github.com/marcel-dempers/docker-development-youtube-series/releases/tag/prometheus-operator-1)
+
## Prometheus Operator guide
Video : [here](https://youtu.be/LQpmeb7idt8)
Source Code tested on K8s version 1.14.8
+Source: [here](https://github.com/marcel-dempers/docker-development-youtube-series/releases/tag/prometheus-operator-1)
-
-More coming soon!
\ No newline at end of file
+More coming soon!