pith. sign in

arxiv: 2507.07932 · v1 · pith:MAMAD3IRnew · submitted 2025-07-10 · 💻 cs.DC

KIS-S: A GPU-Aware Kubernetes Inference Simulator with RL-Based Auto-Scaling

classification 💻 cs.DC
keywords inferencekiscalerkubernetesautoscalerautoscalinggpu-awarekis-spatterns
0
0 comments X
read the original abstract

Autoscaling GPU inference workloads in Kubernetes remains challenging due to the reactive and threshold-based nature of default mechanisms such as the Horizontal Pod Autoscaler (HPA), which struggle under dynamic and bursty traffic patterns and lack integration with GPU-level metrics. We present KIS-S, a unified framework that combines KISim, a GPU-aware Kubernetes Inference Simulator, with KIScaler, a Proximal Policy Optimization (PPO)-based autoscaler. KIScaler learns latency-aware and resource-efficient scaling policies entirely in simulation, and is directly deployed without retraining. Experiments across four traffic patterns show that KIScaler improves average reward by 75.2%, reduces P95 latency up to 6.7x over CPU baselines, and generalizes without retraining. Our work bridges the gap between reactive autoscaling and intelligent orchestration for scalable GPU-accelerated environments.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

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

    cs.DC 2026-04 unverdicted novelty 3.0

    NimbusGuard applies deep reinforcement learning with LSTM forecasting to deliver proactive Kubernetes autoscaling that outperforms reactive controllers like HPA and KEDA on performance and cost.