I have a docker image with a few python functions that I would like to execute using a K8 cronjob.
I added the docker image to the cronjob spec so the functions would be executed on a schedule.
Would it be necessary or beneficial if I created a container with the same docker image via a deployment spec that would follow the logs?