79704446

Date: 2025-07-17 07:40:43
Score: 2
Natty:
Report link

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"

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dhruv Dave