getting inside the pod command code example
Example: command inside pod
#Append this to end of spec in containers
>> command: ["/bin/sh"]
args: ["-c", "while true; do echo hello; sleep 10;done"]
#Append this to end of spec in containers
>> command: ["/bin/sh"]
args: ["-c", "while true; do echo hello; sleep 10;done"]