How to Schedule Pods on Nodes in Kubernetes
Reading Time: 5 minutes Kubernetes is an orchestrator. Its task is to manage the containerized workload running over its managed environment. Since its an orchestrator, its primary tasks also include scheduling of the pods over the best possible available node that is taken care of by one of the Control Plane’s components – Scheduler. But what if we want to customize the scheduling of pods in our own defined Continue Reading