Pod Priority

Pod Priority is a mechanism in Kubernetes which can make certain pods more important than others. Therefore, they are favoured when making scheduling decisions. For example, lower priority pods can be evicted from node to make room for higher priority pods.

This can be useful for cluster add-ons like ingress controllers, log shippers, etc.

References

Last updated