Research

Malware Detection

PreVA: Predictive Vertical Autoscaler using Multi Bi-GRU for Sustainable Cloud-Native Computing

Apr. 2023. By Young-Sik Jeong

Keyword: Cloud computing, Resource management, Container resource autoscaling, Time-series forecasting


Fig. 1. Scheme of Predictive Vertical Autoscaler(PreVA).

Container resource autoscaling techniques efficiently manage container resources configured in a cloud-native computing environment. Vertical autoscaling (VA) technique provides resource elasticity by resizing a container resource in response to a generated load. However, VA techniques perform inefficient scaling for workloads with patterns that differ from past ones because they only consider patterns of past resource usage and operate based on reactive mechanisms. Additionally, the service is temporarily disrupted by deleting and recreating containers when resources are resized. Therefore, this study proposes a predictive vertical autoscaler (PreVA) that efficiently utilizes resources and ensures service sustainability under various workload patterns. PreVA extracts temporal features from collected CPU and memory usage metrics and then trains a multi bidirectional gated recurrent unit (Bi-GRU) model to forecast future resource usage with high accuracy. PreVA also utilizes forecasted resource usage to calculate optimal resource sizes for future workloads. Finally, PreVA performs rolling updates to resize resources and ensure service sustainability. PreVA is validated by performing offline simulations in a cloud-native computing environment, which provides approximately 90% of the resource utilization for various workloads. Additionally, PreVA reduces the number of resource overloads and service disruptions by up to 40 and 409, respectively, compared with existing VA techniques.