kubernetes-handbook/usecases/microservices.md

4 lines
452 B
Markdown
Raw Normal View History

2017-06-01 20:18:05 +08:00
# 微服务架构
2017-08-25 19:00:23 +08:00
Kubernetes 设计之初就是按照 Cloud Native 的理念设计的Cloud Native 中有个重要概念就是微服务的架构设计,当将单体应用拆分微服务后, 随着服务数量的增多,如何微服务进行管理以保证服务的 SLA 呢为了从架构层面上解决这个问题解放程序员的创造性避免繁琐的服务发现、监控、分布式追踪等事务Service mesh 应运而生。