In a modern age of microservices, cloud based IT infrastructure, continuous integration and deployment, importance of containerising infrastructure is of particular importantance. If done correctly from the outset you will save precious DevOps resources. Here is the key thing to make it work for you: consistency and automation. With a consistent and automated method of defining resources, monitoring, alerting, building and testing, adding a new microservice or testing environment becomes a magnitude easier that in the non-containerised world. In a non-containerised world it is necessary to spin-up virtual machines and do lot’s of interaction with cloud providers over their APIs, something that is both complex and time consuming. Let me take you for a journey and explain the steps along the way. It’s a journey from a single service to a complete IT infrastructure up and running.
Read More ›