We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 253fe18 + 9552bab commit bfe51b8Copy full SHA for bfe51b8
content/zh-cn/docs/concepts/services-networking/network-policies.md
@@ -1,13 +1,22 @@
1
---
2
title: 网络策略
3
content_type: concept
4
-weight: 50
+weight: 70
5
+description: >-
6
+ 如果你希望在 IP 地址或端口层面(OSI 第 3 层或第 4 层)控制网络流量,
7
+ NetworkPolicy 可以让你为集群内以及 Pod 与外界之间的网络流量指定规则。
8
+ 你的集群必须使用支持 NetworkPolicy 实施的网络插件。
9
10
11
<!--
12
title: Network Policies
13
14
15
16
+ If you want to control traffic flow at the IP address or port level (OSI layer 3 or 4),
17
+ NetworkPolicies allow you to specify rules for traffic flow within your cluster, and
18
+ also between Pods and the outside world.
19
+ Your cluster must use a network plugin that supports NetworkPolicy enforcement.
20
-->
21
22
<!-- overview -->
0 commit comments