banzaicloud / pipeline

Banzai Cloud Pipeline is a solution-oriented application platform which allows enterprises to develop, deploy and securely scale container-based applications in multi- and hybrid-cloud environments.
https://banzaicloud.com/products/pipeline/
Apache License 2.0
1.5k stars 163 forks source link

Factor out Velero synchronization to a separate process #3369

Open pbalogh-sa opened 3 years ago

pbalogh-sa commented 3 years ago

Describe the solution you'd like to see Figure out, how the ARK syncing mechanism should work in order to get rid out of the sync goroutine.

1609

sagikazarmark commented 3 years ago

The first step should be factoring out the synchronization to a separate process in an effort to make Pipeline HA. Refactoring Velero to work without synchronization is a bigger task.

sagikazarmark commented 3 years ago

Requires #3370