If cluster having 30 nodes and out of which 26 nodes running Prometheus as a pod will it consider as daemonset or not Please help me to clarify this question Thanks
Yes, if you're running it as a Daemonset. Please note that, we can give nodeSelector to Daemonset to run the pods only one selected nodes. It's not mandatory that a daemonset pod should run on every node of the cluster. I hope I answered your question
In the context of Kubernetes, port forwarding refers to a feature that allows you to access services running inside Kubernetes clusters from your local machine or another network location. It provides a convenient way to establish a connection to a specific pod or service without exposing it to the public internet. Container Port means, on which port your service is running inside container. Local Port means, on which port you want to access the K8s service from your local.
Brother last one of month back I can following ur kubernets videos .... and Good Explaintion Brother ... I am Real Happy ...Tq 🙏🙏
Thank you so much. Please subscribe and share with your friends and colleagues🙏
Thank you so much Pavan that was crisp and to the point. Learnt extra commands like port-exporter and cascade. Thank you again!
Thank you Avant. Please subscribe and share with your friends and colleagues
@@PavanElthepu done and shared in our WhatsApp group
Thank you so much Avant
Thank you Pavan, It was to the point and I understood this concept
Thank you Neha. Please subscribe and share with your friends and colleagues
With all perfection 🎉🎉
Thank you Naresh. May be that is the reason, why I take time to upload new videos😊
Thanks for wonderful explanation please explain even helm charts and terraform
Releasing first video on HELM in 10 days. Stay Tuned
Thank you Pavan!!
Please make a video on loadbalancer service type, how to install aws load balancer controller on kubeadm setup
Sure Amit. Noted!
Thanks for the content.
Have you uploaded prometheus and grafana video?
Uploaded Prometheus. Grafana is in progress!
hey pawan you doing great job, please make video on Kubernetes networking and helm chart
Sure Ravi. Please subscribe and share with your friends and colleagues
Sure Pawan🤗
if u Don't mind can u explain about monitroring
Sure
If cluster having 30 nodes and out of which 26 nodes running Prometheus as a pod will it consider as daemonset or not
Please help me to clarify this question
Thanks
Yes, if you're running it as a Daemonset. Please note that, we can give nodeSelector to Daemonset to run the pods only one selected nodes. It's not mandatory that a daemonset pod should run on every node of the cluster. I hope I answered your question
what is port forwarding ? Could you please explain
LocalhostPort: ContainerPort ? 9000:9000 means
In the context of Kubernetes, port forwarding refers to a feature that allows you to access services running inside Kubernetes clusters from your local machine or another network location. It provides a convenient way to establish a connection to a specific pod or service without exposing it to the public internet.
Container Port means, on which port your service is running inside container.
Local Port means, on which port you want to access the K8s service from your local.
@@PavanElthepu I dont see metric data loading on browser..what can be the issue?
What’s the url you’re trying to access? And what do you see?
sir can we say kubelet also a daemonset, as its also meant to be present in every node
No Rohan. Kubelet is not a daemonset although it is commonly deployed on nodes as a daemon.