ECSched: Efficient Container Scheduling on Heterogeneous Clusters.

Yang Hu,Huan Zhou,Cees de Laat,Zhiming Zhao
DOI: https://doi.org/10.1007/978-3-319-96983-1_26
2018-01-01
Abstract:Operating system (OS) containers are becoming increasingly popular in cloud computing for improving productivity and code portability. However, container scheduling on large heterogeneous cluster is quite challenging. Recent research on cluster scheduling focuses either on scheduling speed to quickly assign resources, or on scheduling quality to improve application performance and cluster utilization. In this paper, we propose ECSched, an efficient container scheduler that can make high-quality and fast placement decisions for concurrent deployment requests on heterogeneous clusters. We map the scheduling problem to a graphic data structure and model it as minimum cost flow problem (MCFP). We implement ECSched based on our cost model, which encodes the deployment requirements of requested containers. In the evaluation, we show that ECSched exceeds the placement quality of existing container schedulers with relatively small overheads, while providing (1.1{times }) better resource efficiency and (1.3{times }) lower average container completion time.
What problem does this paper attempt to address?