https://flyte.org logo
#ask-the-community
Title
# ask-the-community
v

Viljem Skornik

03/13/2023, 9:08 PM
I’m trying to run multiple flyte deployments in one k8s cluster. Besides having dedicated resources, such as db, s3… Do I need to set anything else other than configmap.core.propeller.limit-namespace and configmap.core.propeller.leader-election.lock-config-map.namespace?
s

Samhita Alla

03/14/2023, 5:00 AM
May I know why you're trying to run multiple Flyte deployments in a single cluster?
v

Viljem Skornik

03/14/2023, 5:03 AM
We have multiple non-prod environments deployed in one cluster (namespaced) and it makes my life easier if I can just deploy flyte with that env rather than worry about having one global installation in sync for all envs.
s

Samhita Alla

03/14/2023, 5:14 AM
Oh I'm not sure if this is a preferred approach. A single Flyte deployment should suffice most of the use cases (you may have to resort to multi-cluster deployment if your compute exceeds the limits of a single K8s cluster.) Also, what do you mean by global installation in sync?
v

Viljem Skornik

03/14/2023, 5:18 AM
I imagined it isn’t preferred, indeed. By global install in sync I just mean one cluster-wide flyte deployment supporting X environments.