Google 容器集群中 Pods 的优先级

Priorities of Pods in Google Container Cluster

是否可以根据他们的优先级安排即将到来的 Pods/Containers? (如果 container1 是关键的并且需要资源,google orchestrator 可以杀死其他低优先级的容器) 如果是,是否有一些特定的优先级标签(如:关键、监控、生产……)?

此用例在 Borg paper and the Omega paper 中都有描述。但是,它目前并未在 Kubernetes 中实现。以下是正在进行的提案的一些相关链接: