vix.ing · top · new · best · stats

SPARK: Secure Predictive Autoscaling for Robust Kubernetes

2026/03/27 by Zhijun Jiang, Amin Milani Fard · 1 voice · 1 citation
Computer Science · #cs.CR

paper · pdf · doi:10.1145/3803437.3807391

Abstract

Achieving high availability and robust security in Kubernetes requires more than reactive scaling and standard perimeter firewalls. Traditional autoscalers, such as HPA, often fail to react quickly to traffic spikes and cannot distinguish between legitimate flash crowds and DDoS attacks. We present an open-source toolchain to provide a traffic-aware autoscaling approach that utilizes an eBPF-based networking layer to enforce security policies at the kernel level while orchestrating scaling decisions based on predictive models. Our results demonstrate that the predictive approach reduces timeout errors by 32% during sudden traffic surges compared to standard reactive scaling, while ensuring immediate network convergence and layer 7 security isolation for newly scaled pods.

Citations

Discussions

Related