Ephemeral debug copy with shared PIDs kubectl

Clone pod with a debug container sharing the PID namespace; original stays untouched

kubectl debug <pod> -n <ns> --copy-to=<pod>-dbg --share-processes --image=nicolaka/netshoot -- sleep infinity
more kubectl all 73 commands →