Prometheus Installation

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • 🚀 Prometheus Installation on Minikube!
    #Prometheus #Monitoring #DevOps #Minikube
    🤓 Ready to get your hands dirty with Prometheus? In this tutorial, let's go through the installation process on the Minikube cluster using Helm.
    🚀 Ready to Explore Metrics:
    Excited to start scraping metrics? Stay tuned for the next chapter where we'll do just that!
    👍 Like, Share, Subscribe:
    If you found this installation guide helpful, share it with your friends, and don't forget to subscribe to stay updated on the latest tech tutorials.
    📹 Watch the Minikube Setup Tutorial: Minikube Tutorial
    🌟 Stay tuned for more hands-on Prometheus tutorials! Happy monitoring!
    #PrometheusInstallation #Minikube #DevOpsJourney #TechTutorial #PavanElthepu #SubscribeNow

КОМЕНТАРІ • 13

  • @Andies450
    @Andies450 5 місяців тому +2

    This is an awesome series. It deserves waay more views than what it has! Keep up the good work! 😀

  • @nitishshishupal8184
    @nitishshishupal8184 4 місяці тому +1

    Loved your teaching..keep it up

  • @GN-fv5ek
    @GN-fv5ek 8 місяців тому +1

    Seen you after a long gap.
    I was waiting for this series next video

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

      I will try to post every week from now onwards. Please share with your friends and colleagues

  • @kuldipgund2920
    @kuldipgund2920 8 місяців тому +1

    Thanks Pavan

  • @masthanvali3590
    @masthanvali3590 8 місяців тому +1

    Thank you

  • @chnagen
    @chnagen Місяць тому +1

    Hi Pavan, I tried to install prometheus, but two pods (prometheus-server-66847c4566-754nv and prometheus-alertmanager-0)were stuck in pending state, and observed PV was not created, but in the video, all pos are running. did you add PV externally? Please let me know...

    • @ValidUserName-fl3uh
      @ValidUserName-fl3uh Місяць тому

      You need to create the pv and create a claim properly matching,and then recreate the pods , use efs rather than a ebs so it's not limited to the nodes you create ..

  • @bhargavvegesna6178
    @bhargavvegesna6178 8 місяців тому +1

    Hi pavan please provide more content on monitoring in k8

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

      Of course Bhargav. Stay tuned! Every week, I will be releasing one video

  • @iSalmaniac_
    @iSalmaniac_ 8 місяців тому +1

    please complete playlist asap.

  • @9283199882
    @9283199882 26 днів тому

    Hi @Pavan, Thanks for sharing your knowledge. Trying to setup prometheus as per the video content however port forwarding is not working out and cant see the prometheus page. I have installed minikube in a RHEL VM, running in virtual box. Looks like the port forwarding is defined to forward server service running in 80 to 8080 however port 9090 is showing up. any advice please.
    kubectl port-forward svc/prometheus-server 8080:80 -n monitoring
    Forwarding from 127.0.0.1:8080 -> 9090
    Forwarding from [::1]:8080 -> 9090