Skip to content

Commit 041fa1c

Browse files
authored
Merge pull request kubernetes#50198 from my-git9/np-30129
[zh-cn]sync security/_index.md
2 parents d4d4ceb + 5d70548 commit 041fa1c

File tree

1 file changed

+18
-0
lines changed
  • content/zh-cn/docs/concepts/security

1 file changed

+18
-0
lines changed

Diff for: content/zh-cn/docs/concepts/security/_index.md

+18
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,24 @@ or detective controls around Pods, their containers, and the images that run in
105105
[网络策略(NetworkPolicy)](/zh-cn/docs/concepts/services-networking/network-policies/)
106106
可让控制 Pod 之间或 Pod 与集群外部网络之间的网络流量。
107107

108+
<!--
109+
### Admission control {#admission-control}
110+
111+
[Admission controllers](/docs/reference/access-authn-authz/admission-controllers/)
112+
are plugins that intercept Kubernetes API requests and can validate or mutate
113+
the requests based on specific fields in the request. Thoughtfully designing
114+
these controllers helps to avoid unintended disruptions as Kubernetes APIs
115+
change across version updates. For design considerations, see
116+
[Admission Webhook Good Practices](/docs/concepts/cluster-administration/admission-webhooks-good-practices/).
117+
-->
118+
### 准入控制 {#admission-control}
119+
120+
[准入控制器](/zh-cn/docs/reference/access-authn-authz/admission-controllers/)是拦截
121+
Kubernetes API 请求的插件,可以根据请求中的特定字段验证或修改请求。
122+
精心设计这些控制器有助于避免 Kubernetes API 在版本更新过程中发生意外干扰。
123+
有关设计注意事项,请参阅
124+
[Admission Webhook 良好实践](/zh-cn/docs/concepts/cluster-administration/admission-webhooks-good-practices/)
125+
108126
<!--
109127
### Auditing
110128

0 commit comments

Comments
 (0)