Kubernetes: Cron Jobs
Sometimes your work isn’t transactional. Instead of waiting for a user to click a button and have systems light up we sometimes need to respond to a specific time and take actions from there. Cron Jobs are old hat for most middle tier and backend developers needing to run a job on a…