skip to content
Alvin Lucillo

Temp busybox pod

/ 1 min read

💻 Tech

To temporarily run a command in a short-lived busybox pod: kubectl run busybox --image=busybox --restart=Never --rm -it -- /bin/sh nc -zvb -w 2 service1 80