Skip to content

Commit cffae5f

Browse files
committed
专家级别说明
1 parent 59d13bb commit cffae5f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

expert/expert.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44

55
但是个人感觉要在具备服务高性能高可用的前提下,具备分布式服务的能力。
66

7-
分布式结构就是将一个完整的系统,按照业务功能,拆分成一个个独立的子系统,在分布式结构中,每个子系统被称为服务。而且这些服务能独立运行在web容器中。比如SOA(面向服务的架构)和最近大热的微服务,其中最常用的框架有:
8-
- Spring Cloud
9-
- Dubbo
7+
分布式结构就是将一个完整的系统,按照业务功能,拆分成一个个独立的子系统,在分布式结构中,每个子系统被称为服务。而且这些服务能独立运行在web容器中。
108

9+
- 面向服务架架构(SOA)
1110

11+
- 云原生技术栈
12+
- 容器化(docker、k8s)
13+
- devops
14+
- 微服务(基于Spring Cloud实现或istio实现)
15+
- serverless
1216
---
1317

1418
欢迎关注我的公众号“**张有路**”,原创技术文章第一时间推送。

0 commit comments

Comments
 (0)