@@ -39,7 +39,7 @@ Kubernetes 文档的这一部分包含教程。每个教程展示了如何完成
39
39
40
40
* [Hello Minikube](/docs/tutorials/hello-minikube/)
41
41
-->
42
- ## 基础知识
42
+ ## 基础知识 {#basics}
43
43
44
44
* [ Kubernetes 基础知识] ( /zh/docs/tutorials/Kubernetes-Basics/ ) 是一个深入的
45
45
交互式教程,帮助您理解 Kubernetes 系统,并尝试一些基本的 Kubernetes 特性。
@@ -55,7 +55,7 @@ Kubernetes 文档的这一部分包含教程。每个教程展示了如何完成
55
55
56
56
* [Configuring Redis Using a ConfigMap](/docs/tutorials/configuration/configure-redis-using-configmap/)
57
57
-->
58
- ## 配置
58
+ ## 配置 {#configuration}
59
59
60
60
* [ 示例:配置 Java 微服务] ( /zh/docs/tutorials/configuration/configure-java-microservice/ )
61
61
@@ -68,7 +68,7 @@ Kubernetes 文档的这一部分包含教程。每个教程展示了如何完成
68
68
69
69
* [Example: Deploying PHP Guestbook application with MongoDB](/docs/tutorials/stateless-application/guestbook/)
70
70
-->
71
- ## 无状态应用程序
71
+ ## 无状态应用程序 {#stateless-applications}
72
72
73
73
* [ 公开外部 IP 地址访问集群中的应用程序] ( /zh/docs/tutorials/stateless-application/expose-external-ip-address/ )
74
74
@@ -86,7 +86,7 @@ Kubernetes 文档的这一部分包含教程。每个教程展示了如何完成
86
86
87
87
* [Running ZooKeeper, A CP Distributed System](/docs/tutorials/stateful-application/zookeeper/)
88
88
-->
89
- ## 有状态应用程序
89
+ ## 有状态应用程序 {#stateful-applications}
90
90
91
91
* [ StatefulSet 基础] ( /zh/docs/tutorials/stateful-application/basic-stateful-set/ )
92
92
@@ -99,9 +99,13 @@ Kubernetes 文档的这一部分包含教程。每个教程展示了如何完成
99
99
<!--
100
100
## Clusters
101
101
102
+ * [AppArmor](/docs/tutorials/clusters/apparmor/)
103
+
102
104
* [seccomp](/docs/tutorials/clusters/seccomp/)
103
105
-->
104
- ## 集群
106
+ ## 集群 {#clusters}
107
+
108
+ * [ AppArmor] ( /zh/docs/tutorials/clusters/apparmor/ )
105
109
106
110
* [ seccomp] ( /zh/docs/tutorials/clusters/seccomp/ )
107
111
@@ -110,10 +114,21 @@ Kubernetes 文档的这一部分包含教程。每个教程展示了如何完成
110
114
111
115
* [Using Source IP](/docs/tutorials/services/source-ip/)
112
116
-->
113
- ## 服务
117
+ ## 服务 {#services}
114
118
115
119
* [ 使用源 IP] ( /zh/docs/tutorials/services/source-ip/ )
116
120
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
+
117
132
## {{% heading "whatsnext" %}}
118
133
119
134
<!--
0 commit comments