You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Figure out how to do that. Also a way to get all releases available for deployment or text input/api parameter
Deployment strategies that can be supported.
recreate: terminate the old version and release the new one.
ramped: release a new version on a rolling update fashion, one after the other.
blue/green: release a new version alongside the old version then switch traffic.
canary: release a new version to a subset of users, then proceed to a full rollout.
Clivern
changed the title
Find a way to automate releases with different deployment strategies & rollback
Automate releases with different deployment strategies & rollback
Feb 13, 2020
Clivern
changed the title
Automate releases with different deployment strategies & rollback
Automate releases with different deployment strategies & rollback plan
Feb 13, 2020
Figure out how to do that. Also a way to get all releases available for deployment or text input/api parameter
Deployment strategies that can be supported.
Client -->
https://github.com/kubernetes/client-go/blob/master/kubernetes/typed/core/v1/core_client.go
The text was updated successfully, but these errors were encountered: