当前位置:网站首页>框架解析1.系统架构简介
框架解析1.系统架构简介
2022-04-23 05:41:00 【Pingszi】
1.概述
本文介绍数字化平台整体系统架构;
- 使用中台微服务架构;
- 使用springcloud微服务框架;
- 使用阿里云服务环境做为生产环境;
- 使用k8s集群管理容器;
2.架构简述
2.1.整体架构图

2.2.架构说明
2.2.1. 登录认证
整体使用jwt登录认证;
- 用户登录后,用户中心会生成一个jwt
2.2.2.权限认证
使用前端进行伪权限认证;
- 后台分配资源权限给用户后,前端根据分配的资源权限编码控制相应菜单/按钮的显示与隐藏;
- 后台掊口没有验证用户是否有访问权限,只能达到伪权限认证效果;
2.2.3.负载均衡
- 应用的负载均衡
- 各应用通常会通过域名对外暴露接口;
- 各应用有多个实例时,阿里云的slb提供对该域名的负载均衡;
- 中心的负载均衡
- 各中心通常不允许外网访问,只允许应用通过内网访问;
- 各中心通过k8s的service名称注册一个实例到eureka;
- 各中心实际存在多实例时,过k8s的service提供对各个中心的负载均衡;
- 各中心均未使用springcloud组件提供的负载均衡功能;
版权声明
本文为[Pingszi]所创,转载请带上原文链接,感谢
https://blog.csdn.net/zhouping118/article/details/120861708
边栏推荐
- refused connection
- STL learning notes 0x0001 (container classification)
- qt. qpa. plugin: Could not find the Qt platform plugin “xcb“ in ““
- Reading notes of modern methods of C language programming
- 2-软件设计原则
- SQL statement simple optimization
- mysql-触发器、存储过程、存储函数
- Introduction to qqueue
- Golang通过exec模块实现Ping连通性检测案例
- C, class library
猜你喜欢

2 - principes de conception de logiciels

SQL statement simple optimization

The 8th Blue Bridge Cup 2017 - frog jumping cup

橙单微服务之批量导入

QT drawpixmap and DrawImage blur problem

‘EddiesObservations‘ object has no attribute ‘filled‘

Ora: 28547 connection to server failed probable Oracle net admin error

Breadth first search topics (BFS)

Radar equipment (greedy)

‘EddiesObservations‘ object has no attribute ‘filled‘
随机推荐
Batch import of orange single micro service
Membarrier (personal learning and understanding)
提升Facebook触及率和互动率攻略 | 智能客服帮您抓住用户的心
POI generates excel and inserts pictures
Interview Basics
jdbc入门\获取数据库连接\使用PreparedStatement
deep learning object detection
Reading notes of modern methods of C language programming
C, class library
Excel obtains the difference data of two columns of data
Contract lock loophole
QSS, qdateedit, qcalendarwidget custom settings
MySQL query uses \ g, column to row
2-软件设计原则
Golang通过exec模块实现Ping连通性检测案例
ES6之解构函数
Sword finger offer II 022 The entry node of the link in the linked list
尚硅谷 p290 多态性练习
Formal parameters, local variables and local static variables
The address value indicated by the pointer and the value of the object indicated by the pointer (learning notes)