💻 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
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