mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-25 16:28:37 +00:00
756f5f57202b1cd48794345abb4884d292360c63
Do not tap pods in namespaces which were not requested.
水 mizu
standalone web app traffic viewer for Kubernetes
Download
Download mizu for your platform and operating system
Latest stable release
-
for MacOS - Intel
curl -Lo mizu https://github.com/up9inc/mizu/releases/latest/download/mizu_darwin_amd64 && chmod 755 mizu -
for MacOS - Apple Silicon
curl -Lo mizu https://github.com/up9inc/mizu/releases/latest/download/mizu_darwin_arm64 && chmod 755 mizu -
for Linux - Intel 64bit
curl -Lo mizu https://github.com/up9inc/mizu/releases/latest/download/mizu_linux_amd64 && chmod 755 mizu
SHA256 checksums are available on the Releases page.
Development (unstable) build
Pick one from the Releases page.
How to run
- Find pod you'd like to tap to in your Kubernetes cluster
- Run
mizu PODNAMEormizu REGEX - Open browser on
http://localhost:8899as instructed .. - Watch the WebAPI traffic flowing ..
- Type ^C to stop
Examples
To tap specific pod -
$ kubectl get pods | grep front-end
NAME READY STATUS RESTARTS AGE
front-end-649fc5fd6-kqbtn 2/2 Running 0 7m
$ mizu tap front-end-649fc5fd6-kqbtn
+front-end-649fc5fd6-kqbtn
Web interface is now available at http://localhost:8899
^C
Description
The API traffic analyzer for Kubernetes providing real-time K8s protocol-level visibility, capturing and monitoring all traffic and payloads going in, out and across containers, pods, nodes and clusters.. Think TCPDump and Wireshark re-invented for Kubernetes
amqpcloud-nativedevopsdevops-toolsdockerforensicsgogolanggrpcincident-responsekafkakubernetesmicroservicemicroservicesmicroservices-applicationobservabilityredisrestsnifferwireshark
Readme
166 MiB
Languages
Go
92.4%
Makefile
5.3%
Shell
1.3%
Smarty
1%