How Prometheus Monitoring works | Prometheus Architecture explained

Sdílet
Vložit
  • čas přidán 6. 06. 2024
  • ► Part of the DevOps Bootcamp 🚀 More infos here: bit.ly/41Wc1cM
    Fully understand how Prometheus Monitoring works | Explaining Prometheus Architecture | What is Prometheus Monitoring | Prometheus Monitoring Tutorial
    Demo Part 1: Setup Prometheus Monitoring and Grafana on Kubernetes using Prometheus Operator ► • Setup Prometheus Monit...
    Demo Part 2: In the 2nd part we will actually configure Prometheus to expose /metrics endpoint and configure Prometheus to scrape it. ► • Prometheus Monitoring ... 🤓
    Prometheus has become the mainstream monitoring tool of choice in container and microservice world. 🔥
    In this video you will learn:
    1) Why Prometheus is so important in such infrastructure and what are some specific use cases
    2) How Prometheus works? What are targets and metrics?
    3) How does Prometheus collect those metrics from its targets?
    4) Furthermore, I explain Prometheus Architecture with simple diagrams and animations and go through the main components: Prometheus Server, Pushgateway, Alertmanager
    5) The advantages of Prometheus Pull System compared to alternative monitoring tools, which use Push System
    6) Using Prometheus Monitoring with Docker and Kubernetes
    You will also understand better why it’s important to monitor your applications/infrastructure in general.
    ▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
    0:00 - Intro
    0:31 - What is Prometheus?
    1:06 - Where and why is Prometheus used?
    2:21 - Specific Use Cases for using Prometheus Monitoring
    5:57 - How does Prometheus work? Prometheus Architecture explained
    6:04 - Prometheus Server
    7:02 - Targets and Metrics
    7:53 - Metrics
    8:50 - How does Prometheus collect those metrics from targets?
    9:21 - Target Endpoints and Exporters
    11:12 - Monitoring your own application
    12:03 - Pull Mechanism - Unique advantage of Prometheus
    13:38 - Pushgateway for short-lived jobs
    14:14 - Configuring Prometheus - Example YAML Configuration
    16:20 - Alert Manager - Triggering alerts
    16:55 - Prometheus Data Storage - Where does Prometheus store the data?
    17:38 - PromQL Query Language
    18:37 - My Experience
    19:23 - Key Characteristics - advantages and disadvantages of Prometheus
    20:40 - Prometheus Monitoring with Docker and Kubernetes
    ▬▬▬▬▬▬ Useful Links 🛠 ▬▬▬▬▬▬
    Official Prometheus Exporters List ► prometheus.io/docs/instrument...
    Prometheus Client Libraries ► prometheus.io/docs/instrument...
    Photo source for Metrics Example: itnext.io/prometheus-for-begi...
    #prometheus #prometheusmonitoring #devops #techworldwithnana
    ▬▬▬▬▬▬ Want to learn more? 🚀 ▬▬▬▬▬▬
    Full Kubernetes and Docker tutorial ► bit.ly/2YGeRp9
    What is Kubernetes? ► • What is Kubernetes | K...
    Complete Jenkins Pipeline Tutorial ► • Complete Jenkins Pipel...
    ▬▬▬▬▬▬ 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
    DEV ► bit.ly/3h2fqiO
    INSTAGRAM ► bit.ly/2F3LXYJ
    TWITTER ► bit.ly/3i54PUB
    LINKEDIN ► bit.ly/3hWOLVT

