Rustem Abdrakhmanov's Blog

Cloud Architect | DevOps Engineer | AWS Certified Professional | Certified Kubernetes Administrator | RHCE

Continuous Integration (CI) branching strategy and Configuration Management (CM) Framework
DevOps technical assessment

Continuous Integration (CI) branching strategy and Configuration Management (CM) Framework

There are many branching strategies available. The most popular of them are listed below: Single branch (trunk based) - Straightforward approach; Well suited for continuous delivery; Merge conflicts are usually straightforward and easy to address. Branch by customer/organization. A customized release created for a customer or organization. Standard features