Introduction to Service monitors for beginners | Kubernetes monitoring

  Рет қаралды 20,880

That DevOps Guy

That DevOps Guy

Күн бұрын

Subscribe to show your support! goo.gl/1Ty1Q2 .
Patreon 👉🏽 / marceldempers
Checkout the source code below 👇🏽 and follow along 🤓
Also if you want to support the channel further, become a member 😎
marceldempers.dev/join
Checkout "That DevOps Community" too
marceldempers.dev/community
Source Code 🧐
--------------------------------------------------------------
👉🏽 github.com/marcel-dempers/doc...
Checkout my Datree video
------------------------------------------
👉🏽 • Detect Kubernetes misc...
Kubernetes Monitoring in 2020:
--------------------------------------------------
👉🏽 • How to Monitor a Kuber...
Like and Subscribe for more :)
Follow me on socials!
marceldempers.dev
Twitter | / marceldempers
GitHub | github.com/marcel-dempers
Facebook | thatdevopsguy
LinkedIn | / marceldempers
Instagram | / thatdevopsguy
Music:
Track: Fox Beat 2 - Joakim Karud - Balloons - Royalty Free Vlog Music [BUY=FREE] | is licensed under a Creative Commons Attribution licence (creativecommons.org/licenses/...)
Listen: / joakim-karud-balloons-...
Track: J3bii - Existance | is licensed under a Creative Commons Attribution licence (creativecommons.org/licenses/...)
Listen: / existance-prod-j3bi
Track: J3bi - Fin - Smooth Cat [ prod. j3bi ] | is licensed under a Creative Commons Attribution licence (creativecommons.org/licenses/...)
Listen: / fin-smooth-cat-prod-j3bi
Track: Reckoner - lofi hip hop chill beats for study+game+sleep | is licensed under a Creative Commons Attribution licence (creativecommons.org/licenses/...)
Listen: / reckoner-lofi-hip-hop-...
Track: souKo - souKo - Parallel | is licensed under a Creative Commons Attribution licence (creativecommons.org/licenses/...)
Listen: / parallel
Timestamps:
00:00 Introduction -what is a service monitor
03:07 Datree sponsor
04:42 Source Code
06:12 Create Kubernetes cluster
06:46 kube-prometheus
08:23 Check the Install
08:53 View Grafana and Prometheus Dashboards
10:00 Deploy a Prometheus
12:41 Deploy a Service Monitor
15:32 Deploy an Example Application to scrape
18:06 Check Prometheus results

