mirrord up is a new command that simplifies shared-cluster Kubernetes development. Instead of manually composing mirrord.json config files and running separate mirrord exec commands per service, developers now use a single mirrord-up.yaml file and one command. A --mode flag replaces complex mechanism combinations (HTTP filters, queue splitting, network modes), defaulting to 'split' mode which routes only your traffic to your local process. Multiple services can be run in parallel, similar to docker compose. An interactive wizard (mirrord up init) helps generate the config file. The existing mirrord exec workflow remains available for advanced use cases.
Table of contents
Naming the use case #The config keeps shrinking #Running several services at once #Getting started #26.2K Impressions