Hi folks,
In this post I talk about how to manually run a job from a Kubernetes cronjob.
Assume the cronjob is called mycronjob, you can use the following command:
kubectl create job --from=crojob/mycronjob name-of-job
That’s all for now. Happy software development.