mirrord

mirrord

Run any process locally or in an AI proxy environment as if it were a pod in a Kubernetes cluster.

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 5.1k
Source
skill-github

Overview

mirrord allows you to run any process on your local machine or in an AI proxy environment as though it were a pod in a Kubernetes cluster. It provides real environment variables, DNS, network, and traffic. This enables developers and AI coding agents (such as Claude Code, Cursor, Codex, etc.) to read real-time cluster context while writing code and validate code without deployment. mirrord is available as a VS Code extension, an IntelliJ plugin, and a CLI tool.

Capabilities

  • Simulate Kubernetes pod environment
  • Provide real environment variables
  • Provide real DNS resolution
  • Provide real network traffic
  • Support multiple IDEs and CLI

Use cases

Local development and debuggingAI coding agent testingReal-time cluster context readingCode validation without deployment

Setup

Requires: Kubernetes集群访问权限Node环境
Install the extension via the VS Code Marketplace, or install the CLI tool using brew, curl, Nix, or Chocolatey.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

mirrord supports VS Code and IntelliJ IDEA.

mirrord supports VS Code and IntelliJ IDEA.

How do I use mirrord?

Select the pod to emulate, start debugging, and mirrord will connect your process to the selected pod.

Related skills