website/content/zh/docs/concepts/scheduling-eviction/_index.md

2.3 KiB
Raw Blame History

title weight content_type description
调度,抢占和驱逐 90 concept 在Kubernetes中调度 (scheduling) 指的是确保 Pods 匹配到合适的节点, 以便 kubelet 能够运行它们。抢占 (Preemption) 指的是终止低优先级的 Pods 以便高优先级的 Pods 可以 调度运行的过程。驱逐 (Eviction) 是在资源匮乏的节点上,主动让一个或多个 Pods 失效的过程。

调度

Pod 干扰