Book Image

The Cloud Adoption Playbook

By : Moe Abdula, Ingo Averdunk, Roland Barcia, Kyle Brown, Ndu Emuchay
Book Image

The Cloud Adoption Playbook

By: Moe Abdula, Ingo Averdunk, Roland Barcia, Kyle Brown, Ndu Emuchay

Overview of this book

As cloud technologies continue to challenge the fundamental understanding of how businesses work, smart companies are moving quickly to adapt to a changing set of rules. Adopting the cloud requires a clear roadmap backed by use cases, grounded in practical real-world experience, to show the routes to successful adoption. The Cloud Adoption Playbook helps business and technology leaders in enterprise organizations sort through the options and make the best choices for accelerating cloud adoption and digital transformation. Written by a team of IBM technical executives with a wealth of real-world client experience, this book cuts through the hype, answers your questions, and helps you tailor your cloud adoption and digital transformation journey to the needs of your organization.
Table of Contents (17 chapters)
Free Chapter
1
Cover
2
Title Page
3
Foreword
16
Index
17
End User License Agreement

Example Microservices Reference Architecture

For illustration, in this section we will provide an end-to-end example of a particular architecture style and some of its architecture aspects. Microservices architecture is an architecture style often used to develop new cloud-native applications. In addition, many organizations are rewriting existing monoliths into new microservices, because they want to move faster, deploy applications quickly, and not have to regression-test old code. If you look at the 12 factors of cloud-native applications (https://12factor.net), you notice that it has many of the same principles as microservices design; as such, it is the de facto method for building modern cloud applications.

Style introduction

This section does not go deep into the details of this particular style of documentation but discusses it in enough depth to help you understand the components of a modern reference architecture.

Microservices is an application architectural style in which...