netshoot
A Docker and Kubernetes container image packed with network troubleshooting tools for debugging container networking.
These buttons open the developer's own site, repository or store listing in a new tab. wares.gg does not host downloads.
About netshoot
netshoot is a container image that bundles a large set of network troubleshooting tools, so you can diagnose connectivity problems without installing anything on the host or inside the containers you are debugging.
The usual pattern is to start netshoot with Docker and attach it to the network namespace of a running container, or to run it as a pod in Kubernetes. You then inspect traffic, DNS and routing from the same network view as the service you are debugging.
Strengths
- Many network tools in one container image
- Can share another container's network namespace
- Works in both Docker and Kubernetes
- Keeps debugging tools out of production images
Limitations
- Requires Docker or Kubernetes to run
- Command-line only, aimed at people who already know the bundled tools
Details
- Pricing
- FreeFree container image with its source published on GitHub.
- License
- Open source, license not stated
- Developer
- nicolaka
- Platforms
- Linux, Command line
- How it runs
- Downloadable app
- Account
- Not required
- Best suited for
- Engineers debugging networking problems in Docker containers or Kubernetes clusters
- Categories
- Network tools, Container tools
- Last verified
- Added
- Provenance
- Facts checked against the developer's own pages and store listings, 1 sources on file.
Similar software
Related functionality, not necessarily a direct replacement.
Kubeshark
An eBPF-based traffic analyzer that captures and indexes network traffic inside Kubernetes clusters.
Hubble
A network, service and security observability tool for Kubernetes clusters running Cilium, built on eBPF.
tcpdump
The classic command-line packet capture and analysis tool.
Containerlab
A command-line tool that builds and manages container-based network labs with virtual routers and switches.
Termshark
Terminal interface for tshark that feels like Wireshark.