简体   繁体   中英

How to schedule jobs in Kubeflow?

I'm setting up a Kubeflow cluster on AWS EKS, is there a native way in Kubeflow that allows us to automatically schedule jobs ie (Run the workflow every X hours, get data every X hours, etc.)

I have tried to look for other things like Airflow, but i'm not really sure if it will integrate well with the Kubeflow environment.

That should be what a recurring run is for.

That would be using a run trigger , which does have a cron field, for specifying cron semantics for scheduling runs.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM