This will be the start of the series of blog posts with the title “Achieving Continuous Delivery”, which I plan to write about in the upcoming few months. Topics I plan to cover are:
- What is the difference between CI and CD? Two meanings of CD. What is the business value in it? The tooling we will be using in the series
- Dockerization of a basic application
- Dockerization of an application, which has external dependencies (we will have just a database)
- Build service preparation. I will definitely cover TravisCI and probably some others for a comparison
- Preparing Staging and Production environments, using Heroku and integrating them into the CI pipeline
- Getting closer to the Continuous Delivery with feature toggles
After that, if I will still have an interest, I will also cover the AWS way of going from classical ELB+EC2 to the containerized approach, but won’t commit for this for now. Also, as you know, along the way people tend to change their mind and forgotten steps may appear or in the opposite, some steps will be too easy, so they will be merged with one another. Otherwise, all our estimations would be perfectly precise %)
However, let’s get started with the definitions, to understand, what we’re trying to tell and achieve when we’re talking about CI/CD.
Continue reading →