mirrord

About mirrord
mirrord is a tool that allows developers and AI coding agents to run local processes as if they were pods in a Kubernetes cluster. It routes traffic, files, and environment variables through a target pod in the cluster, providing real cluster context during development.
This enables faster feedback loops by simulating a deploy without actually deploying or disrupting the cluster. It supports both developers and AI agents like Claude Code, Cursor, and Copilot for testing code against live services.
mirrord is available as a VS Code extension, IntelliJ plugin, and CLI tool. It integrates with existing Kubernetes configurations and is used by companies like monday.com and SurveyMonkey.
Key features
- Routes local process traffic through a Kubernetes pod
- Mirrors environment variables from target pod
- Handles file reads and writes through target pod
- Works with VS Code, IntelliJ, and CLI
- Supports AI coding agents like Claude Code and Copilot
- Configurable Linux capabilities for security
- Uses default kubeconfig for cluster access
Download 3.233.0
Jul 14, 2026WindowsWindows
Frequently asked questions
- Is mirrord free?
- Yes. mirrord is free and open-source software, distributed under the MIT license.
- Which platforms does mirrord support?
- mirrord provides downloads for Windows, Linux.
- What is the latest version of mirrord?
- The latest version is 3.233.0, released on Jul 14, 2026.
- What platforms does mirrord support?
- mirrord is available as a VS Code extension, IntelliJ plugin, and CLI tool that works on multiple platforms including Windows (via Chocolatey), macOS (via Homebrew), and Linux.
- How does mirrord work with Kubernetes?
- mirrord uses your machine's default kubeconfig to access the Kubernetes API. It launches a pod on the same node as your target pod to route traffic and environment variables between your local process and the cluster.
- What license does mirrord use?
- mirrord is licensed under the MIT license.
- Can mirrord be used with AI coding assistants?
- Yes, mirrord works with AI coding agents like Claude Code, Cursor, and Copilot, allowing them to test generated code against real cluster services without deploying.
More Developer Tools
PowerToys
microsoft
PowerToys is a set of utilities for enhancing productivity and customization on Windows systems. It includes various tools for developers and power users to streamline workflows.
Windows Terminal
microsoft
Windows Terminal combines the classic Windows console with a modern terminal application in one package. It provides developers with a unified interface for command-line tools and shells. The software supports multiple tabs, rich text, and customization options.
Neovim
neovim
Neovim is a fork of Vim focused on improved extensibility and usability. It maintains compatibility with Vim while offering modern features like embedded terminal support and a built-in LSP client. The project emphasizes maintainability and encourages community contributions.