mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
links update
This commit is contained in:
parent
41e5e3332c
commit
37c562c2c1
17
README.md
17
README.md
@ -34,6 +34,7 @@ Source code for Part #6 https://github.com/marcel-dempers/docker-development-
|
|||||||
|
|
||||||
## Prometheus Monitoring
|
## Prometheus Monitoring
|
||||||
|
|
||||||
|
Application and Server monitoring <br/>
|
||||||
Let's take a look how to monitor application code using Prometheus.
|
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
|
See the [Prometheus Monitoring](./prometheus-monitoring/readme.md) readme guide for detailed steps
|
||||||
@ -48,4 +49,20 @@ Video: https://youtu.be/8h4FoWK7tIA <br/>
|
|||||||
Part #2 Kubernetes kubectl | the basics <br/>
|
Part #2 Kubernetes kubectl | the basics <br/>
|
||||||
Video: https://youtu.be/feLpGydQVio <br/>
|
Video: https://youtu.be/feLpGydQVio <br/>
|
||||||
|
|
||||||
|
Part #3 Kubernetes deployments | the basics <br/>
|
||||||
|
Video: https://youtu.be/DMpEZEakYVc <br/>
|
||||||
|
|
||||||
|
Part #4 Kubernetes config management | the basics <br/>
|
||||||
|
Video: https://youtu.be/o-gXx7r7Rz4 <br/>
|
||||||
|
|
||||||
|
Part #5 Kubernetes secrets | the basics <br/>
|
||||||
|
Video: https://youtu.be/o36yTfGDmZ0 <br/>
|
||||||
|
|
||||||
|
Part #6 Kubernetes load balancing and services | the basics <br/>
|
||||||
|
Video: https://youtu.be/xhva6DeKqVU <br/>
|
||||||
|
|
||||||
|
Part #7 Kubernetes ingress | the basics <br/>
|
||||||
|
Video: https://youtu.be/izWCkcJAzBw <br/>
|
||||||
|
|
||||||
|
|
||||||
More details coming soon!
|
More details coming soon!
|
||||||
|
@ -1,8 +1,19 @@
|
|||||||
# Prometheus Guide
|
# Prometheus Guide
|
||||||
|
|
||||||
|
## Prometheus Overview
|
||||||
|
|
||||||
|
Prometheus Overview and Architecture - Video : [here](https://youtu.be/5o37CGlNLr8) <br/>
|
||||||
|
|
||||||
|
## Application Monitoring
|
||||||
|
|
||||||
|
Monitoring Python code with Prometheus - Video : [here](https://youtu.be/HzEiRwJP6ag) <br/>
|
||||||
|
Monitoring Nodejs code with Prometheus - Video : [here](https://youtu.be/m2zM3zOZl34) <br/>
|
||||||
|
Monitoring C# code with Prometheus - Video : [here](https://youtu.be/o4tdSrFnkvw) <br/>
|
||||||
|
|
||||||
## Prometheus Operator guide
|
## Prometheus Operator guide
|
||||||
|
|
||||||
Video : [here](https://youtu.be/LQpmeb7idt8) <br/>
|
Video : [here](https://youtu.be/LQpmeb7idt8) <br/>
|
||||||
Source Code tested on K8s version 1.14.8 <br/>
|
Source Code tested on K8s version 1.14.8 <br/>
|
||||||
|
|
||||||
More coming soon
|
|
||||||
|
More coming soon!
|
Loading…
x
Reference in New Issue
Block a user