mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-16 06:07:08 +00:00
19 lines
497 B
Markdown
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 ..
|