Skip to content

Commit 00c6e96

Browse files
committed
State P&F goals explicitly
1 parent 37ca567 commit 00c6e96

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
@@ -174,6 +174,17 @@ should be preventable when this KEP is in place.
174174
tenants. Each user belongs to exactly one of the
175175
tenant-identifying groups.
176176

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

0 commit comments

Comments
 (0)