I like the idea of managing agents externally- cc ...
# flyte-connectors
f
I like the idea of managing agents externally- cc @high-park-82026 Just a question in multi cluster deployments we will have to replicate this config map everywhere Flyte config system can handle multiple configs, but currently propeller does not auto reload the config (this is possible)
b
We have multiple datacenters in multiple regions. In each data center, there are multiple k8s clusters. Currently with or without agents, the flyte control plane and data plane configuration are replicated in each k8s cluster in each datacenter. The replication of the config already happens for every cluster even without custom agents configuration. The point is that each propeller just load/merges the configmaps in the same cluster.
f
ya that is fine, what i meant was, that if you have a central control plane
but this is just deployment so its ok
b
exactly.