Hi! I'm new to prefect and am so keen to learn more! I have a use case that wants to have a flow that runs 2 different Docker images on k8s. Is there a good example I can follow?
k
Kevin Kho
07/16/2021, 6:26 PM
Hi @haven, not exactly but there are a couple of things you can check that will help. First is the flow of flows documentation here . You would register those as two separate flows orchestrated by a “main” flow. You can then use the
KubernetesRun
run configuration here and supply the different image for each when you register those sub flows.
h
haven
07/16/2021, 6:30 PM
Wow thanks for the awesome and speedy response. Did a scan of your links and they look like what I'm looking for. Thanks a lot!