Skip to content

Commit 38b0832

Browse files
authored
Merge pull request #50208 from asa3311/sync-zh-173
[zh] sync /concepts/cluster-administration/_index.md
2 parents d74336d + d90d324 commit 38b0832

File tree

1 file changed

+7
-2
lines changed
  • content/zh-cn/docs/concepts/cluster-administration

1 file changed

+7
-2
lines changed

content/zh-cn/docs/concepts/cluster-administration/_index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ Before choosing a guide, here are some considerations:
9898
## Managing a cluster
9999
100100
* 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/).
102102
103103
* Learn how to set up and manage the [resource quota](/docs/concepts/policy/resource-quotas/) for shared clusters.
104104
-->
105105
## 管理集群 {#managing-a-cluster}
106106

107107
* 学习如何[管理节点](/zh-cn/docs/concepts/architecture/nodes/)
108-
* 阅读[集群自动扩缩](/zh-cn/docs/concepts/cluster-administration/cluster-autoscaling/)
108+
* 阅读[节点自动扩缩](/zh-cn/docs/concepts/cluster-administration/node-autoscaling/)
109109

110110
* 学习如何设定和管理集群共享的[资源配额](/zh-cn/docs/concepts/policy/resource-quotas/)
111111

@@ -124,6 +124,9 @@ Before choosing a guide, here are some considerations:
124124
* [Using Admission Controllers](/docs/reference/access-authn-authz/admission-controllers/)
125125
explains plug-ins which intercepts requests to the Kubernetes API server after authentication
126126
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.
127130
* [Using Sysctls in a Kubernetes Cluster](/docs/tasks/administer-cluster/sysctl-cluster/)
128131
describes to an administrator how to use the `sysctl` command-line tool to set kernel parameters.
129132
* [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:
141144
* [鉴权](/zh-cn/docs/reference/access-authn-authz/authorization/)与身份认证不同,用于控制如何处理 HTTP 请求。
142145
* [使用准入控制器](/zh-cn/docs/reference/access-authn-authz/admission-controllers)阐述了在认证和授权之后拦截到
143146
Kubernetes API 服务的请求的插件。
147+
* [准入 Webhook 的最佳实践](/zh-cn/docs/tasks/administer-cluster/sysctl-cluster/)
148+
提供了设计变更型准入 Webhook 和验证型准入 Webhook 时的最佳实践和注意事项。
144149
* [在 Kubernetes 集群中使用 sysctl](/zh-cn/docs/tasks/administer-cluster/sysctl-cluster/)
145150
描述了管理员如何使用 `sysctl` 命令行工具来设置内核参数。
146151
* [审计](/zh-cn/docs/tasks/debug/debug-cluster/audit/)描述了如何与 Kubernetes 的审计日志交互。

0 commit comments

Comments
 (0)