@@ -98,14 +98,14 @@ Before choosing a guide, here are some considerations:
98
98
## Managing a cluster
99
99
100
100
* Learn how to [manage nodes](/docs/concepts/architecture/nodes/).
101
- * Read about [cluster autoscaling](/docs/concepts/cluster-administration/cluster -autoscaling/).
101
+ * Read about [Node autoscaling](/docs/concepts/cluster-administration/node -autoscaling/).
102
102
103
103
* Learn how to set up and manage the [resource quota](/docs/concepts/policy/resource-quotas/) for shared clusters.
104
104
-->
105
105
## 管理集群 {#managing-a-cluster}
106
106
107
107
* 学习如何[ 管理节点] ( /zh-cn/docs/concepts/architecture/nodes/ ) 。
108
- * 阅读[ 集群自动扩缩 ] ( /zh-cn/docs/concepts/cluster-administration/cluster -autoscaling/ ) 。
108
+ * 阅读[ 节点自动扩缩 ] ( /zh-cn/docs/concepts/cluster-administration/node -autoscaling/ ) 。
109
109
110
110
* 学习如何设定和管理集群共享的[ 资源配额] ( /zh-cn/docs/concepts/policy/resource-quotas/ ) 。
111
111
@@ -124,6 +124,9 @@ Before choosing a guide, here are some considerations:
124
124
* [Using Admission Controllers](/docs/reference/access-authn-authz/admission-controllers/)
125
125
explains plug-ins which intercepts requests to the Kubernetes API server after authentication
126
126
and authorization.
127
+ * [Admission Webhook Good Practices](/docs/concepts/cluster-administration/admission-webhooks-good-practices/)
128
+ provides good practices and considerations when designing mutating admission
129
+ webhooks and validating admission webhooks.
127
130
* [Using Sysctls in a Kubernetes Cluster](/docs/tasks/administer-cluster/sysctl-cluster/)
128
131
describes to an administrator how to use the `sysctl` command-line tool to set kernel parameters.
129
132
* [Auditing](/docs/tasks/debug/debug-cluster/audit/) describes how to interact with Kubernetes'
@@ -141,6 +144,8 @@ Before choosing a guide, here are some considerations:
141
144
* [ 鉴权] ( /zh-cn/docs/reference/access-authn-authz/authorization/ ) 与身份认证不同,用于控制如何处理 HTTP 请求。
142
145
* [ 使用准入控制器] ( /zh-cn/docs/reference/access-authn-authz/admission-controllers ) 阐述了在认证和授权之后拦截到
143
146
Kubernetes API 服务的请求的插件。
147
+ * [ 准入 Webhook 的最佳实践] ( /zh-cn/docs/tasks/administer-cluster/sysctl-cluster/ )
148
+ 提供了设计变更型准入 Webhook 和验证型准入 Webhook 时的最佳实践和注意事项。
144
149
* [ 在 Kubernetes 集群中使用 sysctl] ( /zh-cn/docs/tasks/administer-cluster/sysctl-cluster/ )
145
150
描述了管理员如何使用 ` sysctl ` 命令行工具来设置内核参数。
146
151
* [ 审计] ( /zh-cn/docs/tasks/debug/debug-cluster/audit/ ) 描述了如何与 Kubernetes 的审计日志交互。
0 commit comments