# nicolaka/netshoot

a Docker + Kubernetes network trouble-shooting swiss-army container

Repository: https://github.com/nicolaka/netshoot
Canonical: https://ross.abutalabs.com/products/netshoot
Language: Shell
License: Apache-2.0
License Family: permissive
Topics: network, containers, kubernetes, docker, troubleshooting, network-namespace
Last push: 2026-07-01T17:14:17+00:00

## Health v2 (maintenance only)
Score: 73/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 90, release rhythm 35, longevity 100
- inputs: {"age_days": 3661, "days_push": 63, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 10959, forks 1100 (observed 2026-08-28T04:10:44.849951+00:00)

## What it is
A Docker image packed with network troubleshooting tools (tcpdump, nsenter, dig, curl, and more) designed to be attached to any container, host, or Kubernetes pod's network namespace. It enables non-destructive debugging of containerized environments without installing tools into production images.

## Use cases
- debug network issues in a docker container without installing tools
- troubleshoot dns resolution failures in kubernetes pods
- capture packets from a running container with tcpdump
- inspect a pod's network namespace with an ephemeral debug container
- debug host networking without installing anything on the host
- run a throwaway network debugging pod in kubernetes

## When to choose
- you need to diagnose connectivity, DNS, or routing problems inside containers or Kubernetes pods
- you cannot or should not modify the target image or install packages on the host
- you want a single preloaded image with dozens of network tools ready to go

## When to avoid
- you need persistent monitoring rather than interactive debugging
- your environment forbids privileged containers or host network access
- you only need basic tools already present in your base image

## Facets
- artifact type: application
- maturity: active
- function: networking, developer-tools, cli, container-runtime, container-orchestration
- domain: networking, developer-tools, cloud-computing
- platform: cli
- tags: network-troubleshooting, debug-container, network-namespace, swiss-army-container, ephemeral-container, tcpdump, dns-debugging, containers, devops, docker, kubernetes, linux

## Member repositories
- nicolaka/netshoot (main) score 73

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:44.849951+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:17:17.591507+00:00, confidence not recorded.
  - readme: https://github.com/nicolaka/netshoot (fetched 2026-08-28T04:10:44.849951+00:00, sha 7ab241e4829b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
