metaflow icon indicating copy to clipboard operation
metaflow copied to clipboard

Trigger flows on different kubernetes clusters

Open omriel1 opened this issue 2 years ago • 2 comments

Hi, I'm currently exploring Metaflow, specifically its functionality related to Triggering Flows Based on External Events, and I'm curious about its applicability to the following use case:

Assume I have two flows F1 and F2 and kubernetes clusters A and B. Ideally I'd want to be able to execute F1 on cluster A and once it finishes, make it trigger the execution of F2 on cluster B.

Can it be done in some way?

omriel1 avatar Nov 02 '23 14:11 omriel1