Web Browsing
Using mirrord to browse using cluster networking
You can use mirrord to browse the web as if you were inside your cluster. This is useful for accessing internal tools (like Grafana, Kibana, or ArgoCD) that are not exposed to the public internet, or for verifying that a service is reachable from within the namespace.
Prerequisites
This guide assumes you have already set up a local proxy using microsocks and mirrord. If you haven't done this yet, please follow the setup guide first to launch the proxy.
Once the proxy is configured, install "SOCKS5 Configurator" Chrome extension
Configuration
Ensure the prerequisite SOCKS5 proxy is running with
mirrordand targeting the desired cluster.In a Chrome window:
Open the SOCKS5 Configurator extension
Make sure the "SOCKS5 Proxy" is enabled
Type in its respective textbox
127.0.0.1:1080Hit the save button
That's it! You can verify your IP address has changed via a quick "what is my ip address" search in Google
What's next?
If you'd like to intercept traffic rather than mirror it so that your local process is the one answering the remote requests, check out this guide. Note that you can even filter which traffic you intercept!
If your local process reads from a queue, you might want to test out the copy target feature, which temporarily creates a copy of the mirrord session target. With its
scaledownflag it allows you to temporarily delete all replicas in your targeted rollout or deployment, so that none competes with your local process for queue messages.If you just want to learn more about mirrord, why not check out our architecture or configuration sections?
Last updated
Was this helpful?

