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.
选择微服务部署策略
Explore the advantages and drawbacks of deploying microservices server instances on physical hosts or VMs, in containers, or statelessly.
针对微服务的事件驱动数据管理
Learn how an event-driven microservices architecture solves the distributed data management challenges caused by separate per-service datastores.
微服务架构中的服务发现
Explore the service discovery within a microservices architecture, including client-side and server-side discovery patterns, the service registry, & more.
构建微服务:微服务体系结构中的进程间通信
Learn the pros and cons of the different technologies you can choose for inter-process communication in your microservices-based application
构建微服务:使用 API 网关
Learn why and how to build microservices using API gateways for communication between clients and applications.
微服务简介
Microservices are currently getting a lot of attention. This blog post is the first in a 7-part series about designing, building, & deploying microservices.