vix.ing · top · new · best · stats · spec

Dynamically meeting performance objectives for multiple services on a service mesh

2022/10/08 by Forough Shahab Samani, Samani, Forough Shahab, Rolf Stadler +1
Computer Science · #FOS: Computer and information sciences #Machine Learning (cs.LG) #Network Traffic and Congestion Control #Peer-to-Peer Network Technologies

paper · pdf · doi:10.48550/arxiv.2210.04002

openalex publication_date 2022/10/08 · openalex created_date 2022/10/12 · openalex updated_date 2026/07/28

Abstract

We present a framework that lets a service provider achieve end-to-end management objectives under varying load. Dynamic control actions are performed by a reinforcement learning (RL) agent. Our work includes experimentation and evaluation on a laboratory testbed where we have implemented basic information services on a service mesh supported by the Istio and Kubernetes platforms. We investigate different management objectives that include end-to-end delay bounds on service requests, throughput objectives, and service differentiation. These objectives are mapped onto reward functions that an RL agent learns to optimize, by executing control actions, namely, request routing and request blocking. We compute the control policies not on the testbed, but in a simulator, which speeds up the learning process by orders of magnitude. In our approach, the system model is learned on the testbed; it is then used to instantiate the simulator, which produces near-optimal control policies for various management objectives. The learned policies are then evaluated on the testbed using unseen load patterns.

Related