DCJun 29

Spandana: Reconciling Strict SLOs with Low Cost under Fine-Grained Load Fluctuations

arXiv:2606.305336.4
Predicted impact top 47% in DC · last 90 daysOriginality Incremental advance
AI Analysis

For cloud operators of online services, Spandana reconciles strict SLO compliance with low cost under fine-grained load fluctuations, addressing a key trade-off in cloud resource management.

Spandana decouples SLO enforcement from cost optimization by steering requests between VMs and FaaS, achieving 76-86% CPU utilization and 5-44% cost reduction over state-of-the-art baselines while maintaining strict SLOs.

Cloud-based online services face significant sub-second load fluctuations while needing to meet strict Service Level Objectives (SLOs). Cluster operators often over-provision resources to protect SLOs, sacrificing utilization and cost efficiency. Existing reactive and proactive autoscalers, serverless (FaaS) deployments, and VM/FaaS hybrid systems fail to reconcile strict SLO compliance with low cost and high utilization under fine-grained load fluctuation. We introduce Spandana, an architecture that addresses this trade off by decoupling SLO enforcement from cost optimization. A lightweight controller colocated with each application VM enforces SLOs by steering each arriving request between the VM and FaaS. Requests that can meet the SLO stay on the VM; the remaining requests are forwarded to a stock FaaS layer such as AWS Lambda. For cost optimization, Spandana's resource allocator determines the most-efficient VM provisioning by accounting for VM cost, FaaS cost, and traffic volatility, allowing the VM pool to run at high utilization. Our evaluation shows that Spandana maintains strict SLO adherence, achieves 76-86% CPU utilization, and reduces cost by 5-44% over three SOTA baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes