The API Traffic Viewer for
A simple-yet-powerful API traffic viewer for Kubernetes to help you
troubleshoot and debug your APIs.
Think of TCPDump and Wireshark reinvented for Kubernetes
with multi-protocol and TLS support.
is lightweight & requires no code instrumentation
MAC (Intel)
MACOS (M1)
LINUX
WINDOWS
Download
Run
mizu tap -A
You can run Mizu on any Kubernetes cluster (version of 1.16.0 or higher) in a matter of seconds.
MacOS (Intel)
Download
curl -Lo mizu \
https://github.com/up9inc/mizu/releases/latest/download/mizu_darwin_amd64 \
&& chmod 755 mizu
Run
mizu tap <podname>
MacOS (M1)
Download
curl -Lo mizu \
https://github.com/up9inc/mizu/releases/latest/download/mizu_darwin_arm64 \
&& chmod 755 mizu
Run
mizu tap <podname>
Windows
Download
curl -LO https://github.com/up9inc/mizu/releases/latest/download/mizu.exe
Run
mizu tap <podname>
Linux
Download
curl -Lo mizu \
https://github.com/up9inc/mizu/releases/latest/download/mizu_linux_amd64 \
&& chmod 755 mizu
Run
mizu tap <podname>
