3

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.

1 Answers1

1

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
  • 1,262,500
  • 529
  • 4,410
  • 5,250