Speaker
Abstract
The **software carbon intensity (SCI)** of an application is the sum of its operational emissions and embodied hardware emissions. Serverless, or functions as a service (FaaS), provides a path towards reducing operational emissions by running event-driven applications only as needed.
First generation serverless technologies however have a few limitations that make them cumbersome, slow, and inefficient. The first is that they're often based on Containers or microVM's - while both of these are faster than traditional virtualisation, they take seconds-to-tens-of-seconds to start, and often require pre-warming to be performant. The second is that the developer experience is often poor, with local development often being an afterthought, instead pushing developers to deploy software as part of their testing process.
This presentation discusses why Wasm is the greenest and most cross-platform unit of compute for serverless applications, how that translates to efficiency at scale, while still retaining an incredible developer experience and simple operations. It will include a demo of how you can get started using serverless Wasm with Spin, an open source developer tool and take an application from your laptop to the cloud with Kubernetes. By the end of the talk, you'll have an understanding of the characteristics that make Wasm a cost-effective and sustainable unit for a greener cloud - and how you can deliver on those results without sacrificing developer experience.
Topics
QCon London 2024 is a three day conference for senior software engineers, architects and team leads. An international program committee of working engineers selects every session. Patterns and practices, not products and pitches.
From the same track
Tuesday 9 April
10:35 Mountbatten (6th Fl.) Session high performance What Can You Learn From the Fastest Code in the World? Alan Elder Principle Software Engineering Manager @Microsoft One of the challenges in the cloud is handling the vast amount of data that has to be sent and received. Doing this in software reduces the need for specialist hardware and increases flexibility. That's why superfast data planes exist. 11:45 Mountbatten (6th Fl.) Session Rust Not Just Memory Safety: How Rust Helps Maintain Efficient Software Pietro Albini Technical Lead of Ferrocene @Ferrous Systems, Formerly on the Rust Core Team, and Previous Lead of the Rust Infrastructure Team Rust's claim to fame is its memory safety without compromising on performance, eliminating whole classes of security vulnerabilities and bringing systems programming to the new generation. 13:35 Mountbatten (6th Fl.) Session ebpf Unleashing the Kernel With eBPF Liz Rice Chief Open Source Officer @Isovalent at Cisco, Ex-Governing Board at CNCF and OpenUK, Emeritus Chair, CNCF Technical Oversight Committee, eBPF, Security, Cilium, Cloud Native eBPF is a kernel technology that is enabling a new generation of high-performance, low-overhead tools for networking, security and observability. 14:45 Rutherford (4th Fl.) Unconference Unconference: Efficient Programming Languages An unconference is a participant-driven meeting. Attendees come together, bringing their challenges and relying on the experience and know-how of their peers for solutions. 15:55 Mountbatten (6th Fl.) Session Quarkus Zero Waste, Radical Magic, and Italian Graft – Quarkus Efficiency Secrets Holly Cummins Senior Technical Staff Member, Quarkus Team @IBM, Java Champion, Previously Senior Principal Software Engineer, Quarkus @Red Hat What makes a platform efficient? Is it how quickly code executes, or is it how quickly developers can use it to solve problems? Quarkus makes both people and hardware more efficient. That’s cool, but how does it work? 17:05 Windsor (5th Fl.) Session WebAssembly Turbocharged Development: The Speed and Efficiency of WebAssembly Danielle Lancashire Principal Software Engineer @Fermyon, Kubernetes Maintainer The **software carbon intensity (SCI)** of an application is the sum of its operational emissions and embodied hardware emissions. Serverless, or functions as a service (FaaS), provides a path towards reducing operational emissions by running event-driven applications only as needed.