gadotroee 9a1c17cc61 Release action (#73)
* Create main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* trying new approach

* no message

* yaml error

* no message

* no message

* no message

* missing )

* no message

* no message

* remove main.yml and fix branches

* Create tag-temp.yaml

* Update tag-temp.yaml

* Update tag-temp.yaml

* no message

* no message

* no message

* no message

* no message

* no message

* no message

* #minor

* no message

* no message

* added checksum calc to CLI makefile

* fixed build error - created bin directory upfront

* using markdown for release text

* use separate checksum files

* fixed release readme

* #minor

* readme updated

Co-authored-by: Alex Haiut <alex@up9.com>
2021-06-21 11:19:04 +03:00
2021-06-21 11:19:04 +03:00
2021-06-20 17:41:36 +03:00
2021-06-21 11:19:04 +03:00
2021-06-01 14:41:42 +03:00
2021-05-27 13:48:37 +03:00
2021-04-28 17:54:32 +03:00
2021-05-04 18:23:58 +03:00
WIP
2021-05-24 10:22:20 +03:00
2021-04-19 13:29:56 +03:00
2021-06-21 11:19:04 +03:00

水 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

  1. Find pod you'd like to tap to in your Kubernetes cluster
  2. Run mizu PODNAME or mizu REGEX
  3. Open browser on http://localhost:8899 as instructed ..
  4. Watch the WebAPI traffic flowing ..
  5. 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
Readme 165 MiB
Languages
Go 92.9%
Makefile 4.7%
Shell 1.4%
Smarty 1%