bookingcom / shipper

Kubernetes native multi-cluster canary or blue-green rollouts using Helm
Apache License 2.0
734 stars 38 forks source link

Gradual capacity and traffic shifting #315

Closed hihilla closed 3 years ago

hihilla commented 4 years ago

Shipper requires extra resources in order to perform a rollout. In case of an application with a staging-vanguard-full on strategy, Shipper will require ~twice as many resources to roll out an application. When having limited resources, this means users cannot fully take advantage of their resources. This aims to provide an answer to this complaint, by progressing in the rollout strategy in smaller increments.

This closes #124