Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
Signed-off-by: bobz965 <[email protected]>
  • Loading branch information
bobz965 committed Sep 9, 2023
1 parent e61cf8c commit 6849a89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@

- 由于网络应用往往需要固定 ip, 使用 StatefulSet 负载
- 基于 annotation 为 StatefulSet Pod 固定 ip 池
- 基于 Pod exec 管理应用配置
- 基于 Pod exec 管理应用配置

## 1. 不使用 CCM

在设计上我们不打算参考 ccm 的实现,不接入第三方的 api 接口以及客户端, 我们打算直接基于 pod annotation 编排我们需要的业务逻辑

0 comments on commit 6849a89

Please sign in to comment.