Пікірлер: 37
@zenobikraweznick
@zenobikraweznick Жыл бұрын
That's how all videos should be made: precise , concise, no BS, just pure content. Thanks ! Appreciate it!
@antonboio
@antonboio Жыл бұрын
Hello, fellow South African. Great video, thanks for keeping it concise and to the point!
@monitorcamera8850
@monitorcamera8850 Жыл бұрын
could you please do a video for full cicd
@faadi4536
@faadi4536 10 ай бұрын
Very concise video Bro. So easy to understand and follow and what to look for when we are configuring our cluster for Prometheus. Keep helping people like us. Appreciate it.
@Orig132
@Orig132 Жыл бұрын
Thank you for all your work here
@andreybistrinin3262
@andreybistrinin3262 Жыл бұрын
Many thanks, exactly what Im working on now , before my current job I was working on bare metal servers with virtualization and dockers for past 5 years, now in new job everything running on kubernetes and clod platforms, your videos helped me a lot to get understanding of how everything working in current place ❤️
@keyla0313
@keyla0313 Жыл бұрын
happy to see your new video, and thank you for your effort
@Effaceurs90
@Effaceurs90 Жыл бұрын
Thank you for your efforts! highly appreciated.
@maxfrischdev
@maxfrischdev 5 ай бұрын
Great intro video, thanks mate!
@manilsonlussati3293
@manilsonlussati3293 Жыл бұрын
Thanks for this video it helped me a lot
@felipeozoski
@felipeozoski Жыл бұрын
Marcels is the man!!! Thanks for the content
@fkangalov
@fkangalov 9 ай бұрын
This is exactly what I needed, right on point! Thank you very much. Peace!
@wxdTSU2brt
@wxdTSU2brt Жыл бұрын
Can you do a video about your strength workout routine? 💪🏻
@thilagarkr182
@thilagarkr182 Жыл бұрын
Video was cool. Also, Expecting a video from u on complete walkthrough about gke managed Prometheus
@et4493
@et4493 9 ай бұрын
Sooo much value from these videos! Thank you Marcel
@wandribeiro5401
@wandribeiro5401 Жыл бұрын
You`re amazing! Thank so much...
@PraveenMak
@PraveenMak Жыл бұрын
Hi Marcel, thanks for the video. I have everything working as expected, but the metrics in prometheus keep showing up and goes away in few mins. What am I doing wrong? Any ideas please?
@shaheerzaman620
@shaheerzaman620 Жыл бұрын
Brilliant!
@user-sj2sh4dk2s
@user-sj2sh4dk2s 9 ай бұрын
Looks like this will work only for the default namespace and the monitoring namespace.
@adiavanth369
@adiavanth369 Жыл бұрын
Could you please explain how blackbox exporter works? And if I want to return value 1 if the response contains a particular header value.
@IBrain593
@IBrain593 Жыл бұрын
Can you make a video using traefik and Prometheus please
@chasim1982
@chasim1982 Жыл бұрын
Great content, can you please create video on blackbox in kubernetes with slack alerting, thanks
@mamun001
@mamun001 Жыл бұрын
Thank you
@carmilocabigon6233
@carmilocabigon6233 Жыл бұрын
How about PodMonitor? Can it also be used aside from ServiceMonitor?
@MrDjegsi
@MrDjegsi Жыл бұрын
Hi , thnx for files and explaining processes , but in my envoirement l am using LoadBalancer with Metallb , and l am exposing service but their are not browsable ?
@csabadobo
@csabadobo 20 күн бұрын
Do you know where the source code for the app (aimvector/python:metrics) is ?
@georgelza
@georgelza Жыл бұрын
@ 11:23 you comment on only picking up serviceMonitors from the default namespace... so thinking... do I recreate my serviceMonitor I've created for my workload and push it into the default namespace (don't think that's the best) or do I change this default to be my app name space "trustreg", how would I specify multiple name spaces here ?
@georgelza
@georgelza Жыл бұрын
went did some digging on what I have atm, app is in NS: trustreg service monitor created is in "default" and prometheus.yaml is as per above @11:23 some how still not picking up anything in the services option on prometheus:9090
@MarcelDempers
@MarcelDempers Жыл бұрын
I used the default namespace as an example as to how to scrape namespaces other than the monitoring namespaces. You should configure Prometheus to scrape your monitors in your custom namespace en service monitors to scrape your custom apps in the custom namespace
@georgelza
@georgelza Жыл бұрын
@@MarcelDempers ... but that's what I'm trying to dooooo ;) but it's not liking it, I'm sure I have everything right... but clearly missing something somewhere and simply not finding it. any chance if i share the git repo where the code is, you can have a look ?
@lukashk.1770
@lukashk.1770 Жыл бұрын
prometheus pushgateway video would be nice
@carmilocabigon6233
@carmilocabigon6233 Жыл бұрын
How do you enable the pod to be accessed externally and not port-forward it everytime?
@MarcelDempers
@MarcelDempers Жыл бұрын
port-forward is for testing \ troubleshooting purpose. For production, use Ingress controllers and Services
@adedayoabdulahi1399
@adedayoabdulahi1399 7 ай бұрын
are you saying instead of NOde Exporters i can use this ?
@ShivangiSingh-wc3gk
@ShivangiSingh-wc3gk Жыл бұрын
Can service monitor scrape from crons?
@santacloudy
@santacloudy 5 ай бұрын
I'm new to all this, and this is so confusing
@wiz__obi
@wiz__obi 6 ай бұрын
Too bad bro 🙏🙏🙏
Understanding KUBECTL - Learning Kubernetes
40:34
That DevOps Guy
Рет қаралды 10 М.
How Prometheus Monitoring works | Prometheus Architecture explained
21:31
TechWorld with Nana
Рет қаралды 991 М.
小路飞姐姐居然让路飞小路飞都消失了#海贼王  #路飞
00:47
路飞与唐舞桐
Рет қаралды 95 МЛН
Would you like a delicious big mooncake? #shorts#Mooncake #China #Chinesefood
00:30
Do you have a friend like this? 🤣#shorts
00:12
dednahype
Рет қаралды 49 МЛН
Introduction to Helm | Kubernetes Tutorial | Beginners Guide
27:32
That DevOps Guy
Рет қаралды 165 М.
Understanding Kubernetes RBAC | Access control basics explained
33:29
That DevOps Guy
Рет қаралды 47 М.
Storing Secrets in GIT | GitOps | Kubernetes
27:17
That DevOps Guy
Рет қаралды 17 М.
Persistent Volumes on Kubernetes for beginners
18:47
That DevOps Guy
Рет қаралды 50 М.
Kubernetes Explained in 6 Minutes | k8s Architecture
6:28
ByteByteGo
Рет қаралды 813 М.
How to use  NGINX Ingress with Kubernetes in 2023
38:32
That DevOps Guy
Рет қаралды 64 М.
Kubernetes Crash Course for Absolute Beginners [NEW]
1:12:04
TechWorld with Nana
Рет қаралды 2,5 МЛН
How to Create Helm Charts - The Ultimate Guide
22:26
DevOps Journey
Рет қаралды 83 М.
POCO F6 PRO - ЛУЧШИЙ POCO НА ДАННЫЙ МОМЕНТ!
18:51
Power up all cell phones.
0:17
JL FUNNY SHORTS
Рет қаралды 49 МЛН
#miniphone
0:18
Miniphone
Рет қаралды 11 МЛН
Индуктивность и дроссель.
1:00
Hi Dev! – Электроника
Рет қаралды 1,6 МЛН