Continuous delivery in DevOps

This post has been republished via RSS; it originally appeared at: Premier Field Engineering articles.

First published on TECHNET on Sep 04, 2018
Hello All,

Was part of a great discussion this week on Continuous Delivery and wanted to share some of that information with you.

Like it or not the way we deliver services to our users is changing, they are demanding new features faster and without issues.  And DevOps is how you will provide that or more specifically using Continuous delivery.  The essential idea is the following:

  1. Create rings or slices (Release pipeline) for build, test, configure, and deploy of code/feature.

  2. Monitor rings for events or triggers.

  3. Code can’t move between rings without getting a passing grade from a decision making entity.

  4. Automation is a key to success in this process.

  5. Consider using load balancing to control which ring users can use.


At the heart this process is about getting ideas, working on those ideas, testing that work, and then deploying.  This will require your team to rethink how you work and how you design, but the pay off is worth it.  Thru Continuous Delivery you will see improvements in how often you deliver features, how successful those changes are, to work/life balance of your engineers.

Check out this great success story here , for how Microsoft Bing does Continuous Delivery.

If you’re interested look at the service Continuous Integration and Delivery built into VSTS and Azure.

Finally if you’re interested in reading up on Continuous delivery look at these articles:

https://docs.microsoft.com/en-us/azure/devops/learn/what-is-infrastructure-as-code

https://docs.microsoft.com/en-us/azure/devops/learn/what-is-continuous-integration

https://docs.microsoft.com/en-us/azure/devops/learn/what-is-continuous-delivery

https://docs.microsoft.com/en-us/azure/devops/learn/what-is-monitoring

Pax

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.