Skip to content
Snippets Groups Projects
Commit 6cf7b4d5 authored by Orit Golowinski's avatar Orit Golowinski
Browse files

Apply suggestion to data/release_posts/unreleased/doc_incremental_rollout.yml

parent f0934257
No related branches found
No related tags found
1 merge request!37387Blog Post - Document how to implement incremental rollouts with GitLab CI
Pipeline #109439854 passed
This commit is part of merge request !37387. Comments created here will be created in the context of that merge request.
...@@ -10,5 +10,6 @@ features: ...@@ -10,5 +10,6 @@ features:
- 'Continuous Delivery' - 'Continuous Delivery'
issue_url: 'https://gitlab.com/gitlab-org/gitlab/issues/27264' issue_url: 'https://gitlab.com/gitlab-org/gitlab/issues/27264'
description: | description: |
Auto DevOps offers an incremental rollout feature which uses GitLab CI. 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.
We are happy to instruct are users who are not using Auto DevOps how to achieve the same functionality.
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment