Migrating your monolithic application to microservices can be accomplished gradually, with clear benefits at each step.
Chris Richardson
Chris Richardson is the founder of the original CloudFoundry.com, an early Java PaaS (Platform as a Service) for Amazon EC2, and leads the microservices.io blog, with many microservices examples. He now consults with organizations to improve how they develop and deploy applications.
Choosing a Microservices Deployment Strategy
Explore the advantages and drawbacks of deploying microservices server instances on physical hosts or VMs, in containers, or statelessly.
Event-Driven Data Management for Microservices
Learn how an event-driven microservices architecture solves the distributed data management challenges caused by separate per-service datastores.
Service Discovery in a Microservices Architecture
Explore the service discovery within a microservices architecture, including client-side and server-side discovery patterns, the service registry, & more.
Building Microservices: Inter-Process Communication in a Microservices Architecture
Learn the pros and cons of the different technologies you can choose for inter-process communication in your microservices-based application
Building Microservices: Using an API Gateway
Learn why and how to build microservices using API gateways for communication between clients and applications.
Introduction to Microservices
Microservices are currently getting a lot of attention. This blog post is the first in a 7-part series about designing, building, & deploying microservices.