lukaszx0 / k8s-debug-container

Docker image to use as Kubernetes debug container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k8s-debug-container

Docker image to use as Kubernetes debug container

Usage

$ docker build . -t debug-tools

$ kubectl debug -it $POD_NAME --image=debug-tools:latest --target=$CONTAINER_NAME

Tools

Legacy utility Replacement command Note
ifconfig ip addr, ip link Address and link configuration
route ip route Routing tables
arp ip neigh Neighbors
iptunnel ip tunnel Tunnels
nameif, ifrename ip link set name Rename network interfaces
ipmaddr ip maddr Multicast
netstat ss, ip route Show various networking statistics
brctl bridge Handle bridge addresses and devices

About

Docker image to use as Kubernetes debug container

License:MIT License


Languages

Language:Shell 91.9%Language:Dockerfile 8.1%