This commit is contained in:
huanqing.shao
2019-09-18 22:59:49 +08:00
parent bbeeb11540
commit 0fa6b590f5
16 changed files with 687 additions and 35 deletions

View File

@ -43,6 +43,7 @@ description: Kubernetes 免费中文教程
* 服务发现、负载均衡、网络
* [Service 概述](/learning/k8s-intermediate/service/service.html)
* [Service 详细描述](/learning/k8s-intermediate/service/service-details.html)
* [Service 类型](/learning/k8s-intermediate/service/service-types.html)
* [Service/Pod 的 DNS](/learning/k8s-intermediate/service/dns.html) <Badge text="正在撰写" type="warn"/>
* [Service 连接应用程序](/learning/k8s-intermediate/service/connecting.html) <Badge text="正在撰写" type="warn"/>
* [Ingress 通过互联网访问您的应用](/learning/k8s-intermediate/service/ingress.html)