Files
kubeshark/README.md
Alex Haiut 29407729cf fixed readme and reduced batch size to 5 (#22)
Co-authored-by: Alex Haiut <alex@up9.com>
2021-04-29 18:44:21 +03:00

19 lines
497 B
Markdown

# 水 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 ..