Author: Wei Huang (Apple), Abdullah Gharaibeh
(Google) Kubernetes 1.26 introduced a new Pod
feature:scheduling gates.In Kubernetes, scheduling gates
are keys that tell the scheduler when a Pod is ready to be
considered for scheduling.
What problem does it solve?
When a Pod is created, the scheduler will continuously attempt to
find a node that fits it.This infinite loop continues until the
scheduler either finds a node for the Pod, or the Pod gets deleted.
Pods that remain unschedulable for long periods of