cuddly-energy-9218
06/18/2024, 7:46 PM1
?
If not, I can make a quick PR make that as variable.hallowed-mouse-14616
06/21/2024, 3:08 PMaverage-finland-92144
06/21/2024, 3:36 PMcuddly-energy-9218
06/21/2024, 5:25 PMflyte-binary
deployment to 3 pods. From the logs I do not find a leader election mechanism. it appears to be working as normal.cuddly-energy-9218
06/21/2024, 5:28 PMThe flyte-binary helm chart is for the single binary deploymentMy understanding about this is all components are packed in to one binary. Components such as FlyteAdmin, FlytePropeller, DataCatalog
cuddly-energy-9218
06/21/2024, 5:29 PMcuddly-energy-9218
06/24/2024, 8:16 PMaverage-finland-92144
06/24/2024, 9:52 PMFrom the logs I do not find a leader election mechanism.This could be problematic, for consistency there can be only a propeller instance running. This is gracefully handled in`flyte-core`
hallowed-mouse-14616
06/25/2024, 1:04 PMflyte-binary
setup? If it is resilience, my understanding is that flyte-binary
is meant as a quick and easy deploy strategy but more complex production-level deployments are better using a different model. @average-finland-92144 do I understand this correctly?average-finland-92144
06/25/2024, 1:10 PMflyte-binary
is backed by a Deployment so it has some level of resiliency with flyte-core
more geared towards multicluster setups. Being able to independently scale Flyte components (like propeller) is another reason to consider flyte-corecuddly-energy-9218
06/26/2024, 12:26 AMDeployment usually have more than one replica right? I do not plan to setup multi cluster setup (each components run in different cluster). However I do want to have some level of resiliency than just a single pod running (typically Deployment does that, by increasing the replica count)is backed by a Deployment so it has some level of resiliencyflyte-binary
average-finland-92144
06/26/2024, 11:27 AMcuddly-energy-9218
06/26/2024, 3:33 PMsingle Flyte cluster can handle more than 13,000 nodes.
did they mean this by running just one pod in a deployment?
> We recommend the Single Cluster option for a capable though not massively scalable cluster.
> This option is appropriate if all your compute can fit on one EKS cluster . As of this writing, a single Flyte cluster can handle more than 13,000 nodes.average-finland-92144
06/27/2024, 11:14 AMaverage-finland-92144
06/27/2024, 11:14 AMI hope I don't sound argumentative, but I find the Flyte documentation a bit confusing.Keep questions coming! Agree that there are still obscure areas in the docs