paper-with-me

홈 › Papers

Reinforcement Learning-based Application Autoscaling in the Cloud: A Survey

2020-01-27 · Yisel Garí, David A. Monge, Elina Pacini, Cristian Mateos, Carlos García Garino

Reinforcement Learning (RL) has demonstrated a great potential for automatically solving decision-making problems in complex uncertain environments. RL proposes a computational approach that allows learning through interaction in an environment with stochastic behavior, where agents take actions to maximize some cumulative short-term and long-term rewards. Some of the most impressive results have been shown in Game Theory where agents exhibited superhuman performance in games like Go or Starcraft 2, which led to its gradual adoption in many other domains, including Cloud Computing. Therefore, RL appears as a promising approach for Autoscaling in Cloud since it is possible to learn transparent (with no human intervention), dynamic (no static plans), and adaptable (constantly updated) resource management policies to execute applications. These are three important distinctive aspects to consider in comparison with other widely used autoscaling policies that are defined in an ad-hoc way or statically computed as in solutions based on meta-heuristics. Autoscaling exploits the Cloud elasticity to optimize the execution of applications according to given optimization criteria, which demands to decide when and how to scale-up/down computational resources, and how to assign them to the upcoming processing workload. Such actions have to be taken considering that the Cloud is a dynamic and uncertain environment. Motivated by this, many works apply RL to the autoscaling problem in the Cloud. In this work, we survey exhaustively those proposals from major venues, and uniformly compare them based on a set of proposed taxonomies. We also discuss open problems and prospective research in the area.

📄 PDF Abstract BibTeX arXiv:2001.09957

Code (0)

등록된 구현이 없습니다.

Tasks

Cloud ComputingDecision MakingManagementreinforcement-learningReinforcement LearningReinforcement Learning (RL)StarcraftSurvey

Similar Papers 제목 키워드 기반

A Meta Reinforcement Learning Approach for Predictive Autoscaling in the Cloud

2022-05-31 · Siqiao Xue, Chao Qu, Xiaoming Shi, Cong Liao 외

Predictive autoscaling (autoscaling with workload forecasting) is an important mechanism that supports autonomous adjustment of computing resources in accordance with fluctuating workload demands in the Cloud. In recent …

CPUDecision MakingManagementMeta Reinforcement Learning+2

A Deep Recurrent-Reinforcement Learning Method for Intelligent AutoScaling of Serverless Functions

2023-08-11 · Siddharth Agarwal, Maria A. Rodriguez, Rajkumar Buyya

FaaS introduces a lightweight, function-based cloud execution model that finds its relevance in a range of applications like IoT-edge data processing and anomaly detection. While cloud service providers offer a near-infi…

Anomaly DetectionCPUreinforcement-learning

NimbusGuard: A Novel Framework for Proactive Kubernetes Autoscaling Using Deep Q-Networks

2026-04-13 · Chamath Wanigasooriya, Indrajith Ekanayake arxiv

Cloud native architecture is about building and running scalable microservice applications to take full advantage of the cloud environments. Managed Kubernetes is the powerhouse orchestrating cloud native applications wi…

Reinforcement Learning

OptScaler: A Collaborative Framework for Robust Autoscaling in the Cloud

2023-10-26 · Ding Zou, Wei Lu, Zhibo Zhu, Xingyu Lu 외

Autoscaling is a critical mechanism in cloud computing, enabling the autonomous adjustment of computing resources in response to dynamic workloads. This is particularly valuable for co-located, long-running applications …

Cloud ComputingModel Predictive Control

Graph-PHPA: Graph-based Proactive Horizontal Pod Autoscaling for Microservices using LSTM-GNN

2022-09-06 · Hoa X. Nguyen, Shaoshu Zhu, Mingming Liu

Microservice-based architecture has become prevalent for cloud-native applications. With an increasing number of applications being deployed on cloud platforms every day leveraging this architecture, more research effort…

Graph Neural Network