I ported Kubernetes to the browser
Summary
Sam Rose from ngrok demonstrates how they ported Kubernetes to run entirely in the browser using WebAssembly, allowing developers to simulate a local cluster without needing a remote server or complex setup.
View Cached Full Text
Cached at: 06/30/26, 09:38 PM
Similar Articles
webernetes: Kubernetes in the browser
Webernetes is an open-source library from ngrok that simulates Kubernetes clusters in the browser using TypeScript, enabling interactive Kubernetes content without backend infrastructure.
A Linux-like kernel in a browser tab - deep dive in the BrowserPod architecture
A deep dive into the architecture of BrowserPod, an in-browser sandbox with a WebAssembly-native kernel that runs Linux-compatible applications entirely client-side. The post covers the kernel's design, disk and networking subsystems, and its ability to run tools like Claude Code in the browser.
Fully in-browser container builds
A web application that builds containers entirely in the browser using client-side code, demonstrating the power of custom container tooling. Users can pick a base image, run a shell script, and export the resulting image as a tar file.
[browser-use-wasm] I made a browser-use agent that runs in WASM at zero cost
A developer built a self-contained browser-use agent that runs entirely in WASM/WebGPU at zero server cost, enabling full webpage control via natural language prompts.
@larsencc: https://x.com/larsencc/status/2053862900289470765
This article details the production architecture behind the open-source browser-use library, explaining how to scale browser agents using AWS Lambda, SQS, and S3 for state management and retries.