-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* go fmt * fix readme * 添加 熔断限流机制 readme * 添加 热更新 readme * 更新readme * 更新readme * 更新 readme 图片路径 Co-authored-by: MalikHou <[email protected]>
- Loading branch information
1 parent
b17c352
commit b758675
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# 部署 | ||
|
||
## 物理机部署 | ||
<img src="docs/cn/assets/deployment_idc.png" style="zoom:60%;" /> | ||
<img src="assets/deployment_idc.png" style="zoom:60%;" /> | ||
物理机部署应该尽可能选择多个机房部署, 做到高可用, 其中每个实例应该保持配置相同, 上游可以选择带有健康检查的 Server Load Balancer . | ||
|
||
## kubernetes 下部署 | ||
<img src="docs/cn/assets/deployment_k8s.png" style="zoom:60%;" /> | ||
<img src="assets/deployment_k8s.png" style="zoom:60%;" /> | ||
kubernetes 下部署可以利用 nodeSelector 将 Pod 尽量调度到不同的 node 节点上, 此操作需要向 Node 对象添加标签就可以将 pod 定位到特定的节点或节点组, 这可以用来确保指定的 Pod 只能运行在具有一定隔离性,安全性或监管属性的节点上. | ||
其中上游可以直接通过 Service 或者其他转发组件进行转发 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters