条件による Taint とは?
条件ベースの taint は、not-ready、unreachable、リソース圧迫などの条件が発生したときにシステムが node へ自動的に適用するマーカーです。これらの taint は対応する toleration を持たない pod を排除するため、新しい作業は問題のある node を避け、既存の一部の pod は退避されます。これにより node の健全性が scheduling の挙動へと変換されます。
なぜ重要か
自動的な taint は手動介入なしで workload を不健全な node から遠ざけます。これを理解することで、存在しているように見えるが劣化した node に pod が到達しなくなる理由がわかります。
関連ガイド
What Is Node Pressure?Node pressure is a condition signaling that a node is low on a resource such as memory, disk, or process IDs,…
What Is Anti-Affinity?Anti-affinity tells the scheduler to keep matching pods apart, for example spreading replicas onto different…
What Is Pod Topology Spread?Pod topology spread constraints tell the scheduler to distribute matching pods evenly across domains like zon…