How to Create and Manage Static Pods on Node in Kubernets
A Static Pod is a pod that is directly managed by the kubelet (node agent) instead of the Kubernetes API server. It is managed locally by kubelet by creating YAML file directly on the Node by connecting node and create static pod with yaml file directly by using Kubectl apply command. 👉 Normal pods: Created using kubectl apply Managed by API server, scheduler, etc. 👉 Static pods: Created by…











