Prometheus And Grafana Together // Explained with DEMO // Kubernetes Monitoring

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024

ความคิดเห็น • 49

  • @BlockCylinder
    @BlockCylinder 2 ปีที่แล้ว +3

    I've only been learning about Kubernetes and container orchestration for one week, so I'm no expert but I have to say this video was very well done. You are an exceptional teacher and communicator. I'm excited to follow along and replicate this project. Thank you.

  • @saschahoppe4833
    @saschahoppe4833 ปีที่แล้ว

    Greatly presented! Not too slow and not to fast. Thanks.

  • @dienamiks1265
    @dienamiks1265 ปีที่แล้ว

    Very nice approach for teaching! Im listening to you with pleasure!

  • @cornelliushatcher
    @cornelliushatcher ปีที่แล้ว

    This is great! Can you please do a video on exporting containerized application health metrics to prometheus and grafana.

  • @vback4238
    @vback4238 ปีที่แล้ว

    Amazing job teaching this, Raj!

  • @iamaashishpatel
    @iamaashishpatel 2 ปีที่แล้ว +1

    Hi Raj,
    As always awesome content (clear and consice).Thanks for the great video.
    It would be great if you can create a similar video using new AWS managed services for Prometheus (AMP) and Grafana (AMG). Explain the benefits of using these two managed services.
    Thanks,

    • @cloudwithraj
      @cloudwithraj  2 ปีที่แล้ว +1

      Thanks Ashish! I will keep your suggestion in mind for future videos.

  • @quicksmash
    @quicksmash 3 ปีที่แล้ว +1

    Getting this error: no matches found: datasources.datasources\.yaml.datasources[0].name=Prometheus | Please help

  • @5erg10
    @5erg10 3 ปีที่แล้ว

    Thanks for helping me to understand the difference between Prometheus and Grafana :)

  • @vanessamofor1102
    @vanessamofor1102 2 ปีที่แล้ว

    Thank you so much Raj, much appreciated

  • @joyebot7371
    @joyebot7371 ปีที่แล้ว

    Thank you

  • @gv.ramana
    @gv.ramana 3 ปีที่แล้ว

    really best explanation rajdeep ji, subscribed. please do more videos

  • @rajeevghosh2000
    @rajeevghosh2000 3 ปีที่แล้ว +1

    Hi Raj, Thanks for the great video. can i ask a quick question. Does prometheus pulls the metrics directly from the containers/pods ? it doesnot need cadvisor ? Also, if I understood correctly, prometheus pulls the metrics using http . Does it mean every container should listen to HTTP requests from prometheus ?

  • @PrashanthTalari-uz5rc
    @PrashanthTalari-uz5rc ปีที่แล้ว

    Hi Raj
    How app insights collect prometheus metric

  • @rexsam3134
    @rexsam3134 ปีที่แล้ว

    Can you highlight Table(old) and how to have new dashboard panel with Table(old)?

  • @hereforyouwhat
    @hereforyouwhat 2 ปีที่แล้ว

    Hi Raj
    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

  • @sambasiva1702
    @sambasiva1702 2 ปีที่แล้ว

    Can you make a video on setting up Prometheus alerts?

  • @nah0221
    @nah0221 4 ปีที่แล้ว +3

    Love it when you say gays & girls !! thanks :D

    • @atamishali
      @atamishali 3 ปีที่แล้ว +1

      About to say this. That's really thoughtful of him to not leaving out female programmers.

  • @musicmania4609
    @musicmania4609 3 ปีที่แล้ว

    Lovely video man!! May i know which tools is best for application metrics?any Open source tool?

  • @omkarpidde8144
    @omkarpidde8144 3 ปีที่แล้ว

    Can you explain more about kubectl port-forward command

  • @dulbirakan
    @dulbirakan 2 ปีที่แล้ว

    11.32 when I click load button, it says "Need a dashboard json model" and goes nowhere!

  • @thibaulttabani1881
    @thibaulttabani1881 3 ปีที่แล้ว

    thanks for the presentation

  • @sergmayakov9663
    @sergmayakov9663 3 ปีที่แล้ว

    Good job man !

  • @shivaramainavolu
    @shivaramainavolu 4 ปีที่แล้ว +1

    Hi Raj, This channel is so helpful to us, could you please suggest if I need to start cloud career with developer associate certification or azure architect certification,thanks!!

    • @cloudwithraj
      @cloudwithraj  4 ปีที่แล้ว

      Up to you Shiva. Are you going for AWS or Azure? If AWS then do AWS developer associate.

    • @shivaramainavolu
      @shivaramainavolu 4 ปีที่แล้ว

      @@cloudwithraj I started learning azure raj, could you please help if possible

  • @rakeshpatil1902
    @rakeshpatil1902 2 ปีที่แล้ว

    How to monitor jvm of a pod?

  • @himansusekharmishra5114
    @himansusekharmishra5114 2 ปีที่แล้ว

    Hi Raj,
    Thank you for this video I have watched your Udemy course regarding AWS EKS it was really awesome. Now I am facing the issue while downloading graffana it is showing Error: INSTALLATION FAILED: failed to download "stable/grafana" can you please help me on this.

  • @kiranbarapatre3374
    @kiranbarapatre3374 3 ปีที่แล้ว

    Thanks! this was really helpful.. :)

    • @cloudwithraj
      @cloudwithraj  3 ปีที่แล้ว

      Glad it was helpful Kiran! Thanks for watching!

  • @aashishkumarjha5540
    @aashishkumarjha5540 3 ปีที่แล้ว

    Hi How we can get the application / pod real-time logs in grafana??

  • @ravimohan9343
    @ravimohan9343 4 ปีที่แล้ว +1

    Hello any suggestions how can i increase the CPU and memory limit of an application dynamically

    • @cloudwithraj
      @cloudwithraj  4 ปีที่แล้ว

      There is no way to change without restarting the pod. These are the two ways it's done in real world application
      1. Change podspec file with changed cpu/memory and it will get implemented with rolling update
      2. Use vertical autoscaler and it'd automatically adjust it (it will restart the pod though, not recommended for prod)

    • @ravimohan9343
      @ravimohan9343 4 ปีที่แล้ว

      Thanks for your reply..vertical scale in sense can I do it via kubectl commands? I have multiple applications using same configuration of CPU and memory limits

  • @MS-mq4gd
    @MS-mq4gd 4 ปีที่แล้ว

    Well explained dude...love you from india❤️

    • @cloudwithraj
      @cloudwithraj  4 ปีที่แล้ว +1

      M S bhai, thank you so much for watching. I am glad it was helpful.

  • @veerendraganjikunta4722
    @veerendraganjikunta4722 4 ปีที่แล้ว

    Nice explained @Agent of Change

    • @cloudwithraj
      @cloudwithraj  4 ปีที่แล้ว

      Thanks Veerendra for watching. I am glad you found it useful.

  • @RavindraRaivlogs
    @RavindraRaivlogs 2 ปีที่แล้ว

    Where you configured node_expoter in promtheus.yml file.. I saw alots of video but in single video no any person define node_expoter in promtheus.yml file ...WHY????????

    • @cloudwithraj
      @cloudwithraj  2 ปีที่แล้ว

      If you are running prometheus server in the same kubernetes cluster, then you don't need node exporter. You only need it if kubernetes server is running separately outside of the cluster. Hope this helps clarify your doubt.

  • @Amalokch
    @Amalokch 4 ปีที่แล้ว

    Hello, Do you know if I can use Prometheus for industrial applications like log values for temperature, pH, etc?

    • @cloudwithraj
      @cloudwithraj  4 ปีที่แล้ว +1

      Prometheus only logs infrastructure data like memory used, CPU etc. For application logs (like temperature, pH etc. in your case), you have to use application log for Kubernetes solutions like FluentD, FluentBit, ElasticSearch, Kibana etc. Hope this helps.

    • @Amalokch
      @Amalokch 4 ปีที่แล้ว

      @@cloudwithraj Many thanks 😊😊

  • @learnandexplorewithsab
    @learnandexplorewithsab 4 ปีที่แล้ว

    Hey Raj
    I also do run a channel.
    Could we connect once to share our ideas?

  • @knowwhatyoudonot
    @knowwhatyoudonot 3 ปีที่แล้ว

    17:57