Skip to content

Commit 61c2f1d

Browse files
committed
Some more changes added.
1 parent e1215e7 commit 61c2f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/extend-kubernetes/poseidon-firmament-alternate-scheduler.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For developers please refer [here](https://github.com/kubernetes-sigs/poseidon/b
102102

103103
## Latest Throughput Performance Testing Results
104104

105-
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:
105+
Pod-by-pod schedulers (e.g., Kubernetes scheduler) typically process one pod at a time. These schedulers have the following crucial drawbacks:
106106

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

0 commit comments

Comments
 (0)