Continuous Delivery of a Microservice Architecture using Concourse.ci, Cloud Foundry and Artifactory

231

This comprehensive tutorial takes a simple microservice architecture and explains how to setup a concourse pipeline in order to test and deploy single microservices independently without affecting the overall microservice system. Cloud Foundry will be used as a platform to which the microservices are deployed to.

Along the way all basic concourse.ci concepts are explained.

The goal of the concourse pipeline – which is build during this tutorial – is to automatically trigger and execute the following steps whenever a developer pushes a change to a git repository…
Read more at Specify.io