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...
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 ..
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."
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
This is an awesome series. It deserves waay more views than what it has! Keep up the good work! 😀
Loved your teaching..keep it up
Seen you after a long gap.
I was waiting for this series next video
I will try to post every week from now onwards. Please share with your friends and colleagues
Thanks Pavan
Thank you
Hi pavan please provide more content on monitoring in k8
Of course Bhargav. Stay tuned! Every week, I will be releasing one video
please complete playlist asap.
Sure 👍
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...
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 ..
Hi! I have exactly the same problem! Can you share how did you solve it?
@@mmm22chess If you are installing through helm change the values , there should option to switch to local storage instead of PV
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."
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