kubeshark alternatives and similar packages
Based on the "DevOps Tools" category.
Alternatively, view kubeshark alternatives based on common mentions on social networks and blogs.
-
Moby
The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems -
Gitea
Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD -
Packer
Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. -
Ddosify
Anteon (formerly Ddosify) - Effortless Kubernetes Monitoring and Performance Testing. Available on CLI, Self-Hosted, and Cloud -
dasel
Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package. -
Mizu
DISCONTINUED. The API traffic viewer for Kubernetes providing deep visibility into all API traffic and payloads going in, out and across containers and pods inside a Kubernetes cluster. Think TCPDump and Wireshark re-invented for Kubernetes [Moved to: https://github.com/kubeshark/kubeshark] -
Pomerium
Pomerium is an identity and context-aware reverse proxy for zero-trust access to web applications and services. -
Fleet device management
Open-source platform for IT, security, and infrastructure teams. (Linux, macOS, Chrome, Windows, cloud, data center) -
StatusOK
Monitor your Website and APIs from your Computer. Get Notified through Slack, E-mail when your server is down or response time is more than expected. -
s3gof3r
Fast, concurrent, streaming access to Amazon S3, including gof3r, a CLI. http://godoc.org/github.com/rlmcpherson/s3gof3r -
uTask
µTask is an automation engine that models and executes business processes declared in yaml. ✏️📋
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of kubeshark or a related project?
Popular Comparisons
README
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](assets/kubeshark-ui.png)
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 :point_down: 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 yourPATH
.
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](docs/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](docs/CODE_OF_CONDUCT.md).
*Note that all licence references and agreements mentioned in the kubeshark README section above
are relevant to that project's source code only.