Options
Four-fold auto-scaling on a contemporary deployment platform using docker containers
Publikationstyp
Conference Paper
Date Issued
2015
Sprache
English
First published in
Number in series
9435 LNCS
Start Page
316
End Page
323
Citation
International Conference on Service-Oriented Computing (ICSOC 2015)
Contribution to Conference
Publisher DOI
Scopus ID
With the advent of Docker, it becomes popular to bundle Web applications (apps) and their libraries into lightweight linux containers and offer them to a wide public by deploying them in the cloud. Compared to previous approaches, like deploying apps in cloud-provided virtual machines (VMs), the use of containers allows faster start-up and less overhead. However, having containers inside VMs makes the decision about elastic scaling more flexible but also more complex. In this contemporary approach to service provisioning, four dimensions of scaling have to be considered: VMs and containers can be adjusted horizontally (changes in the number of instances) and vertically (changes in the computational resources available to instances). In this paper, we address this four-fold auto-scaling by formulating the scaling decision as a multi objective optimization problem. We evaluate our approach with realistic apps, and show that using our approach we can reduce the average cost per request by about 20–28%.