Prometheus Installation

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии • 16

  • @Andies450
    @Andies450 7 месяцев назад +2

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

  • @nitishshishupal8184
    @nitishshishupal8184 6 месяцев назад +1

    Loved your teaching..keep it up

  • @GN-fv5ek
    @GN-fv5ek 10 месяцев назад +1

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

    • @PavanElthepu
      @PavanElthepu  10 месяцев назад

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

  • @kuldipgund2920
    @kuldipgund2920 10 месяцев назад +1

    Thanks Pavan

  • @masthanvali3590
    @masthanvali3590 10 месяцев назад +1

    Thank you

  • @bhargavvegesna6178
    @bhargavvegesna6178 10 месяцев назад +1

    Hi pavan please provide more content on monitoring in k8

    • @PavanElthepu
      @PavanElthepu  10 месяцев назад

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

  • @iSalmaniac_
    @iSalmaniac_ 10 месяцев назад +1

    please complete playlist asap.

  • @chnagen
    @chnagen 3 месяца назад +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 3 месяца назад

      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 ..

    • @mmm22chess
      @mmm22chess 25 дней назад

      Hi! I have exactly the same problem! Can you share how did you solve it?

    • @ValidUserName-fl3uh
      @ValidUserName-fl3uh 24 дня назад

      @@mmm22chess If you are installing through helm change the values , there should option to switch to local storage instead of PV

  • @mhammadsaani
    @mhammadsaani Месяц назад

    Getting the following error
    "for 300s
    Events:
    Type Reason Age From Message
    ---- ------ ---- ---- -------
    Warning FailedScheduling 4m33s default-scheduler 0/2 nodes are available: pod has unbound immediate PersistentVolumeClaims. preemption: 0/2 nodes are available: 2 Preemption is not helpful for scheduling."

  • @9283199882
    @9283199882 2 месяца назад

    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