If you are using busybox image then you have to use sleep command to keep you container running.
kubectl run test busybox --restart Never --image busybox:latest --command -- /bin/sh -c "echo I am the tester pod now I will sleep; date; sleep 3600"