It connects your local development process directly to your Kubernetes environment, letting you run and debug code as if it were deployed.
Mirrord lets developers run and debug their local code directly within a Kubernetes cluster without deployment, by impersonating an existing pod. It provides a VS Code extension, an IntelliJ plugin, and a CLI tool, allowing users to enable it in their IDEs or run commands from their terminal to integrate with their cloud environment.
It connects your local development process directly to your Kubernetes environment, letting you run and debug code as if it were deployed.
Developers working with Kubernetes who need to test and debug their applications locally against cloud environments.