Limit Rangeとは?
limit rangeは、単一のpodまたはcontainerが要求または使用できるリソースを制限するnamespaceのポリシーで、何も設定されていない場合にはデフォルトを供給できます。namespaceの合計に上限を設けるresource quotaとは異なり、オブジェクトごとの最小と最大を強制します。rangeに違反するpodはadmissionで拒否されます。
なぜ重要か
limit rangeは、単一の過大または無制限なcontainerがnode全体を掴むのを防ぎます。注入するデフォルト値により、podがschedule可能でquotaに計上されることも保証されます。
関連ガイド
What Is a Resource Quota?A resource quota caps the total compute, memory, and object counts a namespace may consume, preventing one te…
What Are Requests and Limits?Requests and limits are the two values that declare how much CPU and memory a container is guaranteed and how…
What Is a QoS Class?A QoS class categorizes a pod as guaranteed, burstable, or best-effort based on its resource requests and lim…