Search papers, labs, and topics across Lattice.
This paper introduces NL-CPS, a reinforcement learning framework using neural contextual bandits, to optimize Kubernetes control plane node placement in multi-region clusters. The framework observes operational performance and learns optimal placement policies based on infrastructure characteristics, addressing the limitations of arbitrary initial placement procedures. Experiments across geographically distributed regions and cluster configurations demonstrate significant performance improvements compared to baseline approaches.
Stop letting Kubernetes control plane placement be an afterthought: RL can intelligently optimize it for substantial performance gains in multi-region deployments.
The placement of Kubernetes control-plane nodes is critical to ensuring cluster reliability, scalability, and performance, and therefore represents a significant deployment challenge in heterogeneous, multi-region environments. Existing initialisation procedures typically select control-plane hosts arbitrarily, without considering node resource capacity or network topology, often leading to suboptimal cluster performance and reduced resilience. Given Kubernetes's status as the de facto standard for container orchestration, there is a need to rigorously evaluate how control-plane node placement influences the overall performance of the cluster operating across multiple regions. This paper advances this goal by introducing an intelligent methodology for selecting control-plane node placement across dynamically selected Cloud-Edge resources spanning multiple regions, as part of an automated orchestration system. More specifically, we propose a reinforcement learning framework based on neural contextual bandits that observes operational performance and learns optimal control-plane placement policies from infrastructure characteristics. Experimental evaluation across several geographically distributed regions and multiple cluster configurations demonstrates substantial performance improvements over several baseline approaches.