# 水 mizu standalone web app traffic viewer for Kubernetes ## Download Download `mizu` for your platform as * for MacOS - `curl -o mizu https://static.up9.com/mizu/mizu-darwin-amd64 && chmod 755 mizu` * for Linux - `curl -o mizu https://static.up9.com/mizu/mizu-linux-amd64 && chmod 755 mizu` ## Run 1. Find pod you'd like to tap to in your Kubernetes cluster 2. Run `mizu --pod podname` 3. Open browser on `http://localhost:8899` as instructed .. 4. Watch the WebAPI traffic flowing ..