Node Pressureとは?
node pressureは、nodeがリソース不足になっていることを示す、そのnodeで報告される状態で、memory pressure、disk pressure、PID pressureといったフラグとして表されます。pressureの状態が立つと、nodeはpodをevictすることがあり、schedulerは新しいものをそこに配置するのを避けます。これはclusterがストレス下のnodeを認識する仕組みです。
なぜ重要か
pressureの状態は、nodeがオーバーコミットされ、workloadをevictしようとしている早期のシグナルです。これを監視することは、なぜCIのpodが再scheduleされたりpendingで止まったりするかの診断に役立ちます。
関連ガイド
What Is an Eviction Threshold?An eviction threshold is the resource level, such as remaining memory or disk, at which a node starts reclaim…
What Are Taints by Condition?Taints by condition are taints the control plane automatically adds to a node when it enters a bad state, rep…
What Is a Descheduler?A descheduler periodically evicts pods that are now sub-optimally placed so the scheduler can reposition them…