You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/cluster-capacity.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ It estimates a number of instances of a given pod that are still schedulable in
10
10
Possible applications:
11
11
12
12
* Detection of remaining schedulable resources per namespace or cluster
13
-
* Load balacing of pods among federated clusters (e.g. federated cluster can have a lot of overall free resource for 40 pods but only 20 pods can be scheduled)
13
+
* Load balancing of pods among federated clusters (e.g. federated cluster can have a lot of overall free resource for 40 pods but only 20 pods can be scheduled)
14
14
* Monitoring of consumption of remaining schedulable resources
15
15
16
16
# Framework
17
17
18
18
The goal is to provide a framework that estimates a number of instances of a specified pod that would be scheduled in a cluster.
19
-
The framework consists of a scheduler (created by the scheduler factory), loobpack REST client that intercepts requests
19
+
The framework consists of a scheduler (created by the scheduler factory), loopback REST client that intercepts requests
20
20
and local caches over which the estimation operates.
21
21
Before each estimation is run, the framework captures the current state of the cluster.
22
22
Once captured, the framework translates each REST request into corresponding local cache operation.
0 commit comments