Setup Prometheus Monitoring on Kubernetes using Helm and Prometheus Operator | Part 1

  Рет қаралды 395,805

TechWorld with Nana

TechWorld with Nana

Күн бұрын

► Part of the DevOps Bootcamp 🚀 More infos here: bit.ly/3WrhlUp
Learn how to setup Prometheus Monitoring and Grafana on Kubernetes cluster using Helm chart for Prometheus Operator
NOTE: Prometheus Operator shown in video is Deprecated. See the git repo for new operator installation and other relevant commands:
gitlab.com/nanuchi/youtube-tu...
Missed the theoretic part? Prometheus Architecture explained ► • How Prometheus Monitor...
Demo Part 1: Setup Prometheus Monitoring with Helm chart for Prometheus Operator (this video)
Demo Part 2: In the 2nd part we will actually configure Prometheus to expose /metrics endpoint and configure Prometheus to scrape it. ► • Prometheus Monitoring ... 🤓
In the demo I show you the third way. We will easily deploy Prometheus and Grafana using Helm chart for Prometheus Operator and I walk you through the different components, which were created. So that you have a good understanding 💡 of what they are and what they do.
Used versions in the demo:
► helm version: v3.2.1
► prometheus-operator: v0.38.1
In general there are 3 ways to do the setup:
1. Create all the configuration files yourself 👩🏻‍💻
This way is pretty inefficient and it's a lot of effort.
2. Using a Kubernetes Operator 😎
In this option you would go and find an operator for Prometheus and deploy it in the cluster using the configuration files of the operator. It is more efficient.
3. Using Helm chart to deploy the Prometheus Operator 🚀
This is the most efficient way. Prometheus Operator has a Helm chart that is maintained by the Helm community. You can use this Helm chart to deploy the operator.
So, Helm will do the initial setup. Operator will then manage the running Prometheus setup
#prometheusmonitoring #kubernetes #devops #techworldwithnana
▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
0:00 - Intro
0:05 - Recap Prometheus architecture
0:52 - How to deploy all the parts into K8s cluster - 3 options
3:10 - Setup with Prometheus Operator using Helm
4:10 - Understand what components were created and what they do?
10:00 - What's inside Prometheus Operator?
19:13 - Access Grafana UI
23:30 - Access Prometheus UI
24:52 - Summarize
▬▬▬▬▬▬ Useful Links 🔗 ▬▬▬▬▬▬
Prometheus Operator Helm chart: ► github.com/helm/charts/tree/m...
Awesome operators: ► github.com/operator-framework...
▬▬▬▬▬▬ Want to learn more? 🚀 ▬▬▬▬▬▬
Kubernetes Operator explained ► • Kubernetes Operator si...
Full Kubernetes and Docker tutorial ► bit.ly/2YGeRp9
DevOps Tools, like Ansible, Prometheus ► bit.ly/2W9UEq6
Jenkins Pipeline Tutorials ► bit.ly/2Wunx08
▬▬▬▬▬▬ Courses & Bootcamp & Ebooks 🚀 ▬▬▬▬▬▬
► Become a DevOps Engineer - full educational program 👉🏼 bit.ly/45mXaer
► High-Quality and Hands-On Courses 👉🏼 bit.ly/3BNS8Kv
► Kubernetes 101 - compact and easy-to-read ebook bundle 👉🏼 bit.ly/3Ozl28x
▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
Join private Facebook group ► bit.ly/32UVSZP
Don't forget to subscribe ► bit.ly/3mO4jxT
DEV ► bit.ly/3h2fqiO
INSTAGRAM ► bit.ly/2F3LXYJ
TWITTER ► bit.ly/3i54PUB
LINKEDIN ► bit.ly/3hWOLVT

