Hi - I am new to Metaflow, had the below question....
# ask-metaflow
k
Hi - I am new to Metaflow, had the below question. Please direct me to the right documentation/topic incase the question is already answered in same. - Thnx Is there a way to trigger (or deploy) multiple flows within same container/pod? For eg., I have a set of flows F1, F2 and F3 with each having its owns steps within. And I have a pod already running in my cluster, is there a way to execute all 3 (F1, F2 and F3) in that already running pod? Or each flow always will have to spin off its own pod/container?