links update

This commit is contained in:
marcel-dempers 2020-01-24 21:04:16 +11:00
parent 41e5e3332c
commit 37c562c2c1
2 changed files with 29 additions and 1 deletions

View File

@ -34,6 +34,7 @@ Source code for Part #6 https://github.com/marcel-dempers/docker-development-
## Prometheus Monitoring
Application and Server monitoring <br/>
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 <br/>
Part #2 Kubernetes kubectl | the basics <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!

View File

@ -1,8 +1,19 @@
# 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
Video : [here](https://youtu.be/LQpmeb7idt8) <br/>
Source Code tested on K8s version 1.14.8 <br/>
More coming soon
More coming soon!