Пікірлер: 313
@pur3D3votion
@pur3D3votion 2 жыл бұрын
What an amazing video; I especially love the parts where you go beyond just installing like showing what the pods created are actually used for. Kudos also for the time spent in showing the different Grafana dashboards automatically created!
@rishiraj2548
@rishiraj2548 9 ай бұрын
Yes, exactly. Nana rocks!
@Jam-ht2ky
@Jam-ht2ky Жыл бұрын
love you thank you for keeping your videos up to date! The fact you added new GitHub repo to a non-depricated version amazes me you saved me enough time to leave you a positive comment. Thanks again!
@TheCkalyanaraman
@TheCkalyanaraman 3 жыл бұрын
Nana, fantastic. The way you are explaining each concept is very much impressive. I am not finding words. Of all I like the way you pronounce each word and how you use your words in explaining these technology. I am a big fan. Thank you so much!
@JeremyCobb
@JeremyCobb 2 жыл бұрын
Once again a brilliant video. Clear concise and very easy to understand. So far I am through all of the Docker and Kubernates videos. Prometheus next!
@nerdydarkknight
@nerdydarkknight 3 жыл бұрын
This is a great channel for all Devops content. Kudos for the effort in creating such an amazing content.
@Haitham00n
@Haitham00n 3 жыл бұрын
Really appreciate your effort (Y). Just saw this one and the theoretical one and they are great and very helpful. Keep the great work (Y)
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thanks a ton Haitham! Happy you liked the videos :)
@shahzeb7621
@shahzeb7621 3 жыл бұрын
I have been working on making a monitoring service by myself for Kubernetes worker nodes using Kafka and other setups (which I will suggest for the new learners that don't go on that route). Then one of my friends recommended me to get out of the exhausting approach and go for Prometheus setup with some visualizing tool Grafana, etc. for monitoring service purpose. After a week of searching, I always got the lengthy and exhausting tutorials of creating all lengthy configuration files by yourself which Nana is 100% absolutely right for if you miss one step, it can potentially lose your very precious time. This second method is intuitively very good. I will definitely try it out. Looking forward to good results
@sakaiamlap8402
@sakaiamlap8402 3 жыл бұрын
Been waiting for this. Thank you very much. Love from ph
@olafdraeger5500
@olafdraeger5500 3 жыл бұрын
Nana, you rock! Thanks for those vids. There is so much rubbish out there but these are some of the hard to find pearls!!! I always knew that I need Prometheus to keep an eye on my various clusters but never found the time to investigate deeper. Now I know how to start. :)
@aireddy
@aireddy 3 жыл бұрын
This is very useful information to understand how to setup Prometheus /Grafana with Kubernetes. Thank you Nana for wonderful videos on your channel.
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
NOTE: Prometheus Operator shown in Video is Deprecated. See the git repo for new operator installation and other relevant commands: gitlab.com/nanuchi/youtube-tutorial-series/-/blob/master/prometheus-exporter/install-prometheus-commands.md Used versions in the demo: ► helm version: v3.2.1 ► prometheus-operator: v0.38.1 Prometheus Architecture explained ► kzbin.info/www/bejne/nmW2nWVndrCcesk Kubernetes Operator explained ► kzbin.info/www/bejne/npKWfZ2ieZuabck ▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬ 0:00 - Intro 0:05 - Recap Prometheus architecture 0:52 - How to deploy all the parts into K8s cluster - 3 options 3:10 - Setup with Prometheus Operator using Helm 4:10 - Understand what components were created and what they do? 10:00 - What's inside Prometheus, Operator? 19:13 - Access Grafana UI 23:30 - Access Prometheus UI 24:52 - Summarize
@wajplasma
@wajplasma 3 жыл бұрын
nana you rock. very clear and simple explanations of concepts. Love to collaborate with you
@MuhammedDahab
@MuhammedDahab 3 жыл бұрын
hi mss Nana, thank you again , much love, you realy won our hearts ♥♥
@manul7978
@manul7978 2 жыл бұрын
Really best videos in my opinion for Devops practice. Thanks a lot
@greychan5116
@greychan5116 3 жыл бұрын
Hi Nana!I am very grateful this video to help me understand some problems has confused me a couple of days!Thank you!
@Alex-rh4yt
@Alex-rh4yt Ай бұрын
How amazing you are. Everything was clear. I understood the concept. We are lucky you are sharing your knowledge
@abdellatifjerdaoui3300
@abdellatifjerdaoui3300 3 жыл бұрын
One of the best K8S channel tutorials keep it up
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thank you so much! :D
@utk8658
@utk8658 3 жыл бұрын
I have subscribed your channel and it’s simply super .. your explanation on each and every service is simple and very clear ... waiting for 2nd video thank you
@william8751
@william8751 3 жыл бұрын
I can't describe how great your videos are 💯
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thanks so much William 🙏
@arunnr26
@arunnr26 3 жыл бұрын
Hey Thank you Nana for short tutorials. Very concise. Saves us from surfing lots of web pages! :D In next videos, are you planning to cover more of 'operator' operations like, scaling up nodes, taking backup of stateful application, upgrading, etc?
@AmolGautam
@AmolGautam Жыл бұрын
Thank you for such an amazing video. I keep coming back to this.
@martinsuduji9273
@martinsuduji9273 2 жыл бұрын
Thank you Nana, you make learning very interesting. thank you for your time 👏👏. i am definitely smashing the bell icon🏃🏃
@shardapeeth22
@shardapeeth22 Жыл бұрын
Great series ! cant believe all this is for free ! Thanks a lot !
@janituma9769
@janituma9769 3 жыл бұрын
awesome, thank you for this video 🔥 Yes, pls make a separate Video about Operators ♥️
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
You're welcome :) Video for Operators coming soon ✨
@RakibCan
@RakibCan 2 жыл бұрын
I believe it is here kzbin.info/www/bejne/npKWfZ2ieZuabck
@MrHikokunin
@MrHikokunin 3 жыл бұрын
Thank you very much Miss Nana! Really great video!
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
You're welcome :)
@carlomagnogonzalezvillalob3255
@carlomagnogonzalezvillalob3255 2 жыл бұрын
Thank you so much, you're helping me a lot to understand all this complex world
@seph2x538
@seph2x538 3 жыл бұрын
You are awesome and so good at teaching this stuff. keep it up.
@abderrahmanemabroukmerabet9274
@abderrahmanemabroukmerabet9274 Жыл бұрын
Your videos are incredibly amazing, thanx
@manojdonkada
@manojdonkada Жыл бұрын
simple amazing video .. Thanks Nana
@mostafasharbaf4829
@mostafasharbaf4829 2 жыл бұрын
Hi nana You're Tutorials are Wonderfull
@charlesszilagyi
@charlesszilagyi Жыл бұрын
Another expert explanation. Thank you 👍
@goodhuman3068
@goodhuman3068 3 жыл бұрын
Best thing I learned today ! I have subscribed your channel and would up-skill myself this month by watching and learning from all your playlists. Thank You Nana.
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thanks, that's amazing to hear. Welcome to the channel! 😊
@BarakBenDavid
@BarakBenDavid 3 жыл бұрын
Really great demo and explanations!
@tiredkyiv7957
@tiredkyiv7957 7 ай бұрын
Thx Nana, I Found my issue in Targets after this video!
@NR-bt7yz
@NR-bt7yz 2 жыл бұрын
Thanks for the help Nana - you are a great teacher! BTW, here's the current helm command: helm install p1 prometheus-community/kube-prometheus-stack On WSL2 use: helm install p1 prometheus-community/kube-prometheus-stack --set prometheus-node-exporter.hostRootFsMount.enabled=false
@adilshaikh9123
@adilshaikh9123 Жыл бұрын
Thanks a lot :)
@abdulhaqq7735
@abdulhaqq7735 3 жыл бұрын
Nana, really learning a lot with these videos related to k8s. Please consider adding tutorials on istio and spinnaker.
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Hi Abdul, thanks for your suggestions! Istio will come in a few weeks 👍
@BiohaZd5
@BiohaZd5 3 жыл бұрын
Brilliant video, it explains it all so well. Thanks.
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thanks Andy 😊 Great to hear!
@tolpacourt
@tolpacourt 2 жыл бұрын
Superb video production. Bravo!
@maximilianosalibe1710
@maximilianosalibe1710 11 ай бұрын
Very clear! Thank you, Nana!
@RakibCan
@RakibCan 2 жыл бұрын
great content :) looking forward to 9:44 for concept video on CRDs
@polmaksim
@polmaksim 3 жыл бұрын
Dear Nana, please make tutorial, how to setup Istio in Kubernetes, and how all that works. Your tutorials are super clear and professional. Thank you 🙏🏼
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Glad my tutorials are helpful for you! Istio is on my list 👍:)
@cuongluucaovjp7251
@cuongluucaovjp7251 Жыл бұрын
Great work, it helps a lot! Thank you very much!
@cipher6042
@cipher6042 3 жыл бұрын
This video is amazing and so helpful!!
@luoarnamsk
@luoarnamsk 3 жыл бұрын
This was very well done!
@jayashrees1992
@jayashrees1992 3 жыл бұрын
Thanks Nana.. the video is very helpful..it give us better understanding of topic
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
That's great, glad I can help in understanding the prometheus stack better!
@edidiongetuk7133
@edidiongetuk7133 3 жыл бұрын
Thanks Nana for this video! I'd really love to see how to setup metrics and monitoring your application in a cluster with Prometheus. But thanks so much for this explanatory video!
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Hi, I will cover this in the second part of the demo. Which I will create in the next weeks, so stay tuned for it :) Maybe turn on the bell to get notified
@edidiongetuk7133
@edidiongetuk7133 3 жыл бұрын
@@TechWorldwithNana Bells turned on!!
@karti321
@karti321 2 жыл бұрын
@@TechWorldwithNanaHello Nana, your videos are awesome videos. Did you make the video for the second part on setting up metrics? Could you please share the link?
@internationalvillager1990
@internationalvillager1990 3 жыл бұрын
Thank You, I am waiting for the part2 demo
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Hi, currently working on recording part 2. Will be uploaded in 2 weeks. I think it will be super helpful, I needed to figure out much by myself becauseI didn't find any proper documentation about it.
@internationalvillager1990
@internationalvillager1990 3 жыл бұрын
TechWorld with Nana I recently did the setup on our gke cluster, your part1 gave me a good idea on how to approach.
@MateusMuller
@MateusMuller 3 жыл бұрын
Great video Nana, thank you! :)
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
You're welcome, hope you check out the other videos too! :)
@AlejandroPimentel
@AlejandroPimentel 3 жыл бұрын
I'm your fan Nana, kudos from Austin Tx
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Happy to hear Alejandro! :D Greetings to Austin
@sobrevivendo-no-front
@sobrevivendo-no-front 3 жыл бұрын
Hello Nana, tank you again! Its awesome.
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thanks, happy you liked it :)
@alejandromartinherve2534
@alejandromartinherve2534 2 жыл бұрын
Looking forward to part 2 😃
@potatocarrot4432
@potatocarrot4432 3 жыл бұрын
Hi Nana, this is a amazing series so far - your explanations are very concise and easy to understand. If possible, would it be possible for you to do a video on metrics / monitoring tools such as Elastic / New Relic etc.
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Hi, thank you so much, really appreciate your feedback :) I'll create a complete Elastic course and will release it in September on udemy. I will announce it here on my channel :)
@cloudtech6937
@cloudtech6937 2 жыл бұрын
love you your teaching style
@sunnynew100
@sunnynew100 2 жыл бұрын
Thank you Nana. Amazing content
@larrycaiyu
@larrycaiyu 3 жыл бұрын
Amazingly clear for operator and Prometheus deployment in minikube Question: * why the port-forward is done in deployment for grafana, while it is on pod for prometheus ui Comments: * it will be good to state the version u demoed like helm/3.2.4, prometheus-operator/9.1.0, so users can repeat your exercise with the same version when needed * copy/paste command, it will be good to have related blog (even just git repo) with your each video, so we can copy paste for some commands. Well done! i like your series, short and clear introduction with demos
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Hi Larry, thanks a lot for your great suggestions and feedback. To your question: it works for both, doesn't matter which one you take. if you have multiple pods, then you can do port-forward for deployment. As for your notes: sounds great! 👍 Will add the versions in the description and will put the commands in the dev.to blog and/or in git repo!
@ReneHoffmann194
@ReneHoffmann194 2 жыл бұрын
20:00 you can also create a port-forward for a service, not only a deployment or pod ... i prefer services because its unlikely the service name changes and so its more likely to still works when you reuse the command from your history
@gregphares479
@gregphares479 3 жыл бұрын
Awesome video, super informative. But, just wanted to point out you spelled initiale wrong at 3:08. Do not mean to nit pick. Just though you might want to know... But probably the best Helm/K8s video I have seen yet. Keep the awesome work coming!
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thank you very much for your feedback greg :)
@Yoga-gz2uw
@Yoga-gz2uw Жыл бұрын
awesome explanation!! thank you...
@rsrini7
@rsrini7 3 жыл бұрын
Searched for like button couple of times. KZbin have only one and once allowed. Thanks.
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thanks 😄
@thomash.8297
@thomash.8297 3 жыл бұрын
thanks for the good explanation!
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thanks Tom, glad you liked it!
@confused6526
@confused6526 Жыл бұрын
Wow! This is deep!!!!! thanks
@luanpham157
@luanpham157 Жыл бұрын
The best video so far!
@siddheshlatkar9839
@siddheshlatkar9839 3 жыл бұрын
Good tutorial. Thank you 😊
@christopheizard6536
@christopheizard6536 3 жыл бұрын
Great job. Thank's for your job.
@MrDjosanI
@MrDjosanI Жыл бұрын
Great video, thank you 🙏
@chandup
@chandup 3 жыл бұрын
Thank you Nana. This is very helpful. Please let us know when you have Prometheus exporter sidecar tutorial to scrape metrics for DB or microservices running in pod.
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Hi, I will create part 2 of this video in a few weeks
@ashudelhi11
@ashudelhi11 3 жыл бұрын
Great tutorials. You are awesome
@alejandrodiazroque1841
@alejandrodiazroque1841 3 жыл бұрын
Excelent video. Thanks a lot!
@cashat
@cashat 3 жыл бұрын
Hi , thank you for the great work ♥️
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
You're welcome :)
@Sharmila861
@Sharmila861 3 жыл бұрын
Wonderful presentation Nana. Can you make video for importing Prometheus libraries into applications.
@awakenrogue
@awakenrogue 3 жыл бұрын
This was awesome. Thank you. was like watching an episode of GoT :)
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thank you. That's a very big compliment! 😀
@maheshkamthe9887
@maheshkamthe9887 11 ай бұрын
Superb !! The best !!
@srimangoud9608
@srimangoud9608 2 жыл бұрын
excellent Nana
@anurajpahuja4968
@anurajpahuja4968 3 жыл бұрын
Nana, you are the best. How do we update say the Alerts or configuration of Alert Manager? Something like that would be immensely helpful.
@ECOM-EXPLORER
@ECOM-EXPLORER 2 жыл бұрын
Hi Nana, Great work. Do you have video which shows /explain how we deploy from github to Kubernetes using any of the pipeline which will also have build stage in it?
@user-vp2lj7uj4s
@user-vp2lj7uj4s Жыл бұрын
Hello Nana, I really enjoy your videos, very informative and well explained. I have a request for you , will yyou please make a video tutorial on Tracing using "Jaeger"?
@ArunKumar-xw6iw
@ArunKumar-xw6iw 3 жыл бұрын
Thanks a lot for this wonderful video. Could you please make a dedicated video on Thanos as well?
@nounezozanian2163
@nounezozanian2163 2 жыл бұрын
hi, thanks for the great video, but have a small question: is there an explanation how to configure several kuberenetes clusters to be monitored from a centralized prometheus/grafana server?
@annasaga
@annasaga 3 жыл бұрын
Your videos are awesome
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thanks Sagar! 😇
@reddog2105
@reddog2105 3 жыл бұрын
As always, terrific video! Thank you so much for doing what you do! FYI: The helm chart was renamed and the links have changed. github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack hub.helm.sh/charts/prometheus-com/kube-prometheus-stack
@mattongbp
@mattongbp 2 жыл бұрын
installation does not show any error. But: kubectl get pod shows: prometheus pod/prome-prometheus-node-exporter-s4p94 0/1 CreateContainerError
@sonny23ization
@sonny23ization 2 жыл бұрын
Hi, thanks a lot for your great videos) i have a question in 20:50 why do you port-forward a deployment not a service?
@alexserbul
@alexserbul 10 ай бұрын
Thank you very much!
@Max-qn7gh
@Max-qn7gh 3 жыл бұрын
Thank you for the great video. =)
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
You're welcome, glad you like it Max! :)
@SP-xi8su
@SP-xi8su 2 жыл бұрын
Wonderfully explained 😊. How much CPUs and memory Prometheus consumes? And any limitations with minicube?
@MicheleIacobelli
@MicheleIacobelli 3 жыл бұрын
Thank you for this series (the whole channel actually!). I'm having trouble with the new repo as it fails to scrape k8s resources under the "kube-system" namespaces and gets a "Connection refused" error. Any ideas on the cause?
@shreyasrai
@shreyasrai 2 жыл бұрын
Thanks for the wonderful session Why Prometheus GuI was not enhanced similar line Grafana? We would not have needed additional Tool right ?
@dharmveer214
@dharmveer214 3 жыл бұрын
I really admire the way you explain everything... dazzled ... Can you please share, how can we use prometheus API to get deployment info
@conteberengario7314
@conteberengario7314 2 жыл бұрын
Thank you! Curious to see the "Motivation" folder... :)
@sylvia-liu
@sylvia-liu 2 жыл бұрын
Thank you!
@ghostlearners5374
@ghostlearners5374 2 жыл бұрын
Hi Nana your videos were really helpful to understand the k8s concept ,I got one doubt . can we create entire infra ( aks, helm, Prometheus And granfa ) using terraform? Actually I have one task where I have to configure aks with Prometheus using terraform. I am not sure about that if we can ? Waiting for your reply. Thanks in advance.
@suryakiransuravarapu8081
@suryakiransuravarapu8081 Жыл бұрын
Hi Nana, Thanks a lot for making videos for us and sharing knowledge :), i saw your other video on istio, and here I'm again.! So once the kubernetes setup is done is it a good idea to directly setup istio as it comes with grafana and prometheus and your favorit kiali
@andersonanjos2811
@andersonanjos2811 3 жыл бұрын
Thanks Nana!!!!
@hereforyouwhat
@hereforyouwhat 2 жыл бұрын
Hi Nana, What is difference Prom+Grafana vs Kubernetes Dashboard if we want to monitor k8s cluster? Or in which scenarios Prom+Grafana should be used over Kubernetes Dashboard
@ankitagarwal6014
@ankitagarwal6014 3 жыл бұрын
Finally my 20% project is completed. Please make video specific to grafana and how to write it's ini file like configuring SMTP etc
@rickyclarke1267
@rickyclarke1267 3 жыл бұрын
Are you using the helm chart for prometheusoperator?
@TheProximator
@TheProximator Жыл бұрын
Great jobs :)
@ajn1994
@ajn1994 3 жыл бұрын
Hi your video is awesome. i want help in the below topic can we add horizontal pod scaler for prometheus operator pods or deployment to scale automatic
@kunwarnaveensingh5934
@kunwarnaveensingh5934 3 жыл бұрын
Thanks a Lot Nana. This is really helpful. Do you have any vedio for Postgresql exporter monitoring in Prometheus/Grafana.
@MultiTechspec
@MultiTechspec 3 жыл бұрын
Loving these videos, do you have a course covering topics in the CKA/CKAD exams?
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thanks a lot, happy to hear! No, but I think I will create one within a few months as it seems to be a topic many viewers would like :)
@diegonayalazo
@diegonayalazo Жыл бұрын
thanks for sharing
@zaheerhussain5311
@zaheerhussain5311 3 жыл бұрын
Hi Nice explanation. Have you deployed kube-prometheus on dynamic persistent volume using helm. Regards Zaheer
Managed Kubernetes Cluster explained | Kubernetes on Cloud (1/2)
18:35
TechWorld with Nana
Рет қаралды 38 М.
How Prometheus Monitoring works | Prometheus Architecture explained
21:31
TechWorld with Nana
Рет қаралды 993 М.
Can you beat this impossible game?
00:13
LOL
Рет қаралды 58 МЛН
🍟Best French Fries Homemade #cooking #shorts
00:42
BANKII
Рет қаралды 46 МЛН
New Gadgets! Bycycle 4.0 🚲 #shorts
00:14
BongBee Family
Рет қаралды 13 МЛН
I Built a Shelter House For myself and Сat🐱📦🏠
00:35
TooTool
Рет қаралды 25 МЛН
Kubernetes Monitoring Made Easy with Prometheus | KodeKloud
1:08:55
Setup Prometheus & Grafana Monitoring On Kubernetes Using Helm
32:12
Server Monitoring with Grafana Prometheus and Loki
51:44
Piyush Garg
Рет қаралды 34 М.
Kubernetes StatefulSet simply explained | Deployment vs StatefulSet
16:00
TechWorld with Nana
Рет қаралды 222 М.
Can you beat this impossible game?
00:13
LOL
Рет қаралды 58 МЛН