https://github.com/up9inc/mizu
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
https://github.com/up9inc/mizu
amqp cloud-native devops devops-tools docker forensics go golang grpc incident-response kafka kubernetes microservice microservices microservices-application observability redis rest sniffer wireshark
Last synced: 2 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/up9inc/mizu
- Owner: kubeshark
- License: apache-2.0
- Created: 2021-04-19T10:29:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-21T21:50:51.000Z (3 months ago)
- Last Synced: 2025-07-26T20:44:34.831Z (2 months ago)
- Topics: amqp, cloud-native, devops, devops-tools, docker, forensics, go, golang, grpc, incident-response, kafka, kubernetes, microservice, microservices, microservices-application, observability, redis, rest, sniffer, wireshark
- Language: Go
- Homepage: https://kubeshark.co
- Size: 81.5 MB
- Stars: 11,446
- Watchers: 72
- Forks: 494
- Open Issues: 147
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- DevSecOps - https://github.com/up9inc/mizu - yet-powerful API traffic viewer for Kubernetes enabling you to view all API communication between microservices to help your debug and troubleshoot regressions. |[](https://github.com/up9inc/mizu/stargazers) | (Kubernetes)
- awesome-eks - Mizu - The API Traffic Viewer for Kubernetes (Think TCPDump and Wireshark re-invented for Kubernetes) (Monitoring)
- awesome-golang-repositories - mizu - invented for Kubernetes (Repositories)
- awesome-go-extra - mizu - invented for Kubernetes|3876|144|19|2021-04-19T10:29:56Z|2022-08-08T11:09:26Z| (Go Tools / DevOps Tools)
- awesome-k8s-resources - Mizu - API traffic viewer for Kubernetes enabling you to view all API communication between microservices. Think TCPDump and Wireshark re-invented for Kubernetes (Tools and Libraries / Monitoring, Alerts, and Visualization)
README
![]()
Want to see Kubeshark in action right now? Visit this
live demo deployment of Kubeshark.
**Kubeshark** is a network observability platform for Kubernetes, providing real-time, cluster-wide visibility into Kubernetes’ network. It enables users to inspect all internal and external cluster communications, API calls, and data in transit. Additionally, Kubeshark detects anomalies and emergent behaviors, trigger autonomous remediations, and generate deep network insights.

Think [TCPDump](https://en.wikipedia.org/wiki/Tcpdump) and [Wireshark](https://www.wireshark.org/) reimagined for Kubernetes.
#### Service-Map w/Kubernetes Context

#### Cluster-Wide PCAP Recording

## Getting Started
Download **Kubeshark**'s binary distribution [latest release](https://github.com/kubeshark/kubeshark/releases/latest) or use one of the following methods to deploy **Kubeshark**. The [web-based dashboard](https://docs.kubeshark.co/en/ui) should open in your browser, showing a real-time view of your cluster's traffic.### Homebrew
[Homebrew](https://brew.sh/) :beer: users can install the Kubeshark CLI with:
```shell
brew install kubeshark
kubeshark tap
```To clean up:
```shell
kubeshark clean
```### Helm
Add the Helm repository and install the chart:
```shell
helm repo add kubeshark https://helm.kubeshark.co
helm install kubeshark kubeshark/kubeshark
```
Follow the on-screen instructions how to connect to the dashboard.To clean up:
```shell
helm uninstall kubeshark
```## Building From Source
Clone this repository and run the `make` command to build it. After the build is complete, the executable can be found at `./bin/kubeshark`.
## Documentation
To learn more, read the [documentation](https://docs.kubeshark.co).
## Contributing
We :heart: pull requests! See [CONTRIBUTING.md](CONTRIBUTING.md) for the contribution guide.