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
2022-11-21 00:33:42 +03:00
.github Fix the GitHub workflows 2022-11-19 14:50:37 +03:00
acceptanceTests Rename the project to Kubeshark (#1226) 2022-11-19 11:13:15 +03:00
agent Rename the project to Kubeshark (#1226) 2022-11-19 11:13:15 +03:00
assets Update the screenshots 2022-11-21 00:33:42 +03:00
cli Rename the project to Kubeshark (#1226) 2022-11-19 11:13:15 +03:00
devops Rename the project to Kubeshark (#1226) 2022-11-19 11:13:15 +03:00
docs Update CODE_OF_CONDUCT.md 2022-11-19 14:09:52 -08:00
logger Rename the project to Kubeshark (#1226) 2022-11-19 11:13:15 +03:00
performance_analysis Rename the project to Kubeshark (#1226) 2022-11-19 11:13:15 +03:00
shared Rename the project to Kubeshark (#1226) 2022-11-19 11:13:15 +03:00
tap Rename the project to Kubeshark (#1226) 2022-11-19 11:13:15 +03:00
ui Rename the project to Kubeshark (#1226) 2022-11-19 11:13:15 +03:00
ui-common Rename the project to Kubeshark (#1226) 2022-11-19 11:13:15 +03:00
.dockerignore Split UI build (#681) 2022-01-24 10:02:35 +02:00
.gitignore Rename the project to Kubeshark (#1226) 2022-11-19 11:13:15 +03:00
codecov.yml codecov yml for tests threshold (#214) 2021-08-15 12:19:00 +03:00
Dockerfile Rename the project to Kubeshark (#1226) 2022-11-19 11:13:15 +03:00
LICENSE Initial commit 2021-04-19 13:29:56 +03:00
Makefile Rename the project to Kubeshark (#1226) 2022-11-19 11:13:15 +03:00
README.md Update README.md 2022-11-19 20:05:13 -08:00

Kubeshark: Traffic viewer for Kubernetes.

GitHub License GitHub Latest Release Docker pulls Image size Slack

Mizu (by UP9) is now Kubeshark, read more about it here

Kubeshark, the API Traffic Viewer for kubernetes, provides deep visibility and monitoring of all API traffic and payloads going in, out and across containers and pods inside a Kubernetes cluster.

Think of a combination of Chrome Dev Tools, TCPDump and Wireshark, re-invented for Kubernetes.

Simple UI

Download

Kubeshark uses a ~45MB pre-compiled executable binary to communicate with the Kubernetes API. We recommend downloading the kubeshark CLI by using one of these options:

Choose the right binary, download and use directly from the releases section; or

Use this 👇 shell script to download the right binary for your operating system and CPU architecture.

sh <(curl -Ls https://kubeshark.co/install)

Compile from source

Run

Use the kubeshark CLI to capture and view streaming API traffic in real time.

kubeshark tap

Troubleshooting Installation

If something doesn't work or simply to play it safe prior to installing, make sure that:

Make sure you have access to https://hub.docker.com/

Make sure kubeshark executable in your PATH.

Select Pods

Monitoring a Specific Pod:

kubeshark tap catalogue-b87b45784-sxc8q

Monitoring a Set of Pods Using Regex:

kubeshark tap "(catalo*|front-end*)"

Specify the Namespace

By default, Kubeshark is deployed into the default namespace. To specify a different namespace:

kubeshark tap -n sock-shop

Specify All Namespaces

The default deployment strategy of Kubeshark waits for the new pods to be created. To simply deploy to all existing namespaces run:

kubeshark tap -A

Documentation

Visit our documentation website: docs.kubeshark.co

The documentation resources are open-source and can be found on GitHub: kubeshark/docs

Contributing

We ❤️ pull requests! See 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.