Komentáře • 642

  • @TechWorldwithNana
    @TechWorldwithNana  Před 4 lety +97

    Check out the demo parts:
    ► Demo Part 1: Setup Prometheus Monitoring and Grafana on Kubernetes using Prometheus Operator ► czcams.com/video/QoDqxm7ybLc/video.html
    ► Demo Part 2: czcams.com/video/mLPg49b33sA/video.html
    In the 2nd part we will actually configure Prometheus to expose /metrics endpoint and configure Prometheus to scrape it.
    0:31 - What is Prometheus?
    1:06 - Where and why is Prometheus used?
    2:21 - Specific Use Cases for using Prometheus Monitoring
    5:57 - How does Prometheus work? Prometheus Architecture explained
    6:04 - Prometheus Server
    7:02 - Targets and Metrics
    7:53 - Metrics
    8:50 - How does Prometheus collect those metrics from targets?
    9:21 - Target Endpoints and Exporters
    11:12 - Monitoring your own application
    12:03 - Pull Mechanism - Unique advantage of Prometheus
    13:38 - Pushgateway for short-lived jobs
    14:14 - Configuring Prometheus - Example YAML Configuration
    16:20 - Alert Manager - Triggering alerts
    16:55 - Prometheus Data Storage - Where does Prometheus store the data?
    17:38 - PromQL Query Language
    18:37 - My Experience
    19:23 - Key Characteristics - advantages and disadvantages of Prometheus
    20:40 - Prometheus Monitoring with Docker and Kubernetes
    👉🏼 For any questions/issues/feedback, please leave me a comment and I will get back to you as soon as possible.
    Please don't forget to subscribe and give me a thumbs up if you liked my video 😊🙏

    • @CeezGeez
      @CeezGeez Před 4 lety +1

      TechWorld with Nana
      Nice and simple explanation! Subbed 👍

    • @kalankaraivilakkam
      @kalankaraivilakkam Před 3 lety +3

      Best introduction on Prometheus. Appreciated!

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety

      @@CeezGeez Cool thanks for your feedback and subscribing :D

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety

      @@kalankaraivilakkam Thanks a lot! :)

    • @deepakranganathan9644
      @deepakranganathan9644 Před 3 lety

      @@TechWorldwithNana
      I have a doubt with respect to Prometheus setup for Django applications. If we have a load balancer which redirects to three application servers where the Django applications are running. Which of these setups will work and is optimally correct?
      1. Having Prometheus installed in one of the application servers and then having a job for every Django application we need to monitor and provide all three application server's Django configuration details in the targets entry in prometheus.yml?
      - One more doubt, in this case, is when the targets are authenticated using OAuth, how can we manage in this scenario?
      2. Installing Prometheus on any server and mentioning all the Django applications details in the targets entry in prometheus.yml file?
      - Do we need to have ssh trust set up in this case when the setup has to be done like this?
      It will be very helpful if you please give some insights on this. Thanks in advance :)

  • @proflanky
    @proflanky Před 3 lety +252

    Nana, you're doing a great job. Don't stop what you're doing. This is helping a lot of people.

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety +15

      Thank you Noah 🙏. 😊

    • @JesseSteinfort
      @JesseSteinfort Před 2 lety +3

      I second this! I'm on my second video and looking forward to more. You have put out great content. Thank you.

    • @michaelhughes8413
      @michaelhughes8413 Před 11 měsíci

      Agree with you 💯

  • @poefpoef
    @poefpoef Před 2 lety +44

    The quality of this tutorial is truly excellent. Nana doesn’t jump into solutions, but describes the problem or issue first, consistently. That helps to understand not only the ‘how’, but also the ‘why’ and the ‘what’. In addition, Nana tells a coherent story at the right pace. Kudos for this great video!

  • @RiteshAgarwalGwalior
    @RiteshAgarwalGwalior Před rokem +2

    Whenever I am looking for something, if it's available on this channel then I do not need to go anywhere else. This channel has the most clear and concise explanation. Thanks, Nana.

  • @ThaiNguyen-cs3jy
    @ThaiNguyen-cs3jy Před 2 lety +4

    I'm starting my DevOps career and this is my first-to-go CZcams channel whenever I want to understand the overview and the fundamental knowledge of a DevOps tool.
    From Vietnam, thank you so much, Nana!

  • @bereketlibanos1787
    @bereketlibanos1787 Před 2 lety

    Your english is so clear, and easy to understand. A 4 year old would know what you are talking about despite the complexity of the stuff you are teaching. This shows how well you know what you are doing. Keep up the good work.

  • @yapadqoi
    @yapadqoi Před 3 lety +10

    Probably one of the best teachers I've ever had. Wow!
    In a week-end, I've learned more on DevOps solutions, going through your video series, than I did in months with official documentation and reference manuals. You make things so simple and easy to grasp. Great job! Thank you so much

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety +2

      That's so amazing to hear! Thank you for taking your time to write such great feedback! Appreciate it 😊

    • @yapadqoi
      @yapadqoi Před 3 lety

      @@TechWorldwithNana Thank YOU for taking the time to reply back. You didn't have to, but I'm so happy to read it. Keep up the good work!

  • @TelstarB
    @TelstarB Před rokem

    This is one of the most didactic videos I have ever seen. Newbies all over the world will forever be grateful to you. Truly fantastic video!

  • @stvv5546
    @stvv5546 Před 2 lety +1

    First thing I am always doing on Nana videos is click Like button first and only then watch the videos! She absolutely deserves that and never dissapoints!

  • @WISEInsights2k
    @WISEInsights2k Před rokem +3

    This tutorial helped me quickly understand Prometheus and answer few questions in my interview recently. Thank you, Nana!

  • @dantevikas
    @dantevikas Před 4 lety +6

    Capturing the concepts with great clarity, this was a much needed one. Been looking for something like this for a while now. Great quality. Appreciated.

  • @PeterMoueza
    @PeterMoueza Před 3 lety +1

    Good sum up ! Thanks !
    A timeline : 0:44 bare servers traditional servers 11:31 own applications client libraries languages 17:56 Grafana 18:57 Grafana

  • @RonaldCrb
    @RonaldCrb Před 3 lety +11

    This is fantastic in so many levels, i finally understood prometheus... wow

  • @vhpupuyoh
    @vhpupuyoh Před 4 lety +4

    Thank you very much for very clear explanation. I search for such one and finally find it :-). I'm not a native English speaker so it is hard to find lecturers that talk good English and talk slowly so we can understand without stopping the video every 10 sec. You are talking in very clear manner - please continue like that. I signed up to your channel. Thanks again

  • @4321rupesh
    @4321rupesh Před 2 lety +4

    Your tutorials are amazing and very easy to follow and helps in understandings the concepts. Great work!!

  • @vemareddy007
    @vemareddy007 Před 3 lety +3

    ~22 min lecture with no need of going backwards to understand !! Very good 👍. Coming to the content crisp and clean, that made it look simple. Good Job.!

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety

      Thanks Vemareddy, glad I could explain it in that simple way 😊 Really appreciate your feedback!

  • @10-madhumitamanikmahapatra73
    @10-madhumitamanikmahapatra73 Před 3 měsíci +2

    Amazing! The bestest tutorial I have ever seen! Clear and crisp!!

  • @elad3958
    @elad3958 Před 2 lety +1

    Everytime I finish watching your videos, I feel I have a Master's Degree in DevOps from Harvard. I learn so much. Cant thank you enuff Nana.

  • @Mukarramali89
    @Mukarramali89 Před 7 měsíci

    Thank you so much. I usually cannot tolerate video tutorials, but you approach and simple slides made it work.

  • @dennisronny3437
    @dennisronny3437 Před rokem

    I have started watching your tutorials recently and I am happy with whatever you are doing.Thanks alot and keep on with the good job Nana.

  • @manikandans8808
    @manikandans8808 Před 4 lety +19

    Prometheus is always a special monitoring tool for me. This was very interesting to watch. Waiting for the next one ISTIO 😁😁😁.

    • @TechWorldwithNana
      @TechWorldwithNana  Před 4 lety +15

      Thanks, glad you enjoyed watching :) Yes Istio will be one of the next videos, because so many people asked for it, so stay tuned 🙂

  • @mitsos9333
    @mitsos9333 Před 3 lety +1

    Would love to see part 2! Part 1 was really helpful. Thank you!

  • @Shubham__Saroj
    @Shubham__Saroj Před rokem +3

    As always your explanation was clear and concise, and the visuals were very helpful in understanding the concepts. You really have a talent for explaining complex technical topics in an approachable way. Keep up the great work! 💯

  • @eminbaturdizdar6196
    @eminbaturdizdar6196 Před 2 lety

    I normally watch tutorial videos 1.5x speed but with Nana, the videos have so much quality information I actually need to stop at some points to process it better :)

  • @bossiq2024
    @bossiq2024 Před 3 lety +6

    Brilliant Nana. Very helpful, as I've been out of the tech space for 2 decades and needed a clear and concise primer for this!

  • @rahulsoni7991
    @rahulsoni7991 Před 2 lety

    Nana, your explanation is quite simple and powerful. This is the first time I was studying Prometheus and understood the basics in just a few minutes. Next, I'm figuring out on setting it up in Linux to monitor my Spring MicroServices. Let me know if you have any videos on this. Also, I am subscribing to your channel now. Keep up the good work. Thanks!

  • @vivekkataria5915
    @vivekkataria5915 Před 3 lety

    By far the best explanation, not for just this video but overall content of channel. Focusing on basic make it easy to understand. Big Thanks Nana

  • @jimmyz80
    @jimmyz80 Před 2 lety

    This video is fantastic. Clearly outlined all of the relevant information I was looking for, to get a basic understanding of Prometheus. Thanks!

  • @JuanRoa92
    @JuanRoa92 Před 6 měsíci

    Wow! I just arrived at your video and channel. Thank you! You explained every detail of the foundation behind all of this. The usual tutorials move through the demo, but if you need more features or adapt them to your needs, you still have to dig a lot.

  • @rahuldebdas2374
    @rahuldebdas2374 Před rokem +1

    Hi Nana, you are great. You are helping many people with your knowledge and all this is free of cost. So kind of you. Can you please upload a session on airflow -- what it is, how to install it on local machine and create the DAG and run some pipelines and also possibly how to monitor the data pipelines.

  • @sede189
    @sede189 Před 3 lety +4

    This is a fantastic intro!!!! A million thanks for the thoughtful explanations. I look forward to seeing more of your presentations

  • @hamtuber
    @hamtuber Před 3 lety +34

    Just brilliant. I feel like an expert on the subject after each of your videos, thanks!

  • @pg5201
    @pg5201 Před rokem +1

    Awesome wrap up! Exactly what I needed! Thanks 🙏

  • @markbdsouza
    @markbdsouza Před 4 měsíci +1

    Just wanted to say this video is brilliant. Ive joined a new team that use Prometheus and Grafana and this video gave me such a good understanding on Prometheus. You are a really good teacher. Keep doing what you do and thank you for your work !!

    • @TechWorldwithNana
      @TechWorldwithNana  Před 4 měsíci

      that's amazing, really great to hear my video helped! 🙌

  • @youmbss
    @youmbss Před 3 lety

    WOW JUST WOW, your talent can't be denied. I have been struggling with prometheus and you just made it easy for me. thank you

  • @dorjeetsering937
    @dorjeetsering937 Před 4 lety +2

    Great clarity and coverage in just 20 minutes. Thanks Nana. Keep it up.

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety

      Thanks, glad you learned a lot in those 20mins :) Yes will do, many great tutorials are coming 💪🏼 :)

  • @SamuelTambunan
    @SamuelTambunan Před 3 lety +2

    It is amazing how you explain it, for me who has no idea what prometheus is and curious in understanding it and where I intent to pick a monitoring tools to implement, I have no trouble in understanding how prometheus works and what value it brings. Thank you very much. Really looking forwards for your contents in this channel.

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety +1

      Wow thank you Samuel, that's a really great feedback! Hope you will like the upcoming videos too :)

  • @shivashishsingh5915
    @shivashishsingh5915 Před 3 lety +4

    This is what I was looking for. This is what you get in premium courses. Very simply explained and smartly crafted video. Thank you..!!

  • @rameshbhaskar
    @rameshbhaskar Před rokem +1

    This is a very helpful overview of Prometheus. Very well put together. Thank you for doing this.

  • @santoshkarthedath3876
    @santoshkarthedath3876 Před 3 lety +2

    This is an amazing intro for Prometheus - thank you Nana. Please publish more Prometheus/Jaeger/Grafana use cases. Thank you !!

  • @coolinark
    @coolinark Před 4 lety +2

    Brilliantly explained! All your vids are pure gold and diamonds! Thank you so much for your work, dear Nana!

  • @yilativs
    @yilativs Před 2 lety

    Thank you! Best introductions on DevOps topics i've ever seen.

  • @soheilrahsaz727
    @soheilrahsaz727 Před 4 měsíci

    This the second video I've watched in this channel and I can already say that you explain really great and talk about all the interesting parts. Thank you

  • @sushmitamahapatra4472
    @sushmitamahapatra4472 Před 2 měsíci +1

    I wish to have teachers like you Nana
    Kudos to you and your Parents !!👏

  • @Lulublinkstay
    @Lulublinkstay Před 3 lety

    Thank you Nana. It was really helpful. You have opened another door to enrich our application.

  • @sumitology
    @sumitology Před 3 lety

    To be honest you made it look easier. As of now this is the best video for getting started with Prometheus.

  • @ahanamallik340
    @ahanamallik340 Před 2 lety +1

    Very comprehensive video with all important points covered for a beginner

  • @motarski
    @motarski Před 4 lety +1

    I will not be wrong when I say this is by far the best Video on the net explaining on a high level Prometheus Architecture and Monitoring with the tool. Thank you so much for sharing.

    • @TechWorldwithNana
      @TechWorldwithNana  Před 4 lety +1

      Wow, really happy to hear that! 🙂 Check out my other videos and would appreciate if you share it :)

  • @SuperPoower
    @SuperPoower Před 3 lety +13

    This is actually awesome... I'm hooked to your channel!!

  • @RohitMishra-vl1vp
    @RohitMishra-vl1vp Před 3 lety +2

    Concepts are explained with clarity... Very impressive... Perhaps one of the best video for Prometheus present .. Amazing

  • @samirchandra2637
    @samirchandra2637 Před 3 lety +4

    You explained it very beautifully with the art of explaining in a simple way. Appreciated !!!

  • @pp76339
    @pp76339 Před 2 lety

    Thanks a lot Nana for the awesome explanatory video. Sincerely appreciate what you are doing for the dev community.

  • @ahmedosama3380
    @ahmedosama3380 Před rokem +2

    Outstanding explanation!! Thank you for the amazing efforts.

  • @amareshnayak8055
    @amareshnayak8055 Před 4 lety +3

    Excellent clarity with explanation of real time scenarios.Great Job! much appreciated.

  • @frekehkhouri
    @frekehkhouri Před 2 lety

    You are amazing! Can't believe how easy it is to understand these topics by watching your videos.

  • @jlesseyp
    @jlesseyp Před 4 lety +5

    Wow, great explanation!, just what I needed.
    I have a very clear idea of what Prometheus is and what it does. Thank you!

  • @rajeevsinha2632
    @rajeevsinha2632 Před 3 lety

    As usual, clear and concise content. Very much appreciated.

  • @princeabhi9985
    @princeabhi9985 Před 5 měsíci

    Thank you Nana, after watching your videos I am grooming myself better than before.

  • @philipackerley5775
    @philipackerley5775 Před 4 lety +10

    Fantastic intro to the product. Clarity at last!

  • @prathameshtakane7354
    @prathameshtakane7354 Před 3 měsíci +1

    I cant explain in words how much I appreciate this video, thank you so much

  • @dobo7227
    @dobo7227 Před 3 lety +2

    This is a very well done video! Thank you for the information

  • @VoronakMartin
    @VoronakMartin Před 2 lety

    Thanks for explaining, very clean video with practical examples!

  • @bmejia220
    @bmejia220 Před 8 měsíci

    Great explanations, clearly illustrate the use case with great details. Thanks so much!

  • @mateidavid3411
    @mateidavid3411 Před 3 lety +2

    Really tutorial and very well explained, thank you!

  • @peterwoo2718
    @peterwoo2718 Před 2 lety

    very smooth and clear delivery, thank you very much for the video!

  • @GhirohIT
    @GhirohIT Před rokem

    Thanks Nana for creating this video. Very clear explanation.

  • @rambarambabbu
    @rambarambabbu Před 3 lety

    Best explanation i have ever watched. Thank you so much 🙏🏻🙏🏻🙏🏻🙏🏻

  • @irinastepanov4959
    @irinastepanov4959 Před 2 lety

    amazing video! thank you for covering all the grounds in 20 minutes :)

  • @nmhmm2472
    @nmhmm2472 Před 3 lety +4

    You are such amazing talented teacher I have ever been know

  • @himanshubhusanrath212
    @himanshubhusanrath212 Před 8 měsíci

    Great explanation @Nana. Thank you so much for this content !

  • @francis5247
    @francis5247 Před 3 lety

    Amazing job Nana. Well structured better explained.

  • @franfernandez694
    @franfernandez694 Před 3 lety +2

    Brilliant video Nana, thanks for sharing!

  • @DontTakeCrack
    @DontTakeCrack Před 2 lety

    ty for this, i learned prometheus a couple years ago and have been somewhat managing it and it was clear to me there was a much easier way to represent that documentation.
    i think this is great and should sit on the front page of prometheus docs itself.

  • @perseapina
    @perseapina Před 3 lety

    i had to learn prometheus for my job recently and this playlist was really helpful, thanks!

  • @kalyanasundaramgnanasekara9986

    Thanks.. I thought of have to go through few documents to understand what is Prometheus. But this 20 min video helped lot, and gave good understanding on how it works.

  • @fonosayno
    @fonosayno Před 2 lety

    This was an excellent and very helpful tutorial. Thank you!

  • @juanmamani2110
    @juanmamani2110 Před 2 lety

    Awesome prometheus info to understand context use cases! Thanks for sharing.

  • @cosmetolog__d
    @cosmetolog__d Před 2 lety +2

    Nana, you are doing great job, bringing your knowledge and experience into the mass! Your videos are something special to me. Need to implement some monitoring into our evnrionment, so decided to give a chance to Prometeus. CZcams just instantly directed me to your channel, and it cool!
    P.S. Keep doing what you doing!

  • @varshasingh1299
    @varshasingh1299 Před 2 lety

    Thank you so much for making this video in such a simple and efficient way ❤️

  • @surprino
    @surprino Před 2 lety

    These videos helped me a lot when as a refresher for my interviews... Thank You very much

  • @devops_sensei
    @devops_sensei Před 3 lety

    Very informative. Looking forward to going through your other tutorials and videos. Cheers!

  • @dmitriysolodukha9646
    @dmitriysolodukha9646 Před 3 lety +2

    Awesome! Exactly what I need. Thank you

  • @kibernick
    @kibernick Před 2 lety

    Excellent content on relevant topic, as always! No fluff, just useful stuff. I must admit that I chuckled at the "Complex & not well documented" comment since that's been my experience so far :D

  • @arthill2310
    @arthill2310 Před 2 lety

    Another very informative and practical video. Thank you!

  • @carlosespinal6343
    @carlosespinal6343 Před 3 lety +1

    Great explanation for Prometheus! Thank you

  • @charleskemakolam1369
    @charleskemakolam1369 Před rokem

    Thank you, Engr. Nana! Your videos really helps me alot

  • @BindasBadshah
    @BindasBadshah Před 4 lety +4

    What a brilliant tutorial. Thank you for the efforts!

    • @TechWorldwithNana
      @TechWorldwithNana  Před 4 lety

      Thanks, glad you liked it! Hope you check out my other videos too 🙂

  • @JerryGoNuts
    @JerryGoNuts Před 2 lety

    Sending much love!!! I love your tutorials. I have learned so much from your videos. Keep up the great work.

  • @masilok
    @masilok Před 2 lety +1

    Very good explanation for a beginner like myself, thank you ☺️

  • @ilariacorda
    @ilariacorda Před rokem

    You are amazing, one of my trusted sources I keep recommending to anyone! Thank you so much 💓

  • @1234mytubeuser1234
    @1234mytubeuser1234 Před 3 lety +29

    Best introduction about Prometheus I ever had!!!... You have a golden talent of making hard topics super simple.
    BTW Nana, did you get a chance to work on the video "How to configure and use Prometheus for K8S". Can you also create one video on complete setup of K8S + Prometheus + Grafana? TIA.

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety +2

      Hi Amit, thank you for your feedback! 🙂 Btw the 1st part of the demo video is out, which is the setup :)

    • @joenyugoh1179
      @joenyugoh1179 Před 3 lety +2

      So true, very simple description to such a complex topic. Thanks Nana

  • @llJoDall
    @llJoDall Před 3 lety

    Very informative! Thx for your good explaination.

  • @sandeepshenoy8228
    @sandeepshenoy8228 Před 10 měsíci

    Crystal clear explanation. God bless you. Thanks 🙏🏼

  • @vollmerama
    @vollmerama Před rokem

    Its amazing how well you explain things. Thank you

  • @akhleshkumarjaiswar9364
    @akhleshkumarjaiswar9364 Před 3 lety +1

    Hey TechWorld with Nana,
    your effort taken to these vlogs really makes me understand so clearly. #thanks

  • @elenapliakas6427
    @elenapliakas6427 Před 3 lety +3

    Wow, thanks for this video. Really need this overview with just enough details

    • @TechWorldwithNana
      @TechWorldwithNana  Před 3 lety

      Thanks Elena, glad you liked my way of explaining the topic 🙂

  • @jeffrysimon1525
    @jeffrysimon1525 Před rokem

    Thank you so much for this! Super clear explanation 🤍

  • @user-xp2rz4ff6y
    @user-xp2rz4ff6y Před 2 lety

    좋은 영상 잘보고갑니다~
    개념이 헷갈렸는데, 이해하는데 도움이 되었어요!

  • @sauravkumar-bp3es
    @sauravkumar-bp3es Před 2 lety

    Well explained and very nice teaching style.
    Thank you so much for this lecture.

  • @SashrikaWaidyarathna
    @SashrikaWaidyarathna Před 3 lety

    Enjoyed watching your video. Well organized.