kubernetes-retired / poseidon

[EOL] A Firmament-based Kubernetes scheduler
http://www.firmament.io
Apache License 2.0
410 stars 79 forks source link

Benchmark was done using which flow cost model? #184

Closed chauncey-77 closed 4 years ago

chauncey-77 commented 4 years ago

Hi, I want to know which firmament cost model you chose to do the benchmarking. Please tell me, thanks. Cost models can be found here cost models.

deepak-vij commented 4 years ago

In order to do apple versus apple comparisons with Kubernetes, all of our Poseidon/Firmament work was using our brand new multi-dimensional CPU-Memory cost model. All other original Firmament cost models are all single dimensional. Doing multi-dimensional graph programming has some challenges and complexities to deal with, we had to find ways around it in few instances.

chauncey-77 commented 4 years ago

thanks for your reply. thank you.