Skip to content

Commit 37c562c

Browse files
links update
1 parent 41e5e33 commit 37c562c

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Source code for Part #6 https://github.com/marcel-dempers/docker-development-
3434

3535
## Prometheus Monitoring
3636

37+
Application and Server monitoring <br/>
3738
Let's take a look how to monitor application code using Prometheus.
3839

3940
See the [Prometheus Monitoring](./prometheus-monitoring/readme.md) readme guide for detailed steps
@@ -48,4 +49,20 @@ Video: https://youtu.be/8h4FoWK7tIA <br/>
4849
Part #2 Kubernetes kubectl | the basics <br/>
4950
Video: https://youtu.be/feLpGydQVio <br/>
5051

52+
Part #3 Kubernetes deployments | the basics <br/>
53+
Video: https://youtu.be/DMpEZEakYVc <br/>
54+
55+
Part #4 Kubernetes config management | the basics <br/>
56+
Video: https://youtu.be/o-gXx7r7Rz4 <br/>
57+
58+
Part #5 Kubernetes secrets | the basics <br/>
59+
Video: https://youtu.be/o36yTfGDmZ0 <br/>
60+
61+
Part #6 Kubernetes load balancing and services | the basics <br/>
62+
Video: https://youtu.be/xhva6DeKqVU <br/>
63+
64+
Part #7 Kubernetes ingress | the basics <br/>
65+
Video: https://youtu.be/izWCkcJAzBw <br/>
66+
67+
5168
More details coming soon!
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Prometheus Guide
22

3+
## Prometheus Overview
4+
5+
Prometheus Overview and Architecture - Video : [here](https://youtu.be/5o37CGlNLr8) <br/>
6+
7+
## Application Monitoring
8+
9+
Monitoring Python code with Prometheus - Video : [here](https://youtu.be/HzEiRwJP6ag) <br/>
10+
Monitoring Nodejs code with Prometheus - Video : [here](https://youtu.be/m2zM3zOZl34) <br/>
11+
Monitoring C# code with Prometheus - Video : [here](https://youtu.be/o4tdSrFnkvw) <br/>
12+
313
## Prometheus Operator guide
414

515
Video : [here](https://youtu.be/LQpmeb7idt8) <br/>
616
Source Code tested on K8s version 1.14.8 <br/>
717

8-
More coming soon
18+
19+
More coming soon!

0 commit comments

Comments
 (0)