Hi team! We have multiple data processing pipelines currently deployed as separate services on EKS using Helm charts. We're exploring Flyte to potentially:
1. Connect these pipelines into cohesive workflows
2. Better manage their execution lifecycle
3. Handle dependencies between pipelines
What's the recommended approach? Should we keep Helm for deployments and use Flyte for orchestration, or migrate everything to be Flyte-native? Looking for best practices in integrating Flyte with existing EKS-deployed services 🤔
f
freezing-airport-6809
05/05/2025, 8:24 PM
Migrating to Flyte will make it faster to iterate and work with
freezing-airport-6809
05/05/2025, 8:24 PM
You can start with connecting first and then migrating
freezing-airport-6809
05/05/2025, 8:24 PM
So you can do it step by step
b
brave-nail-30599
05/06/2025, 12:54 PM
does Flyte need a seperate k8s cluster? or it can be inside a namespace in our cluster?
I mean what's the best option here?
f
freezing-airport-6809
05/06/2025, 1:25 PM
You can run in your cluster - again recommendation is separate cluster if you want to start running large compute through it