Can a multi-cluster Flyte deployment be configured...
# flyte-deployment
e
Can a multi-cluster Flyte deployment be configured to schedule pods to different clusters based on
domains
versus
labels
like shown in the example
configmap
? https://docs.flyte.org/en/latest/deployment/multicluster.html
k
not pods, but workflows
a workflow is tied to one cluster
e
so a
{project}-{domain}
namespace will exist in each cluster
but a workflow can be setup so that its execution is tied to one of the
namespaces
in the cluster?
k
yes
you do not need to always use this namespace
you can change how you want the namespaces to be
but, a workflow execution uniquely belongs to one cluster, one namesapce
@Edgar Trujillo does that help?
159 Views