hi
I’m using Python to create code that takes data from one server, preprocesses it, and stores it in another database. I’m trying to make sure this work goes on a regular basis. The first choice was using airflow. But as application get biger, I want to apply K8s. I think CronJob is the best choice. Would this work be possible and a good way to do it?
And, is their any example for this kink of work?