▌ GitHub radar

Webernetes: Kubernetes in the browser

The ngrok team built a TypeScript implementation of Kubernetes that runs entirely in a browser tab — no servers, no cloud bill, just open a page and deploy pods.

01ngrok/webernetes 506TypeScript

Webernetes is a TypeScript project from the ngrok team that ports a working subset of Kubernetes into the browser — no backend required. It simulates Pods, Deployments, ReplicaSets, Services (ClusterIP and NodePort), rolling updates, and even inter-pod HTTP networking with DNS resolution. The team built it to power interactive Kubernetes tutorials without maintaining real cluster infrastructure.

Why a vibe-coder should care

Learning Kubernetes normally means paying for a cloud cluster or wrestling with local setups. Webernetes lets you or your students experiment with real K8s concepts — apply a YAML manifest, watch a rolling update — straight from a browser, completely free.

Open on GitHub →