Search papers, labs, and topics across Lattice.
This paper introduces Spandana, an innovative architecture designed to reconcile strict Service Level Objectives (SLOs) with cost efficiency amidst fine-grained load fluctuations in cloud-based services. By employing a lightweight controller that dynamically allocates requests between virtual machines (VMs) and a serverless layer, Spandana ensures SLO compliance while optimizing resource utilization. The evaluation demonstrates that Spandana achieves 76-86% CPU utilization and reduces costs by 5-44% compared to existing state-of-the-art solutions.
Spandana achieves strict SLO compliance while slashing costs by up to 44% through intelligent request steering between VMs and serverless functions.
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.