Skip to content

Commit

Permalink
Some more changes added.
Browse files Browse the repository at this point in the history
  • Loading branch information
anvithks committed Jan 11, 2019
1 parent e1215e7 commit 61c2f1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ For developers please refer [here](https://github.com/kubernetes-sigs/poseidon/b

## Latest Throughput Performance Testing Results

As mentioned earlier, workloads (pods) are bulk scheduled for enabling scheduling decisions at massive scale. Based on the extensive performance test results, Poseidon-Firmament scales much better than Kubernetes default scheduler as the number of nodes increase in a cluster. Pod-by-pod schedulers (e.g., Kubernetes scheduler) typically process one pod at a time. These schedulers have the following crucial drawbacks:
Pod-by-pod schedulers (e.g., Kubernetes scheduler) typically process one pod at a time. These schedulers have the following crucial drawbacks:

1. The scheduler commits to a pod placement early and restricts the choices for other pods that wait to be placed.
2. There is limited opportunities for amortizing work across pods because they are considered for placement individually.
Expand Down

0 comments on commit 61c2f1d

Please sign in to comment.