We're currently experiencing issues and our team is working around the clock to resolve them as quickly as possible. We'll keep you updated once everything is back to normal. In the meantime, feel free to reach out to us on Slack or email us at support@kubehq.io.
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 and Wireshark reimagined for Kubernetes.
Download Kubeshark's binary distribution latest release or use one of the following methods to deploy Kubeshark. The web-based dashboard should open in your browser, showing a real-time view of your cluster's traffic.
Homebrew 🍺 users can install the Kubeshark CLI with:
brew install kubeshark
kubeshark tapTo clean up:
kubeshark cleanAdd the Helm repository and install the chart:
helm repo add kubeshark https://helm.kubehq.com
helm install kubeshark kubeshark/kubesharkFollow the on-screen instructions how to connect to the dashboard.
To clean up:
helm uninstall kubesharkClone this repository and run the make command to build it. After the build is complete, the executable can be found at ./bin/kubeshark.
To learn more, read the documentation.
We ❤️ pull requests! See CONTRIBUTING.md for the contribution guide.