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
Alex Haiut 2e87a01346
end of week - develop to master (#50)
* Provide cli version as git hash from makefile

* Update Makefile, version.go, and 3 more files...

* Update mizuRunner.go

* Update README.md, resolver.go, and 2 more files...

* Update provider.go

* Feature/UI/light theme (#44)

* light theme

* css polish

* unused code

* css

* text shadow

* footer style

* Update mizuRunner.go

* Handle nullable vars (#47)

* Decode gRPC body (#48)

* Decode grpc.

* Better variable names.

* Added protobuf-decoder dependency.

* Updated protobuf-decoder's version.

Co-authored-by: RamiBerm <rami.berman@up9.com>
Co-authored-by: RamiBerm <54766858+RamiBerm@users.noreply.github.com>
Co-authored-by: lirazyehezkel <61656597+lirazyehezkel@users.noreply.github.com>
Co-authored-by: nimrod-up9 <59927337+nimrod-up9@users.noreply.github.com>
2021-05-13 20:29:31 +03:00
.github/workflows remove leftovers (#43) 2021-05-10 17:35:59 +03:00
api end of week - develop to master (#50) 2021-05-13 20:29:31 +03:00
cli end of week - develop to master (#50) 2021-05-13 20:29:31 +03:00
ui end of week - develop to master (#50) 2021-05-13 20:29:31 +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
build-push-featurebranch.sh Build push image to the right place and adjust makefile to use script (#35) 2021-05-09 12:05:05 +03:00
debug.Dockerfile end of week - develop to master (#50) 2021-05-13 20:29:31 +03:00
Dockerfile Update Dockerfile 2021-05-10 13:56:51 +03:00
LICENSE Initial commit 2021-04-19 13:29:56 +03:00
Makefile Add cli publish and rename publish docker flow name (#40) 2021-05-10 15:44:37 +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 ..