SAGE -- A Tool for Optimal Deployments in Kubernetes Clusters

July 12, 2023 ยท Entered Twilight ยท ๐Ÿ› 2023 IEEE International Conference on Cloud Computing Technology and Science (CloudCom)

๐Ÿ’ค TWILIGHT: Eternal Rest
Repo abandoned since publication

Repo contents: .gitignore, LICENSE, README.md, input, main.py, output, poetry.lock, pyproject.toml, run.sh, src, templates

Authors Vlad-Ioan Luca, Madalina Erascu arXiv ID 2307.06318 Category cs.DC: Distributed Computing Citations 1 Venue 2023 IEEE International Conference on Cloud Computing Technology and Science (CloudCom) Repository https://github.com/SAGE-Project/SAGE-Predeployer โญ 3 Last Checked 3 months ago
Abstract
Cloud computing has brought a fundamental transformation in how organizations operate their applications, enabling them to achieve affordable high availability of services. Kubernetes has emerged as the preferred choice for container orchestration and service management across many Cloud computing platforms. The scheduler in Kubernetes plays a crucial role in determining the placement of newly deployed service containers. However, the default scheduler, while fast, often lacks optimization, leading to inefficient service placement or even deployment failures. This paper introduces SAGE, a tool for optimal solutions in Kubernetes clusters that can also assist the Kubernetes default scheduler and any other custom scheduler in application deployment. SAGE computes an optimal deployment plan based on the constraints of the application to be deployed and the available Cloud resources. We show the potential benefits of using SAGE by considering test cases with various characteristics. It turns out that SAGE surpasses other schedulers by comprehensively analyzing the application demand and cluster image. This ability allows it to better understand the needs of the pods, resulting in consistently optimal solutions across all scenarios. The accompanying material of this paper is publicly available at https://github.com/SAGE-Project/SAGE-Predeployer.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Distributed Computing