-
Notifications
You must be signed in to change notification settings - Fork 3
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
Canary Deployments #84
Comments
Possibly close to an actual solution: |
We also need a way to make this gradual and roll back in case of error. So this feature seems to be a bit more than just putting together what is already there! |
@dvallin we use Ambassador for canary deployments so we can have the ability to send 10% of traffic to the canary and then gradually dial it up. Could also could use Istio here, but went with Ambassador for a simpler setup. |
Is your feature request related to a problem? Please describe.
It is not clear what is needed to do canary releases. Perhaps it is already possible with the current feature set. Perhaps we need finer control for that.
Describe the solution you'd like
A example setup for canary deployment. Perhaps additional pipeline steps.
The text was updated successfully, but these errors were encountered: