Files
kuboard-press/learning/k8s-bg/architecture/com.md
2019-10-06 21:18:49 +08:00

19 lines
1007 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
vssueId: 120
layout: LearningLayout
description: Kubernete教程_Kubernetes组件_本文描述了Kubernetes集群和Master节点实际上是 apiserver之间的通信路径。用户在自定义集群的安装之前或者调整集群的网络配置之前必须理解这部分内容
meta:
- name: keywords
content: Kubernetes 教程,Kubernetes Master-Node通信
---
# Master-Node之间的通信
本文描述了Kubernetes集群和Master节点实际上是 apiserver之间的通信路径。用户在自定义集群的安装之前或者调整集群的网络配置之前必须理解这部分内容。例如
* 从 [安装Kubernetes单Master节点](/install/install-k8s.html) 的安装结果调整到 [安装Kubernetes高可用](/install/install-kubernetes.html) 的安装结果
* 将公网 IP 地址上的机器作为节点加入到 Kubernetes 集群
Master-Node 之间的通信可以分为如下两类:
* [Cluster to Master](./com-n-m.html)
* [Master to Cluster](./com-m-n.html)