Static Pods, Manual Scheduling, Labels and Selectors in Kubernetes
static pods
Static pods are pods that are deployed in the control-plane node. They do not require the scheduler to manage them. That is to say they can spin up without the sheduler component. Perhaps the confusion comes from the fact the the schedule...
nyagarabraham.hashnode.dev2 min read