Talk: Going FaaSter: Cost-Performance Optimizations of Serverless on Kubernetes @ JAX DevOps 2019

May 16, 2019 · less than 1 minute read

Abstract Serverless promises on-demand, optimal performance for a fixed cost. Yet, we see that the current serverless platforms do not always hold up this promise in practice; serverless applications can suffer from platform overhead, unreliable performance, “cold starts”, and more.

In this talk, we review optimizations used in popular FaaS platforms and go over some recent research findings that aim to optimize the trade-off between cost and performance. We will review function reuse, resource pooling, function locality, and predictive scheduling. To illustrate, we will use the open source, Kubernetes-based Fission FaaS platform to demonstrate how you can achieve specific goals around latency, throughput, resource utilization and cost. Finally, we take a look at the horizon; what are the current performance challenges and opportunities to make FaaS even faster?

Slides