Skip to content

Commit

Permalink
add: 概念-控制平面提要页 (servicemesher#305)
Browse files Browse the repository at this point in the history
* done

* Update control-plane.md

change product to project

* Update control-plane.md
  • Loading branch information
malphi authored Jul 30, 2020
1 parent 1ff9de2 commit 5960ef1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions concepts/control-plane.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
authors: [""]
reviewers: [""]
authors: ["malphi"]
reviewers: ["rootsongjc"]
---

# 控制平面
# 控制平面

顾名思义,控制平面就是控制和管理数据平面的 sidecar 代理,完成配置的分发、服务发现、和授权鉴权等功能。Istio 是第一个在架构中添加控制平面的 Service Mesh 项目。架构中拥有控制平面的优势在于,可以统一的对数据平面进行管理。试想一下,如果没有它,你想对网格内的代理进行配置的更新操作,恐怕就不是一件轻松的事情了。这也正是为什么拥有控制平面的项目,对 Linkerd 这种第一代 Service Mesh 具有巨大竞争优势的原因。

从 Istio 1.5 版本开始,控制平面由原来分散的、独立部署的几个组件整合为一个单体结构 istiod,变成了一个单进程、多模块的组织形态。目前的控制平面包括 Pilot、Galley、Citedal,本章我们会一一介绍它们。

0 comments on commit 5960ef1

Please sign in to comment.