File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
keps/sig-api-machinery/1040-priority-and-fairness Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,17 @@ should be preventable when this KEP is in place.
174
174
tenants. Each user belongs to exactly one of the
175
175
tenant-identifying groups.
176
176
177
+ This KEP introduces a new functionality that is supposed to address the
178
+ problems above. The goals/requirements for the solution (in the priority
179
+ order) are the following:
180
+ 1 . overload protection
181
+ 1 . fairness
182
+ 1 . throughput
183
+
184
+ So in other words, first of all we want to protect Kubernetes from overload,
185
+ within these boundaries make it fair across tenants and only with those
186
+ constraints optimize throughput.
187
+
177
188
This KEP introduces new functionality in apiservers, and it should be
178
189
possible to monitor this functionality through Prometheus metrics
179
190
available from the apiservers.
You can’t perform that action at this time.
0 commit comments