Debug docker container that has a few tools for k8s debugging.
Feel free to open a issue if you want a tool in here.
/tools/pid2pod <pid>- Find pod that has PID on node debug/tools/inotify-consumers- Get inotify consumers.ps- To check processes on the node.
iperf- Network performance testingab- Apache Benchmark for load testinggoogle-cloud-cli- CLI for talking with GCloudspeedtest-cli- Speedtest CLI for testing network speedcurl- The must have for any debug container, making random network requests inside your container/tools/grpc-client-cli- For making GRPC requests
kubectl debug -it node/NODE_NAME --image-pull-policy=Always --image=ghcr.io/techwolf12/debug-container:latest
kubectl run techwolf12-debug --rm --restart=Never --image-pull-policy=Always -it --image=ghcr.io/techwolf12/debug-container:latest -- /bin/bash