File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
content/zh-cn/docs/concepts/security Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -240,12 +240,11 @@ Kubernetes 使用 TLS 保护 API 流量;确保在部署集群时采用了 TLS
240
240
things: isolation between different applications, and a mechanism to combine
241
241
those isolated applications to run on the same host computer. Those two
242
242
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.
244
244
-->
245
245
{{< glossary_tooltip text="容器" term_id="container" >}} 提供了两种功能:
246
- 不同应用程序间的隔离和将这些隔离的应用程序合并运行到同一台主机。
247
- 隔离和聚合这两个方面意味着运行时安全需要权衡利弊,
248
- 找到合适的平衡点。
246
+ 不同应用程序间的隔离,以及将这些隔离的应用程序合并运行到同一台主机的机制。
247
+ 隔离和聚合这两个方面意味着运行时安全需要权衡利弊,并找到合适的平衡点。
249
248
250
249
<!--
251
250
Kubernetes relies on a {{< glossary_tooltip text="container runtime" term_id="container-runtime" >}}
You can’t perform that action at this time.
0 commit comments