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. Inspired by Wireshark, purposely built for Kubernetes
Go to file
nimrod-up9 4d6528771a
Fix gRPC crash, display gRPC as base64, display gRPC URL and status code (#27)
* Added Method (POST) and URL (emtpy) to gRPC requests.

* Removed quickfix that skips writing HTTP/2 to HAR.

* Use HTTP/2 body to fill out http.Request and htt.Response.

* Make sure that in HARs request.postData.mimeType and response.content.mimeType are application/grpc in case of grpc.

* Comment.

* Add URL and status code for gRPC.

* Don't assume http scheme.

* Use http.Header.Set instead of manually acccessing the underlaying map.
2021-05-05 09:23:17 +03:00
.github/workflows Update main.yml 2021-04-29 14:40:46 +03:00
api Fix gRPC crash, display gRPC as base64, display gRPC URL and status code (#27) 2021-05-05 09:23:17 +03:00
cli CLI make --pod required flag and faster api image build (#25) 2021-05-03 11:25:15 +03:00
resolver Update loader.go 2021-04-26 13:20:14 +03:00
ui Infinite scroll (#28) 2021-05-04 18:23:58 +03:00
.dockerignore no message 2021-04-28 17:54:32 +03:00
.gitignore Infinite scroll (#28) 2021-05-04 18:23:58 +03:00
Dockerfile Infinite scroll (#28) 2021-05-04 18:23:58 +03:00
LICENSE Initial commit 2021-04-19 13:29:56 +03:00
Makefile Reduce delay between tap and UI - Skip dump to file (#26) 2021-05-03 14:50:28 +03:00
README.md fixed readme and reduced batch size to 5 (#22) 2021-04-29 18:44:21 +03:00

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