Robin的主页

Scheduling

Kubernetes Scheduler

from Kubernetes Scheduler

In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes so that Kubelet can run them.

A scheduler watches for newly created Pods that have no Node assigned. For every Pod that the scheduler discovers, the scheduler becomes responsible for finding the best Node for that Pod to run on.


Scheduler Performance Tuning

from Scheduler Performance Tuning

自己看。

- - - - - -
written by 陈烨彬 Robin Chen , and published under (CC) BY-NC-SA.