Descheduler on AWS EKS and Azure Kubernetes Services.

Scheduling in Kubernetes is the process of binding pending pods to nodes, and is performed by a component of Kubernetes called kube-scheduler. The scheduler’s decisions, whether or where a pod can or can not be scheduled, are guided by its configurable policy. As Kubernetes clusters are very dynamic and their state changes over time, there … Read more