File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
prometheus-monitoring/kubernetes Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff 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 />
3738Let's take a look how to monitor application code using Prometheus.
3839
3940See the [ Prometheus Monitoring] ( ./prometheus-monitoring/readme.md ) readme guide for detailed steps
@@ -48,4 +49,20 @@ Video: https://youtu.be/8h4FoWK7tIA <br/>
4849Part #2 Kubernetes kubectl | the basics <br />
4950Video: 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+
5168More details coming soon!
Original file line number Diff line number Diff line change 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
515Video : [ here] ( https://youtu.be/LQpmeb7idt8 ) <br />
616Source Code tested on K8s version 1.14.8 <br />
717
8- More coming soon
18+
19+ More coming soon!
You can’t perform that action at this time.
0 commit comments