Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Centralized Rollout for multi-cluster environments #2737

Open
edubonifs opened this issue Apr 21, 2023 · 4 comments
Open

Centralized Rollout for multi-cluster environments #2737

edubonifs opened this issue Apr 21, 2023 · 4 comments
Labels
enhancement New feature or request no-issue-activity

Comments

@edubonifs
Copy link

edubonifs commented Apr 21, 2023

Summary

I think it could be really good if we could create a centralized rollout that would be deployed in several workload clusters.

Use Cases

At this moment, if we want to schedule a rollout in multiple clusters at the same time, in a multi-cluster environment, we only have the possibility of creating a different rollout object for each remote cluster and promote them one by one.

It would be really would to have a centralized rollout which would be deployed to remote clusters, and when you promote this centralized rollout, all workload rollouts would promote at the same time.

This would cover a lot of use cases of Istio community willing to deploy canary deployment in a multi-cluster environment.

All rollouts would be configured the same and will take prometheus metrics from the same source of truth, so it will be a way of deploying new versions of the application at the same time based on prometheus queries.

Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.

@edubonifs edubonifs added the enhancement New feature or request label Apr 21, 2023
@edubonifs
Copy link
Author

This would also solve already open issues as this one: #2088

@zachaller
Copy link
Collaborator

I think a syncing step plugin would be the way to implement this.

@github-actions
Copy link
Contributor

This issue is stale because it has been open 60 days with no activity.

@tinkerborg
Copy link

This type of functionality can be achieved using something like Karmada (I am not affiliated with the project, I'm just someone looking to solve the same problem). Some interesting viewing here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request no-issue-activity
Projects
None yet
Development

No branches or pull requests

3 participants