Back to Videos

Can You Maintain 1000 Apps? WasmCloud & K8s: The Ultimate Golden Template

Channel CNCF
Date April 3, 2025
Duration 31:00
TL;DR

WebAssembly enables "one team to patch 5,000 applications at once" through capability-based security, zero cold starts, and pluggable platform harnesses—solving the "original sin of platform engineering" where every app needs custom build/deploy/run configurations.

Key Takeaways

Summary

The Platform Engineering Problem

Every enterprise faces the same challenge: maintaining hundreds or thousands of applications, each with slightly different build, deploy, and runtime configurations. Golden templates were supposed to solve this, but they create a new problem—every deviation becomes technical debt.

"The original sin of platform engineering is that every application becomes a snowflake."

How WebAssembly Changes Everything

WebAssembly components represent a fundamental shift in how we build and deploy applications. Instead of packaging applications with their runtime dependencies, Wasm components declare capabilities they need and let the platform provide them.

WasmCloud Architecture

WasmCloud orchestrates WebAssembly components across any infrastructure:

Notable Quotes

"One team can patch 5,000 applications at once because the platform owns the infrastructure code, not the apps."

"Zero cold starts means your function is warm before the request even arrives."

Chapters

TimeTopic
00:00Introduction
03:45The Problem with Golden Templates
10:20WebAssembly Component Model
18:00WasmCloud Architecture
25:30Live Demo
29:00Q&A

References

Full Transcript

[Transcript will be added after video processing]