kubectl debug \
$(kubectl -n NAMESPACE get pods --selector LABEL=VALUE --output jsonpath='{.items[0].metadata.name}') \
-n NAMESPACE -it --share-processes \
--image alpine \
--copy-to qqq-debug
kubectl -n NAMESPACE delete pod qqq-debug
kubectl debug node/NODENAME -it --image=alpine