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 @@ -188,6 +188,17 @@ should be preventable when this KEP is in place.
188
188
tenants. Each user belongs to exactly one of the
189
189
tenant-identifying groups.
190
190
191
+ This KEP introduces a new functionality that is supposed to address the
192
+ problems above. The goals/requirements for the solution (in the priority
193
+ order) are the following:
194
+ 1 . overload protection
195
+ 1 . fairness
196
+ 1 . throughput
197
+
198
+ So in other words, first of all we want to protect Kubernetes from overload,
199
+ within these boundaries make it fair across tenants and only with those
200
+ constraints optimize throughput.
201
+
191
202
This KEP introduces new functionality in apiservers, and it should be
192
203
possible to monitor this functionality through Prometheus metrics
193
204
available from the apiservers.
You can’t perform that action at this time.
0 commit comments