You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/concepts/cluster-administration/_index.md
+66-52Lines changed: 66 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ description: >
6
6
关于创建和管理 Kubernetes 集群的底层细节。
7
7
no_list: true
8
8
---
9
-
10
9
<!--
11
10
title: Cluster Administration
12
11
reviewers:
@@ -32,32 +31,40 @@ It assumes some familiarity with core Kubernetes [concepts](/docs/concepts/).
32
31
<!--
33
32
## Planning a cluster
34
33
35
-
See the guides in [Setup](/docs/setup/) for examples of how to plan, set up, and configure Kubernetes clusters. The solutions listed in this article are called *distros*.
36
-
37
-
Not all distros are actively maintained. Choose distros which have been tested with a recent version of Kubernetes.
38
-
39
-
Before choosing a guide, here are some considerations:
34
+
See the guides in [Setup](/docs/setup/) for examples of how to plan, set up, and configure
35
+
Kubernetes clusters. The solutions listed in this article are called *distros*.
Not all distros are actively maintained. Choose distros which have been tested with a recent
45
+
version of Kubernetes.
46
+
-->
47
47
并非所有发行版都是被积极维护的。
48
48
请选择使用最近 Kubernetes 版本测试过的发行版。
49
49
{{< /note >}}
50
50
51
+
<!--
52
+
Before choosing a guide, here are some considerations:
53
+
-->
51
54
在选择一个指南前,有一些因素需要考虑:
52
55
53
56
<!--
54
-
- Do you want to try out Kubernetes on your computer, or do you want to build a high-availability, multi-node cluster? Choose distros best suited for your needs.
55
-
- Will you be using **a hosted Kubernetes cluster**, such as [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine/), or **hosting your own cluster**?
56
-
- Will your cluster be **on-premises**, or **in the cloud (IaaS)**? Kubernetes does not directly support hybrid clusters. Instead, you can set up multiple clusters.
57
-
- **If you are configuring Kubernetes on-premises**, consider which [networking model](/docs/concepts/cluster-administration/networking/) fits best.
57
+
- Do you want to try out Kubernetes on your computer, or do you want to build a high-availability,
58
+
multi-node cluster? Choose distros best suited for your needs.
59
+
- Will you be using **a hosted Kubernetes cluster**, such as
60
+
[Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine/), or **hosting your own cluster**?
61
+
- Will your cluster be **on-premises**, or **in the cloud (IaaS)**? Kubernetes does not directly
62
+
support hybrid clusters. Instead, you can set up multiple clusters.
63
+
- **If you are configuring Kubernetes on-premises**, consider which
@@ -78,7 +85,7 @@ Before choosing a guide, here are some considerations:
78
85
<!--
79
86
## Managing a cluster
80
87
81
-
* Learn how to [manage nodes](/docs/concepts/nodes/node/).
88
+
* Learn how to [manage nodes](/docs/concepts/architecture/nodes/).
82
89
83
90
* Learn how to set up and manage the [resource quota](/docs/concepts/policy/resource-quotas/) for shared clusters.
84
91
-->
@@ -90,58 +97,65 @@ Before choosing a guide, here are some considerations:
90
97
91
98
<!--
92
99
## Securing a cluster
93
-
94
-
* [Generate Certificates](/docs/tasks/administer-cluster/certificates/) describes the steps to generate certificates using different tool chains.
95
-
* [Kubernetes Container Environment](/docs/concepts/containers/container-environment/) describes the environment for Kubelet managed containers on a Kubernetes node.
96
-
* [Controlling Access to the Kubernetes API](/docs/reference/access-authn-authz/controlling-access/) describes how to set up permissions for users and service accounts.
97
-
* [Authenticating](/docs/reference/access-authn-authz/authentication/) explains authentication in Kubernetes, including the various authentication options.
98
-
* [Authorization](/docs/reference/access-authn-authz/authorization/) is separate from authentication, and controls how HTTP calls are handled.
99
-
* [Using Admission Controllers](/docs/reference/access-authn-authz/admission-controllers/) explains plug-ins which intercepts requests to the Kubernetes API server after authentication and authorization.
100
-
* [Using Sysctls in a Kubernetes Cluster](/docs/concepts/cluster-administration/sysctl-cluster/) describes to an administrator how to use the `sysctl` command-line tool to set kernel parameters .
101
-
* [Auditing](/docs/tasks/debug/debug-cluster/audit/) describes how to interact with Kubernetes' audit logs.
100
+
* [Generate Certificates](/docs/tasks/administer-cluster/certificates/) describes the steps to
101
+
generate certificates using different tool chains.
* [DNS Integration](/docs/concepts/services-networking/dns-pod-service/) describes how to resolve a DNS name directly to a Kubernetes service.
139
-
* [Logging and Monitoring Cluster Activity](/docs/concepts/cluster-administration/logging/) explains how logging in Kubernetes works and how to implement it.
150
+
* [DNS Integration](/docs/concepts/services-networking/dns-pod-service/) describes how to resolve
151
+
a DNS name directly to a Kubernetes service.
152
+
* [Logging and Monitoring Cluster Activity](/docs/concepts/cluster-administration/logging/)
153
+
explains how logging in Kubernetes works and how to implement it.
0 commit comments