Kubernetes Monitoring Made Easy with Prometheus | KodeKloud

Поділитися
Вставка
  • Опубліковано 4 жов 2024

КОМЕНТАРІ • 93

  • @Akshay-bc3et
    @Akshay-bc3et Рік тому +4

    This was a perfect refresher even for someone using Prometheus for years.

    • @KodeKloud
      @KodeKloud  Рік тому +1

      Thanks for watching our video and commending our work. Do subscribe to our channel and stay tuned for more. Cheers!

  • @GilroyToledano
    @GilroyToledano Рік тому +5

    In the first 7 minutes, at the moment a point is presented, my questions in my head has been answered. This is a nicely done video. Thank you very much.

    • @KodeKloud
      @KodeKloud  Рік тому +2

      Glad it was helpful!

    • @6Pain
      @6Pain 4 місяці тому

      can you tell me what is the question ?

    • @viizaas
      @viizaas Місяць тому

      @@6Pain no, but the answer is for sure 42.

  • @danielstankowski1307
    @danielstankowski1307 6 місяців тому

    This is a golden video. I have read articles, blogs and documentation and this video has it all!

  • @MrSuriyam
    @MrSuriyam Рік тому +2

    Hi Sanjeev Ty for taking the put together a concise course on a tough topic. Ty sir…Absolutely awesome.🎉

  • @hosnibounechada7547
    @hosnibounechada7547 6 місяців тому

    Sanjeev, your DevOps videos have been an incredible source of knowledge and inspiration for me. Thank you for your dedication and expertise in sharing valuable insights. You are definitely one of the best instructors i follow, Keep up the fantastic work!

  • @cjr-en4wr
    @cjr-en4wr 5 місяців тому

    by far the best guide I've seen - been struggling for a few days and this solved my problems in an hour!!!

  • @kuldeepchauhan6106
    @kuldeepchauhan6106 8 місяців тому

    Amazing, Amazing, Amazing!!! I went through alot of videos on youtube and udemy but this video answered almost all of my questions i had on prometheus. Thank you for making such wonderful video.

  • @abinduttagupta2680
    @abinduttagupta2680 Рік тому +2

    Excellent . Thank You . Would have loved some more deep dive on the alert manager part . But really helpful .

    • @KodeKloud
      @KodeKloud  Рік тому +1

      Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!

  • @everythingcloudplatform
    @everythingcloudplatform 9 місяців тому

    Great topic. Observability is truly an important piece of the puzzle for applications running in production.

  • @thomas-sinkala
    @thomas-sinkala Рік тому +2

    I just want to say thank you. This is really helpful.

  • @tusharkantisahu5649
    @tusharkantisahu5649 Рік тому +2

    Great Lecture.. Crystal clear explanation

  • @chunji6489
    @chunji6489 Рік тому +1

    Thanks for the great video, which is very helpful for me. There is a minor issue at 13:06 of this video during prometheus installation. It is adding "Prometheus-community" to the helm-chart, while it is using "prometheus-community" on the helm installation command.

    • @KodeKloud
      @KodeKloud  10 місяців тому

      Thank you so much for bringing this to our attention. We reported this right away to the relevant department.

  • @madhurbhardwaj7284
    @madhurbhardwaj7284 Рік тому +1

    Excellent video and very nicely presented... thank you so much for valuable content.... can you please do one additional video to cover remotewrite with AWS AMP using same stack/chart

    • @KodeKloud
      @KodeKloud  Рік тому +1

      "Hey, thank you for watching our video. We will definitely look into your suggestions. Do subscribe and stay tuned for updates on our channel. Cheers :)
      "

  • @isi24.8
    @isi24.8 6 місяців тому

    Very informative !! Thank you for the effort you put into making this

  • @sbbb-hz1ze
    @sbbb-hz1ze Рік тому +2

    excellent demo , really hats off to you

    • @KodeKloud
      @KodeKloud  Рік тому

      Thank you for the appreciation. You can check our videos related to DevOps and subscribe to our channel to stay updated with all the latest tools.

  • @sunilb4881
    @sunilb4881 5 місяців тому

    Excellent. However, one quick question. Where would be best option to enable grafana? either it could be in kube-prometheus-stack or loki-stack?

  • @ElnazHoseininia
    @ElnazHoseininia 5 місяців тому

    Hi, thank you for the helpful video. I did every steps but in Prometheus I can't see my target. Do you know what is the problem?

  • @kavacham222
    @kavacham222 6 місяців тому

    Thanks for the video. I have one doubt. Without helm how can we integrate Prometheus and grafana via azure pipelines.

  • @andherium
    @andherium Рік тому +1

    This was really helpful. Thanks

  • @asifadam93
    @asifadam93 6 місяців тому

    Excellent video, keep it up bro

  • @imyashkale
    @imyashkale 8 місяців тому

    Excellent Explanation ❤

  • @samys288
    @samys288 10 місяців тому

    Hello Sanjee, thank you for this video. I would like ask you two questions: 1. Which some CRDs are disable by default and its must be enable across values chart; all the prometheus version this is equal? and the second question; which is the difference between AlertManager and AlertManagerConfig?

    • @KodeKloud
      @KodeKloud  6 місяців тому

      You can check CRDs in values.yaml. As for AlertManager and AlertManagerConfig: AlertManager is a component of Prometheus responsible for handling alerts, including deduplication, grouping, and routing to receivers like email or Slack. On the other hand, AlertManagerConfig is a CRD in Kubernetes that provides a Kubernetes-native way to configure AlertManager, allowing you to specify alert routing, and receivers, and inhibit rules directly as Kubernetes resources.

  • @kuppusamyv8097
    @kuppusamyv8097 Рік тому +1

    Wonderful content.. thanks..

  • @dewgodswill3718
    @dewgodswill3718 Рік тому +1

    did you deploy the cluster before installing the helm chart?

    • @KodeKloud
      @KodeKloud  Рік тому

      Yes, you need to have a cluster k8s and then configure Kubectl client correctly with your cluster before installing the application with helm

  • @davidk3956
    @davidk3956 8 місяців тому

    Guys, where is a code for demo application?

  • @johnsadagate
    @johnsadagate Рік тому +1

    Awesome thank you very much.

  • @SayaniRoy-j6h
    @SayaniRoy-j6h Рік тому

    Could you please share the Nodejs application code that you have used for this video?

  • @jairunet
    @jairunet Рік тому +1

    Excellent demo, just curious, what theme are you using for your VScode? looks great and is friendly to code on. Keep up the amazing work!

    • @KodeKloud
      @KodeKloud  Рік тому +1

      Thank you for watching our videos, and making us a part of your growth. Your kind words, comments and support is what keeps us going every day! Hit the bell icon to never miss out on our content.

    • @sammygun84
      @sammygun84 Рік тому

      @@KodeKloud Hi if not secret what theme are you using for your VScode from this video?

    • @GlaajWasTaken
      @GlaajWasTaken Рік тому +2

      Dracula is the theme being used

    • @jairunet
      @jairunet Рік тому

      @@GlaajWasTaken thanks

    • @Ajju_vlogs_40
      @Ajju_vlogs_40 Рік тому

      @@KodeKloud i

  • @htooaungshine7718
    @htooaungshine7718 Рік тому +1

    Awesome !! a great demo

  • @dex11514
    @dex11514 Рік тому +1

    Nice video, thx for all but i'd like to know where did you do all these diagrams. Thx in advance! :D

    • @KodeKloud
      @KodeKloud  Рік тому

      Greetings! Thank you for your kind words. Spread the word by liking, sharing and subscribing to our channel! Cheers :).

  • @Ayushsharma-ro4dh
    @Ayushsharma-ro4dh 4 місяці тому

    I have configured the node but what i want is that instead of seeing ip in grafana dashboard i want hostname to be there for better understanding. Can anyone help me?

  • @samuelude6858
    @samuelude6858 Рік тому +1

    Just to clear some doubt, In production environment, is it not a good practice to have Prometheus instance both running on a separate server and in the k8s cluster should in case the cluster go down then you can have something to look out to know what really caused that?

    • @KodeKloud
      @KodeKloud  Рік тому +1

      Hey, it depends on the demand and resources. If you have multiple clusters of Kubernetes and you want centralized management, you should deploy Prometheus separately. On the opposite, you only have a cluster with 3 Nodes (1 Master, 2 Workers), you will want to deploy Prometheus inside the Kubernetes cluster.

    • @tejasmorbagalharish5961
      @tejasmorbagalharish5961 Рік тому

      @@KodeKloud I have multiple k8s clusters and management cluster to deploy applications like argocd. Is it recommended deploying a centralized Prometheus operator on the management cluster or in each of the cluster ? Any recommendation/ best practice to follow for this scenario ?

  • @akashhr7955
    @akashhr7955 9 місяців тому

    can you please share the repo of the application you deployed in the video

  • @madara_nation
    @madara_nation 8 місяців тому

    Do you have full manifest for web app?

  • @yukselbey913
    @yukselbey913 Рік тому

    Thanks for the tutoring. I was looking for Custom Notifications with Alert Manager’s Webhook Receiver in Kubernetes. I looked at your channel I couldn't find it. Have you created a tutorial about Custom Notifications with Alert Manager’s Webhook Receiver in Kubernetes? Thanks again.

    • @KodeKloud
      @KodeKloud  Рік тому

      Hello, we are glad you found our video helpful. We will definitely look into your suggestions. Do subscribe and stay tuned for updates on our channel. Cheers :)

    • @yukselbey913
      @yukselbey913 Рік тому

      Thanks looking forward to it@@KodeKloud

  • @dark4igi
    @dark4igi Рік тому +1

    how to define pvc for timescaledb for prometheus?

    • @KodeKloud
      @KodeKloud  Рік тому

      Hey, please refer to this link: github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack#persistent-volumes

  • @Mo-yc3ho
    @Mo-yc3ho Рік тому

    Hi, I was wondering if we can use custom endpoints as per our choice in our application because you only mentioned /swagger-stats/metrics as an endpoint and there is no code to for this setup. Please let me know how to expose endpoints in our deployment of customized applications.

    • @KodeKloud
      @KodeKloud  Рік тому

      Swagger-stats is a library and middleware for monitoring and collecting statistics from APIs built with the Swagger/OpenAPI specification. It provides detailed insights and metrics about API performance, usage patterns, errors, and more. Swagger-stats integrates with the Swagger specification and can be used with different frameworks and languages. So you only need to confgiure swagger-stats path. You can refer more to swaggerstats.io/

  • @thusharajayamanna9254
    @thusharajayamanna9254 Рік тому +1

    Dude, this is awesome, but break it apart into smaller sessions.

    • @KodeKloud
      @KodeKloud  Рік тому

      Thank you for watching our videos, and making us a part of your growth. Your kind words, comments and support is what keeps us going every day! Hit the bell icon to never miss out on our content.

  • @anmolhanchate8767
    @anmolhanchate8767 2 місяці тому

    sanjeev is the best..❤

  • @srida999
    @srida999 Рік тому +1

    AWESOME.. AWESOME

  • @manojdonkada
    @manojdonkada Рік тому

    really good demo , where can i get access to the slides that you used for this course thanks

    • @KodeKloud
      @KodeKloud  Рік тому +1

      Thanks for appreciating our work.
      Please accept our apologies for not being able to share the slides.

  • @felipeddds
    @felipeddds Рік тому +1

    Excellent

  • @akashhr305
    @akashhr305 9 місяців тому

    Can you pls share the source code link for the demo project you deployed

  • @dark4igi
    @dark4igi Рік тому +1

    how to add ingressRoute traefik-ingress?

    • @KodeKloud
      @KodeKloud  Рік тому

      You can configure the ingress here:
      Prometheus: github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml#L2535
      Grafana: github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml#L783
      AlertManager: github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml#L261

  • @pankajchaurasiya8481
    @pankajchaurasiya8481 Рік тому

    Will it also help to monitor the kubernetes cert expiration ?

    • @KodeKloud
      @KodeKloud  Рік тому

      Hey you can refer to this link: github.com/amimof/node-cert-exporter

  • @zuowang5185
    @zuowang5185 Місяць тому

    You made me respect Virginia Tech a bit more

  • @sagarhm2237
    @sagarhm2237 Рік тому

    @KodeKloud after adding the rule its not visble in the ui of prometheus

    • @KodeKloud
      @KodeKloud  Рік тому +1

      "If a rule you added to Prometheus is not visible in the UI:
      - Check rule syntax and configuration.
      - Trigger a Prometheus configuration reload.
      - Verify the rule file path in Prometheus config.
      - Refresh the Prometheus UI."

    • @sagarhm2237
      @sagarhm2237 Рік тому

      @@KodeKloud sir based wat histogram values are used

  • @twizzoe
    @twizzoe Рік тому

    Awesome

    • @KodeKloud
      @KodeKloud  Рік тому

      Thanks for watching our video. Cheers!

  • @samipkc179
    @samipkc179 Рік тому

    18:30

    • @KodeKloud
      @KodeKloud  Рік тому

      Thanks for watching our video. Cheers!