准备 1.15.4

This commit is contained in:
huanqing.shao
2019-09-19 23:37:53 +08:00
parent 0fa6b590f5
commit 462610661e
18 changed files with 483 additions and 47 deletions

View File

@ -100,7 +100,7 @@ spec:
> 文档 [安装 Kubernetes 单Master节点](/install/install-k8s.html) 中使用的就是这种拓扑结构。这种方式下Ingress Controller 存在单点故障的可能性。
![单IngressController节点](../../../install/install-k8s.assets/image-20190826000521999.png)
![单IngressController节点](/images/topology/k8s.png)
### 使用外部负载均衡器
@ -112,7 +112,7 @@ spec:
> 文档 [安装 Kubernetes 高可用](/install/install-kubernetes.html) 中使用的就是这种拓扑结构。
![LoadBalancer](../../../install/install-kubernetes.assets/image-20190826000403193.png)
![LoadBalancer](/images/topology/kubernetes.png)
## 实战:通过 Ingress 使您的应用程序在互联网可用