Skip to content

Commit d5f56ec

Browse files
authored
Merge pull request kubernetes#2682 from wojtek-t/pf_goals
State P&F goals explicitly
2 parents 8167f6d + 00c6e96 commit d5f56ec

File tree

1 file changed

+11
-0
lines changed
  • keps/sig-api-machinery/1040-priority-and-fairness

1 file changed

+11
-0
lines changed

keps/sig-api-machinery/1040-priority-and-fairness/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,17 @@ should be preventable when this KEP is in place.
188188
tenants. Each user belongs to exactly one of the
189189
tenant-identifying groups.
190190

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+
191202
This KEP introduces new functionality in apiservers, and it should be
192203
possible to monitor this functionality through Prometheus metrics
193204
available from the apiservers.

0 commit comments

Comments
 (0)