Remove redundant English from headings

This commit is contained in:
yeasy
2026-03-16 22:34:38 -07:00
parent bacdb2c25a
commit aff16d1921
12 changed files with 23 additions and 23 deletions

View File

@@ -329,7 +329,7 @@ networks:
}
```
#### 自定义服务发现Service Discovery
#### 自定义服务发现
**使用 Docker 内建 DNS 的服务发现**
@@ -407,7 +407,7 @@ kubectl patch deployment -n kube-system coredns --patch '{
}'
```
### 9.7.4 网络策略NetworkPolicy实践
### 9.7.4 网络策略实践
网络策略定义了容器间的流量控制规则是微服务架构中的安全基础