Skip to content
Snippets Groups Projects

Blog Post - Document how to implement incremental rollouts with GitLab CI

Merged Orit Golowinski requested to merge ogolowinski-master-patch-07106 into master
All threads resolved!
@@ -6,10 +6,9 @@ features:
reporter: ogolowinski
stage: release
categories:
- 'incremental Rollout'
- 'Incremental Rollout'
- 'Continuous Delivery'
issue_url: 'https://gitlab.com/gitlab-org/gitlab/issues/27264'
description: |
When rolling out changes to your application, it is possible to release production changes to only a portion of your Kubernetes pods as a risk mitigation strategy. By releasing production changes gradually, error rates or performance degradation can be monitored, and if there are no problems all pods can be updated.
Auto DevOps already offers incremental rollout, but now we are happy to instruct users not using Auto DevOps how to achieve the same results with timed or manual incremental rollouts in a new guide.
Auto DevOps offers an incremental rollout feature which uses GitLab CI.
We are happy to instruct are users who are not using Auto DevOps how to achieve the same functionality.
Loading