Skip to content
/ net-debug Public

Docker image with assorted network debugging goodies for troubleshooting Kubernetes networking issues.

License

Notifications You must be signed in to change notification settings

l7mp/net-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord

net-debug

Description

Assorted network debugging goodies, like tcpdump, socat/websocat, iperf, nmap, nslookup, dig, tcpreplay, and ping/traceroute, all packaged in a self-contained Docker image. The intended use is to sideload the container as a sidecar to Kubernetes pods in order to debug network reachability and performance issues.

Usage examples

Create a Deployment

Config: yaml

Usage:

kubectl apply -f examples/net-debug.yaml

or

kubectl apply -f https://raw.githubusercontent.com/l7mp/net-debug/refs/heads/main/examples/net-debug.yaml

Create a Deployment in host network

Config: yaml

Usage:

kubectl apply -f examples/net-debug-host.yaml

or

kubectl apply -f https://raw.githubusercontent.com/l7mp/net-debug/refs/heads/main/examples/net-debug-host.yaml

Create a DeamonSet in host network

Config: yaml

Usage:

kubectl apply -f examples/net-debug-dameonset.yaml

or

kubectl apply -f https://raw.githubusercontent.com/l7mp/net-debug/refs/heads/main/examples/net-debug-daemonset.yaml

Help

Development is coordinated in Discord, feel free to join.

License

MIT License - see LICENSE for full text.