Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed some spelling errors #484

Merged
merged 2 commits into from
Jun 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Borg 主要由 BorgMaster、Borglet、borgcfg 和 Scheduler 组成,如下图
![Borg 架构](../images/borg.png)

* BorgMaster 是整个集群的大脑,负责维护整个集群的状态,并将数据持久化到 Paxos 存储中;
* Scheduer 负责任务的调度,根据应用的特点将其调度到具体的机器上去;
* Scheduler 负责任务的调度,根据应用的特点将其调度到具体的机器上去;
* Borglet 负责真正运行任务(在容器中);
* borgcfg 是 Borg 的命令行工具,用于跟 Borg 系统交互,一般通过一个配置文件来提交任务。

Expand Down Expand Up @@ -47,7 +47,7 @@ Kubernetes 主要由以下几个核心组件组成:

下图清晰表明了 Kubernetes 的架构设计以及组件之间的通信协议。

![Kuberentes 架构(图片来自于网络)](../images/kubernetes-high-level-component-archtecture.jpg)
![Kubernetes 架构(图片来自于网络)](../images/kubernetes-high-level-component-archtecture.jpg)

下面是更抽象的一个视图:

Expand Down