What are the Static Pods on Kubernetes?
Let's dive into understanding static pods. To begin, let's explore how pods are scheduled on a node.
Pod scheduling involves three main components: Kube-apiserver, kube-scheduler, and kubelet. The kube-scheduler executes functions on the node to iden...
bhargavparmar.hashnode.dev2 min read