K8s / Linux / Network all-in-one troubleshooting toolbox
95
All-in-one troubleshooting toolbox for Kubernetes, Linux, and network debugging.
Based on nicolaka/netshoot with additional tools pre-installed.
| Category | Tools |
|---|---|
| Network | nc, curl, tcpdump, dig, nslookup, mtr, traceroute, iperf3, nmap, openssl |
| Kubernetes | kubectl v1.36.0, jq, yq |
| System | htop, dstat, iotop, strace, sysstat/sar |
| Storage/IO | fio, sysbench, ncdu, ioping |
| Utilities | rsync, vim, python3 |
apiVersion: v1
kind: Pod
metadata:
name: toolbox
namespace: default
spec:
hostNetwork: true
hostPID: true
containers:
- name: toolbox
image: rjwang/rj-k8s-toolbox:latest
imagePullPolicy: IfNotPresent
command: ["sleep", "infinity"]
securityContext:
privileged: true
restartPolicy: Never
tolerations:
- operator: Exists
Content type
Image
Digest
sha256:906ac47c5…
Size
239.2 MB
Last updated
about 1 month ago
docker pull rjwang/rj-k8s-toolbox