Skip to content

Commit 05df45a

Browse files
authored
Merge pull request #31157 from howieyuen/zh/tutorials/_index
[zh]resync content/zh/docs/tutorials/_index.md
2 parents 900a811 + 28de411 commit 05df45a

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

content/zh/docs/tutorials/_index.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Kubernetes 文档的这一部分包含教程。每个教程展示了如何完成
3939
4040
* [Hello Minikube](/docs/tutorials/hello-minikube/)
4141
-->
42-
## 基础知识
42+
## 基础知识 {#basics}
4343

4444
* [Kubernetes 基础知识](/zh/docs/tutorials/Kubernetes-Basics/)是一个深入的
4545
交互式教程,帮助您理解 Kubernetes 系统,并尝试一些基本的 Kubernetes 特性。
@@ -55,7 +55,7 @@ Kubernetes 文档的这一部分包含教程。每个教程展示了如何完成
5555
5656
* [Configuring Redis Using a ConfigMap](/docs/tutorials/configuration/configure-redis-using-configmap/)
5757
-->
58-
## 配置
58+
## 配置 {#configuration}
5959

6060
* [示例:配置 Java 微服务](/zh/docs/tutorials/configuration/configure-java-microservice/)
6161

@@ -68,7 +68,7 @@ Kubernetes 文档的这一部分包含教程。每个教程展示了如何完成
6868
6969
* [Example: Deploying PHP Guestbook application with MongoDB](/docs/tutorials/stateless-application/guestbook/)
7070
-->
71-
## 无状态应用程序
71+
## 无状态应用程序 {#stateless-applications}
7272

7373
* [公开外部 IP 地址访问集群中的应用程序](/zh/docs/tutorials/stateless-application/expose-external-ip-address/)
7474

@@ -86,7 +86,7 @@ Kubernetes 文档的这一部分包含教程。每个教程展示了如何完成
8686
8787
* [Running ZooKeeper, A CP Distributed System](/docs/tutorials/stateful-application/zookeeper/)
8888
-->
89-
## 有状态应用程序
89+
## 有状态应用程序 {#stateful-applications}
9090

9191
* [StatefulSet 基础](/zh/docs/tutorials/stateful-application/basic-stateful-set/)
9292

@@ -99,9 +99,13 @@ Kubernetes 文档的这一部分包含教程。每个教程展示了如何完成
9999
<!--
100100
## Clusters
101101
102+
* [AppArmor](/docs/tutorials/clusters/apparmor/)
103+
102104
* [seccomp](/docs/tutorials/clusters/seccomp/)
103105
-->
104-
## 集群
106+
## 集群 {#clusters}
107+
108+
* [AppArmor](/zh/docs/tutorials/clusters/apparmor/)
105109

106110
* [seccomp](/zh/docs/tutorials/clusters/seccomp/)
107111

@@ -110,10 +114,21 @@ Kubernetes 文档的这一部分包含教程。每个教程展示了如何完成
110114
111115
* [Using Source IP](/docs/tutorials/services/source-ip/)
112116
-->
113-
## 服务
117+
## 服务 {#services}
114118

115119
* [使用源 IP](/zh/docs/tutorials/services/source-ip/)
116120

121+
<!--
122+
## Security
123+
124+
* [Apply Pod Security Standards at Cluster level](/docs/tutorials/security/cluster-level-pss/)
125+
* [Apply Pod Security Standards at Namespace level](/docs/tutorials/security/ns-level-pss/)
126+
-->
127+
## 安全 {#security}
128+
129+
* [在集群级别应用 Pod 安全标准](/zh/docs/tutorials/security/cluster-level-pss/)
130+
* [在名字空间级别应用 Pod 安全标准](/zh/docs/tutorials/security/ns-level-pss/)
131+
117132
## {{% heading "whatsnext" %}}
118133

119134
<!--

0 commit comments

Comments
 (0)