Day-13 - Static Pods on Kubernetes
Today I explored one of the most fascinating parts of Kubernetes
🧠Key takeaways:
1️⃣ Static Pods — critical control plane components like etcd, kube-apiserver, controller-manager, and scheduler run as static pods managed directly by kubelet, not the scheduler.
2️⃣ Manual Scheduling — you can manually assign a pod to a specific node using nodeName when the scheduler isn’t running.
3️⃣ Labels & Selectors — help organize and filter thousands of Kubernetes resources efficiently.
4️⃣ Annotations — store metadata for better debugging and version tracking.
These concepts form the backbone of Kubernetes control and orchestration — knowing how the scheduler schedules itself truly deepens your DevOps understanding!
Read-More: https://lnkd.in/d_6vbYFs
Comments
Post a Comment