Eviction Thresholdとは?
eviction thresholdは、利用可能なメモリ、ディスク、inodeといったnodeのリソースに設定された限界で、それを下回るとnodeのエージェントが回復のためにpodのevictを始めます。soft thresholdは猶予期間を許し、hard thresholdは即座に動作します。podはQoS classとpriorityによって選ばれます。
なぜ重要か
thresholdは、node自体がリソースを完全に使い果たしてクラッシュするのを防ぎます。これを調整することは、より早く穏やかなevictionと、nodeのハードな障害のリスクとを天秤にかけることになります。
関連ガイド
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 a QoS Class?A QoS class categorizes a pod as guaranteed, burstable, or best-effort based on its resource requests and lim…
What Is Pod Priority?Pod priority is a numeric value attached to a pod that tells the scheduler how important it is, influencing s…