Setup Prometheus & Grafana Monitoring On Kubernetes Using Helm

preview_player
Показать описание
#prometheusmonitoring #kubernetes #devops
In this video we are going to learn how to setup Monitoring Kubernetes with Prometheus & Grafana.

----------------------------------------------------------------------------------
Timestamp
-----------------------------------------------------------------------------------
0:00 - Intro
0:57 - Agenda
2:01 - What is Prometheus
3:14 - What is Grafana
4:31 - Prometheus Architecture
8:03 - Different ways to setup Promethus & Grafana on Kubernetes
11:09 - Prometheus and Grafana playlist
12:39 - Hands On setup of Prometheus and Grafana
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
------------------------------------------------------------------------------
Steps for Helm Installation:
----------------------------------------------------------------------------
=======================================
Follow me @:
=======================================
Рекомендации по теме
Комментарии
Автор

I've been spending days trying to get to this point and your tutorial is the one that finally got me there. Thank you.

theBrightman
Автор

thank you brother. as a new comer to be Devops engineer, I really appreciate this video.

taujago
Автор

Thank you so much for the detailed information. Enjoyed watching the whole video. Thank you!!

dudyalaganesh
Автор

Understood the concept real quick, excellent teaching

uzairbagwan
Автор

Amazing. Im studying this concepts to my apply in my new work. That was helpful. Thanks

safari_
Автор

man you made all this very easy, thank you for the video

thomaswongcoding
Автор

your videos are to the point and information dense. Kudos, keep it up. #freelearning #opensource

adityatelang
Автор

Thanx a lot. Something that would be cool is to have a guide howto setup loki, mimir, tempo with grafana and prometheus in k8. Thanks!

larsvontrierpung
Автор

"helm install grafana stable/grafana" is depricated.
you should use : helm install grafana grafana/grafana" instead.

otherwise great video. thank you for your help!

solaiman
Автор

nice !! make tutorials on teamcity too please !!

bhavikvegad
Автор

great videos! can you please tell which chart should I use?
- (kube-prometheus-stack): include prometheus operator which I believe is more powerful and easy to manage
- or (prometheus). currently running on our EKS cluster.
My concern is about future:
- We will be using this as centeral monitoring point for for both production and staging env. So I am thinking which chart will be good for ease of management and scalability?
Need to mention, we are deploying this with terraform helm provider.
thanks!

hamidullahmuslih
Автор

Dear Author, thank you for this amazing video. Also, I want to point out one error that you have made at 15:54 pod/prometheus-alertmanager READY 2/2 (Does not mean it have two pods or the count of pod is 2) (It means the running pod is having two containers and both are running.) or we can say that (number of running containers/Total number of containers)

rishabhjain
Автор

i was having issue doing the echo part but after using an online decoder i guess that worked too

jsudduy
Автор

Clear and insightful video. Thanks. Would it be possible to have prometheus/grafana setup monitor both kubernetes cluster and Kafka services at the same time? Thanks

iyin_dev
Автор

Thanks for the great video. I have one doubt, you have added Prometheus as source in Grafana UI, what happens if the grafana pod is recreated, do we need to add it again after pod recreation? or can we give a source to the Grafana directly in its helm chart ?

tscxksq
Автор

Can you please help me with how to do it on multiple AWS accounts without VPC peering? I need to get metrics from private IP subnets using any exporter and IAM role ... Please help

rajualapati
Автор

How to configure Prometheus and grafana using ingress for secure login.

brahmanaiduaelem
Автор

Great video, I have an interview Right Now and was great content, when can I donate or sponsor?

diegodesantiagoruiz
Автор

I’ve created a server on which I’ve configured Prometheus and Grafana. On prometheus I’m monitoring my 10 VMs. I also want to monitor my AKS cluster and 2 Microk8s cluster on same Prometheus. How can I achieve my goal?

aliiraza
Автор

hi, if I want to have 2 replicas of Prometheus on 1 cluster, how do I edit the helm chart?

inhtung