Skip to content

Commit 4e45a31

Browse files
authored
Merge pull request #48274 from RifeWang/sync-zh-concepts/cloud-native-security
[zh-cn] sync cloud-native-security.md
2 parents ce7077c + 9479a60 commit 4e45a31

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/zh-cn/docs/concepts/security/cloud-native-security.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,11 @@ Kubernetes 使用 TLS 保护 API 流量;确保在部署集群时采用了 TLS
240240
things: isolation between different applications, and a mechanism to combine
241241
those isolated applications to run on the same host computer. Those two
242242
aspects, isolation and aggregation, mean that runtime security involves
243-
trade-offs and finding an appropriate balance.
243+
identifying trade-offs and finding an appropriate balance.
244244
-->
245245
{{< glossary_tooltip text="容器" term_id="container" >}} 提供了两种功能:
246-
不同应用程序间的隔离和将这些隔离的应用程序合并运行到同一台主机。
247-
隔离和聚合这两个方面意味着运行时安全需要权衡利弊,
248-
找到合适的平衡点。
246+
不同应用程序间的隔离,以及将这些隔离的应用程序合并运行到同一台主机的机制。
247+
隔离和聚合这两个方面意味着运行时安全需要权衡利弊,并找到合适的平衡点。
249248

250249
<!--
251250
Kubernetes relies on a {{< glossary_tooltip text="container runtime" term_id="container-runtime" >}}

0 commit comments

Comments
 (0)