Resource Quotaとは?
resource quotaは、要求されたCPUとメモリの合計や、作成されるpodやserviceの数など、リソースの総使用量に対するnamespace単位の制限です。control planeは、namespaceをquotaを超えさせるリクエストを拒否します。これはマルチテナントのclusterで公平に共有するための主要なツールです。
なぜ重要か
quotaは、暴走したCIのnamespaceがcluster全体を消費して他のチームを枯渇させるのを防ぎます。workloadにrequestの宣言を強制し、それが結果としてschedulingを改善します。
関連ガイド
What Is a Limit Range?A limit range sets default, minimum, and maximum resource values for pods and containers in a namespace, cons…
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 Network Segmentation?Network segmentation divides a network into isolated zones with controlled traffic between them, limiting how…