Hi Flyte community, we are moving our installation...
# flyte-support
e
Hi Flyte community, we are moving our installation to a Multi cluster setup and utilising GPUs. In this case, not all clusters may be built equally for a variety of reasons. How would Flyte work in these instances: 1. Is Flyte able to discern which cluster a workflow should be executed on without explicit configuration? Ie, only 1 of n clusters has GPUs enabled or available. 2. Is it possible to configure a preference for cluster for a specific resource? Ie, there are GPUs available on multiple clusters but there is a preference for them to be scheduled on a specific cluster, but if that cluster fails or is unavailable then it can be scheduled on another cluster.
f
You will have to manually configure this. Union on the other hand has a special routing system that is smarter. Cc @high-park-82026 @silly-toddler-37820
Sorry was on the phone earlier, but Flyte today has a routing system for workflows 1. Cluster config 2. You can route based on weights Its mostly geared towards homegenity in resources
e
Thanks Ketan, I'll take a look.