How to schedule jobs in Kubeflow?

9/3/2019

I'm setting up a Kubeflow cluster on AWS EKS, is there a native way in Kubeflow that allows us to automatically schedule jobs i.e. (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.

-- Renz Iver Baliber
airflow
amazon-eks
kubeflow
kubernetes

1 Answer

9/3/2019

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.

-- VonC
Source: StackOverflow