mental2008 / awesome-papers

Here are my personal paper reading notes (including cloud computing, resource management, systems, machine learning, deep learning, and other interesting stuffs).
https://paper.lingyunyang.com/
MIT License
45 stars 3 forks source link

EuroMLSys '21 | Predicting CPU usage for proactive autoscaling #43

Closed mental2008 closed 3 years ago

mental2008 commented 3 years ago

Presented in EuroMLSys '21. The 1st Workshop on Machine Learning and Systems (EuroMLSys), co-located with EuroSys '21.

Authors: Thomas Wang, Simone Ferlin, Marco Chiesa Ericsson AB, KTH Royal Institute of Technology

mental2008 commented 3 years ago

A workshop paper.

Key Observation

Existing Kubernetes Vertical Pod Autoscaler (VPA) performs poorly on workloads that periodically change.

Solution

Propose a predictive method based on Long Short-Term Memory (LSTM).

Some Details