当前位置:网站首页>Framework analysis 1 Introduction to system architecture
Framework analysis 1 Introduction to system architecture
2022-04-23 06:04:00 【Pingszi】
1. summary
This paper introduces the overall system architecture of digital platform ;
- Use the medium platform microservice Architecture ;
- Use springcloud Microservice framework ;
- Use Alibaba cloud service environment as the production environment ;
- Use k8s Cluster management container ;
2. Architecture brief
2.1. Overall architecture

2.2. Architecture description
2.2.1. Login authentication
Overall use jwt Login authentication ;
- After the user logs in , The user center will generate a jwt
2.2.2. Permission authentication
Use the front end for pseudo authority authentication ;
- After allocating resource permissions to users in the background , The front end controls the corresponding menu according to the allocated resource permission code / Display and hide of buttons ;
- The background port does not verify whether the user has access rights , It can only achieve the effect of pseudo authority authentication ;
2.2.3. Load balancing
- Load balancing of applications
- Each application usually exposes the interface through the domain name ;
- When there are multiple instances of each application , Ali cloud, slb Provide load balancing for the domain name ;
- Load balancing in the center
- Each center usually does not allow Internet access , Only applications are allowed to access through the intranet ;
- Each center passes k8s Of service Name register an instance to eureka;
- When there are multiple instances in each center , too k8s Of service Provide load balancing for each center ;
- None of the centers are used springcloud Load balancing function provided by component ;
版权声明
本文为[Pingszi]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230540524577.html
边栏推荐
- In depth understanding of the relationship between dncblevel and noise denoising in the paper
- Linear algebra Chapter 1 - determinant
- 线性规划问题中可行解,基本解和基本可行解有什么区别?
- MySQL basic madness theory
- Fundamentals of digital image processing (Gonzalez) I
- Create enterprise mailbox account command
- 开发环境 EAS登录 license 许可修改
- 编程记录——图片旋转函数scipy.ndimage.rotate()的简单使用和效果观察
- PyTorch笔记——通过搭建ResNet熟悉网络搭建方式(完整代码)
- ValueError: loaded state dict contains a parameter group that doesn‘t match the size of optimizer‘s
猜你喜欢

Delete and truncate

Pytorch——数据加载和处理

自動控制(韓敏版)

JDBC connection database

In depth understanding of the relationship between dncblevel and noise denoising in the paper

Pytorch notes - observe dataloader & build lenet with torch to process cifar-10 complete code

Create binary tree
![如何利用对比学习做无监督——[CVPR22]Deraining&[ECCV20]Image Translation](/img/33/780b80693f70112eebc10941f7c134.png)
如何利用对比学习做无监督——[CVPR22]Deraining&[ECCV20]Image Translation

On traversal of binary tree

sklearn之 Gaussian Processes
随机推荐
Font shape `OMX/cmex/m/n‘ in size <10.53937> not available (Font) size <10.95> substituted.
容器
开发环境 EAS登录 license 许可修改
Rsync for file server backup
Anaconda
PyQy5学习(二):QMainWindow+QWidget+QLabel
自定义异常类
PyTorch笔记——观察DataLoader&用torch构建LeNet处理CIFAR-10完整代码
Postfix变成垃圾邮件中转站后的补救
Pytorch introduction notes - use a simple example to observe the output size of each layer of forward propagation
RedHat6之smb服务访问速度慢解决办法记录
Write your own redistemplate
Pytorch learning record (III): structure of neural network + using sequential and module to define the model
Pytoch -- data loading and processing
深入理解去噪论文——FFDNet和CBDNet中noise level与噪声方差之间的关系探索
建表到页面完整实例演示—联表查询
Custom exception class
Chapter 3 of linear algebra - Elementary Transformation of matrix and system of linear equations
protected( 被 protected 修饰的成员对于本包和其子类可见)
Manually delete registered services on Eureka