A hands-on intro to mirrord.
What is this? mirrord lets you run one service from a live Kubernetes cluster on your own machine. It "steals" that service's traffic, environment variables, and network so your local process behaves exactly as if it were running in the cluster — no deploy, no Docker, no rebuilds.
What you'll do: claim a seat, take over the inventory-service behind our
MetalMart storefront, and run it on your laptop. Change a line, refresh the live store,
and watch your laptop serving real cluster traffic in seconds.
Why it matters: this is how you develop and debug against real cluster dependencies instantly, instead of waiting on a build-and-deploy pipeline. Pick a path below to start — and if your laptop is locked down, just follow along on the screen.
A helper that does the setup, then prints the commands for you to run.
curl -fsSL https://storage.googleapis.com/mirrord-workshop-dist/install.sh | bash
WORKSHOP_BROKER=https://mirrord-workshop.com/api workshop start --install
~/mirrord-workshop and prints the kubectl + mirrord exec commands — open a terminal and run them yourself.PREFIX line in your backend, save, refresh your store. ✨curl -fsSL https://raw.githubusercontent.com/metalbear-co/mirrord/main/scripts/install.sh | VERSION=3.210.0 bash
PREFIX in the file, save, refresh.Can't install anything on a locked-down laptop? No worries — just watch the screen; we'll drive it live.
Loading…