Setup Prometheus On Kubernetes Using Helm | Kubernetes Monitoring With Prometheus

  Рет қаралды 46,070

Thetips4you

Thetips4you

Күн бұрын

How to Setup Prometheus Monitoring On Kubernetes Cluster ? How to deploy Prometheus in Kubernetes cluster? In this video we are going to see Kubernetes Monitoring With Prometheus using Helm.
Reference link: github.com/pro...
--------------------------------------------------------------------------
Prometheus playlist:
• Prometheus
-------------------------------------------------------------------------
-------------------------------------------------------------------------
commands used:
helm repo add prometheus-community prometheus-com...
helm install prometheus prometheus-community/prometheus
kubectl expose service prometheus-server --type=NodePort --target-port=9090 --name=prometheus-server-ext
minikube service prometheus-server-ext
-------------------------------------------------------------------------
=======================================
Follow me @:
/ thetips4you
/ thetips4you
/ thetipsforyou
www.thetips4you...
=======================================

Пікірлер: 61
@computersindia
@computersindia 5 ай бұрын
Thanks for the excellent tutorial for Prometheus with Helm in Kubernetes!!
@Thetips4you
@Thetips4you 5 ай бұрын
You are welcome
@jongpark5477
@jongpark5477 2 жыл бұрын
it is well presented and appreciated for your effort and time. looking forward to seeing another good one. thanks
@Thetips4you
@Thetips4you 2 жыл бұрын
Thank you for your support.
@janardhanakkalareddy5168
@janardhanakkalareddy5168 2 жыл бұрын
we are expecting more videos from you.. like (microservices application) ELK monitoring tools
@Thetips4you
@Thetips4you 2 жыл бұрын
Sure. Please check the playlist I do have some ELK videos.
@trendingtech7906
@trendingtech7906 Жыл бұрын
Hello Sir, i am running prometheus in aks cluster , please guide me how can i expose it externally via ingress. Thanks
@darcyneto8202
@darcyneto8202 2 жыл бұрын
Great content bro! Greetings from Brazil 🤝🇧🇷
@Thetips4you
@Thetips4you 2 жыл бұрын
Thank you so much bro.
@coreyalbright3508
@coreyalbright3508 4 ай бұрын
to skip the lecture and head into the actual install go to 8:12
@Thetips4you
@Thetips4you 4 ай бұрын
🤨
@shreysom2060
@shreysom2060 Ай бұрын
Great Tutorial
@Thetips4you
@Thetips4you Ай бұрын
Thank you
@reneshmlal2809
@reneshmlal2809 4 ай бұрын
Thank you ❤
@Thetips4you
@Thetips4you 4 ай бұрын
You are welcome.
@user-js7ud9du2y
@user-js7ud9du2y Жыл бұрын
excellent tutorial
@Thetips4you
@Thetips4you Жыл бұрын
Thank you
@janardhanakkalareddy5168
@janardhanakkalareddy5168 2 жыл бұрын
Awesome .. Thanking you
@Thetips4you
@Thetips4you 2 жыл бұрын
You are welcome my friend.
@arsbkhan
@arsbkhan 5 ай бұрын
Could u do a video of OpenTelemetry and Prometheus on Azure Kubernetes
@Thetips4you
@Thetips4you 5 ай бұрын
I will check on this.
@leolin4048
@leolin4048 Жыл бұрын
Why you don't need to add storage class?
@nabilpurkar
@nabilpurkar 2 жыл бұрын
can we add external vm services endpoint on kubernetes Prometheus for monitoring?
@Thetips4you
@Thetips4you 2 жыл бұрын
Yes, a if you can add them through some exporters.
@vikaspandey1051
@vikaspandey1051 2 жыл бұрын
I am not able to access. The link from minikube service --all of grafana and prometheus is not open in browser. What's the issue????????????
@Thetips4you
@Thetips4you 2 жыл бұрын
What error you are getting?
@vikaspandey1051
@vikaspandey1051 2 жыл бұрын
@@Thetips4you I perform all your steps on different cloud platforms, AWS, Azure, GCP. All are having the same issue. When I copy the link to the browser it doesn't show any Prometheus page or grafana page. It shows "This site can’t be reached", and "localhost refused to connect." I tried all things but no gain. Will you please help me????
@siabdulmalik
@siabdulmalik Жыл бұрын
sir, why my pods in alart-manager and promotheus-server are pending? I have following that your instructions but still same.
@Thetips4you
@Thetips4you Жыл бұрын
Check logs or describe the pods to see why it is in pending status.
@daysbeforejudgementday3493
@daysbeforejudgementday3493 5 ай бұрын
Using minkube it not give url for "prometheus-server-ext" Please guide
@Thetips4you
@Thetips4you 5 ай бұрын
Are you getting any errors?
@DevOpsPulse
@DevOpsPulse Жыл бұрын
Thank you
@Thetips4you
@Thetips4you Жыл бұрын
You are welcome.
@MrLyasine
@MrLyasine Жыл бұрын
I tried to install Prometheus using helm but I have always pods in pending state, because of the missing PV and PVCs are missing storage, I notice that I have a default storage class set. Any clue ?
@Thetips4you
@Thetips4you Жыл бұрын
How are you running your k8s cluster? Did you checked for latest helm chart?
@MrLyasine
@MrLyasine Жыл бұрын
@@Thetips4you yes I checked the latest chart
@MrLyasine
@MrLyasine Жыл бұрын
@@Thetips4you the issue is in default provisioning which is not enabled
@avivlevi1055
@avivlevi1055 2 жыл бұрын
Hi Thank you for the video, does the halm chart include PV's for each deployment ?, or its my responsibility to create them.
@Thetips4you
@Thetips4you 2 жыл бұрын
It should be created as part of helm. You can have a look on the charts in github link.
@MrTchc123
@MrTchc123 2 жыл бұрын
@@Thetips4you Thank you for the replay i saw that now , Do you know why the grafana not showing data on the nodes ? like cpu and disk space ? I see the dashboard like your video .
@anjalishreya9890
@anjalishreya9890 Жыл бұрын
Hello Sir, Can you please tell me how we can import data from Grafana into CSV or can you please make video on it or any blog .please let me know if you have any idea on this.
@Thetips4you
@Thetips4you Жыл бұрын
Data from Grafana Or CSV as data source to Grafana?
@jitendrathota8931
@jitendrathota8931 2 жыл бұрын
Please do one video gitlab ci cd pipeline using openshift
@Thetips4you
@Thetips4you 2 жыл бұрын
Sure. Will consider it.
@FandiKurnia
@FandiKurnia 2 жыл бұрын
How to modify prometheus.conf and re run it?
@Thetips4you
@Thetips4you 2 жыл бұрын
Edit the config file and run the Prometheus again.
@Nishankkam
@Nishankkam Жыл бұрын
Hi, Great content. I am installing this on aks, but it is giving error of being deployed on windows node, i have to deploy to linux node. Can you please help
@Thetips4you
@Thetips4you Жыл бұрын
What is the error message?
@Nishankkam
@Nishankkam Жыл бұрын
@@Thetips4you MountVolume.Setup failed for "kube-api-access-zb5qp" : chown c:\var\lib\kubelet\pods\...... : not supported by windows I would like deploy this on a linux agent and not windows. I extracted the tar in .cache and in the extracted folder values.yaml file I mentioned node selector as linux but still same result. Can you please help?
@Mr.Tharuntej
@Mr.Tharuntej 11 күн бұрын
Im unable access on browser Everything is fine ports are open and all things are fine but am not able to login
@Thetips4you
@Thetips4you 11 күн бұрын
What is the error message?
@Mr.Tharuntej
@Mr.Tharuntej 11 күн бұрын
@@Thetips4you site can't be reached
@Mr.Tharuntej
@Mr.Tharuntej 11 күн бұрын
@@Thetips4you site can't be reached
@Mr.Tharuntej
@Mr.Tharuntej 11 күн бұрын
​@@Thetips4you site can't be reached
@Mr.Tharuntej
@Mr.Tharuntej 11 күн бұрын
@@Thetips4you site can't be reached
@rohanshingmode9563
@rohanshingmode9563 8 ай бұрын
Hii sir , I am using ec2 machine on that I use t2.medium and Ubuntu ami I download minikube , kubectl and using docker driver and perform all the command for Prometheus but when I put on browser the ip with port number the page is not showing anything please check this error if anyone resolve try to answer me that would help me ....😢😢
@Thetips4you
@Thetips4you 8 ай бұрын
Did you open the rules to access the machine from the outside network?
@Mr.Tharuntej
@Mr.Tharuntej 11 күн бұрын
Even after opening all the traffic I am unable to access the Prometheus and grafana from browser
@AdeolaAlabi-hl3ex
@AdeolaAlabi-hl3ex Жыл бұрын
Hello tips4you Can you explain why I get this error message? Do I need to create a PV ? "Normal FailedBinding 2s (x5 over 59s) persistentvolume-controller no persistent volumes available for this claim and no storage class is set" As you can see from the output below, prometheus Pod and its PVC are in pending state. Please can you help out here? 🐳 master-k8s ~ $ k get pvc prometheus-server Pending 14m storage-prometheus-alertmanager-0 Pending 3h49m storage-prometheus-release-alertmanager-0 Pending 5h59m 🐳 master-k8s ~ $ kgp NAME READY STATUS RESTARTS AGE prometheus-alertmanager-0 0/1 Pending 0 3h49m prometheus-kube-state-metrics-7c668ff876-g6rll 1/1 Running 0 3h49m prometheus-prometheus-node-exporter-k7fvn 1/1 Running 0 3h49m prometheus-prometheus-node-exporter-ncd82 1/1 Running 0 3h49m prometheus-prometheus-node-exporter-vjgmt 1/1 Running 0 3h49m prometheus-prometheus-pushgateway-57d6d7494c-v267z 1/1 Running 0 3h49m prometheus-server-74c69b74f5-xh5s5 0/2 Pending 0 3h49m
@anilbhuvan1116
@anilbhuvan1116 Жыл бұрын
I have the same issue, if you have the solution, please let me know.
Setup Prometheus & Grafana Monitoring On Kubernetes Using Helm
32:12
Fake watermelon by Secret Vlog
00:16
Secret Vlog
Рет қаралды 3,1 МЛН
КТО ЛЮБИТ ГРИБЫ?? #shorts
00:24
Паша Осадчий
Рет қаралды 4,3 МЛН
هذه الحلوى قد تقتلني 😱🍬
00:22
Cool Tool SHORTS Arabic
Рет қаралды 91 МЛН
The CUTEST flower girl on YouTube (2019-2024)
00:10
Hungry FAM
Рет қаралды 39 МЛН
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 280 М.
Server Monitoring // Prometheus and Grafana Tutorial
24:36
Christian Lempa
Рет қаралды 641 М.
Kubernetes Monitoring Made Easy with Prometheus | KodeKloud
1:08:55
Introduction to Service monitors for beginners | Kubernetes monitoring
19:39
How Prometheus Monitoring works | Prometheus Architecture explained
21:31
TechWorld with Nana
Рет қаралды 1 МЛН
Неофициальная работа
0:57
Тони
Рет қаралды 1,9 МЛН
Samsung vs Iphone
0:21
Takadori1
Рет қаралды 27 МЛН
Huawei провалилась! Apple тут ни при чем!
0:59
ÉЖИ АКСЁНОВ
Рет қаралды 1,3 МЛН
iPhone 16 - 16 последних фишек за 16 минут
18:59
Мой новый мега монитор!🤯
1:00
Корнеич
Рет қаралды 9 МЛН