This commit is contained in:
huanqing.shao
2019-10-08 14:56:10 +08:00
parent 461c04e9bb
commit 0f0ae31ea6
7 changed files with 288 additions and 6 deletions

View File

@ -48,7 +48,7 @@ Service是一个抽象层它通过 LabelSelector 选择了一组 Pod容器
## 服务和标签
下图中有两个服务Service A(色虚线)和Service B(色虚线)
下图中有两个服务Service A(色虚线)和Service B(色虚线)
Service A 将请求转发到 IP 为 10.10.10.1 的Pod上
Service B 将请求转发到 IP 为 10.10.10.2、10.10.10.3、10.10.10.4 的Pod上。