Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubeshark/kubeshark
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/kubeshark/kubeshark
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: 7 days 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/kubeshark/kubeshark
- Owner: kubeshark
- License: apache-2.0
- Created: 2021-04-19T10:29:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T00:02:44.000Z (16 days ago)
- Last Synced: 2024-10-25T08:49:31.423Z (11 days 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: 26.3 MB
- Stars: 10,978
- Watchers: 73
- Forks: 467
- Open Issues: 140
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-go - kubeshark/kubeshark - 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|8,986| (Popular)
- stars - kubeshark/kubeshark - 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 (HarmonyOS / Windows Manager)
- awesome-containerized-security - kubeshark - invented for Kubernetes (Kubernetes cluster security)
- awesome-ops - kubeshark/kubeshark - 2.0|10939|2021-04-19|2024-10-06 | K8s 的 API 流量分析器,提供对 K8s 内部网络的实时协议级可见性,捕获和监控进出以及跨容器、pod、节点和集群的所有流量和负载 | (K8S-Network)
- awesome-repositories - kubeshark/kubeshark - 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 cluste (Go)
- awesome-go - kubeshark - API traffic analyzer for Kubernetes, inspired by Wireshark, purposely built for Kubernetes. Stars:`11.0K`. (Software Packages / DevOps Tools)
- awesome-golang-repositories - kubeshark - invented for Kubernetes (Repositories)
- my-awesome - kubeshark/kubeshark - native,devops,devops-tools,docker,forensics,go,golang,grpc,incident-response,kafka,kubernetes,microservice,microservices,microservices-application,observability,redis,rest,sniffer,wireshark pushed_at:2024-10 star:11.0k fork:0.5k 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)
- StarryDivineSky - kubeshark/kubeshark
- AiTreasureBox - kubeshark/kubeshark - 11-02_10992_2](https://img.shields.io/github/stars/kubeshark/kubeshark.svg)|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| (Repos)
README
Want to see Kubeshark in action, right now? Visit this
live demo deployment of Kubeshark.
**Kubeshark** is an API Traffic Analyzer for [**Kubernetes**](https://kubernetes.io/) providing real-time, protocol-level visibility into Kubernetes’ internal network, capturing and monitoring all traffic and payloads going in, out and across containers, pods, nodes and clusters.
![Simple UI](https://github.com/kubeshark/assets/raw/master/png/kubeshark-ui.png)
Think [TCPDump](https://en.wikipedia.org/wiki/Tcpdump) and [Wireshark](https://www.wireshark.org/) re-invented for Kubernetes
## Getting Started
Download **Kubeshark**'s binary distribution [latest release](https://github.com/kubeshark/kubeshark/releases/latest) and run following one of these examples:
```shell
kubeshark tap
``````shell
kubeshark tap -n sock-shop "(catalo*|front-end*)"
```Running any of the :point_up: above commands will open the [Web UI](https://docs.kubeshark.co/en/ui) in your browser which streams the traffic in your Kubernetes cluster in real-time.
### Homebrew
[Homebrew](https://brew.sh/) :beer: users install Kubeshark CLI with:
```shell
brew install kubeshark
```### Helm
Add the helm repository and install the chart:
```shell
helm repo add kubeshark https://helm.kubeshark.co
helm install kubeshark kubeshark/kubeshark
```## Building From Source
Clone this repository and run `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.
## Code of Conduct
This project is for everyone. We ask that our users and contributors take a few minutes to review our [Code of Conduct](CODE_OF_CONDUCT.md).