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 🤔