1
1
---
2
2
title : 教程
3
3
main_menu : true
4
+ no_list : true
4
5
weight : 60
5
6
content_type : concept
6
7
---
7
8
8
9
<!--
9
- ---
10
10
title: Tutorials
11
11
main_menu: true
12
+ no_list: true
12
13
weight: 60
13
14
content_type: concept
14
- ---
15
15
-->
16
16
17
17
<!-- overview -->
18
-
19
- Kubernetes 文档的这一部分包含教程。一个教程展示了如何完成一个比单个[ 任务] ( /zh/docs/tasks/ ) 更大的目标。
20
- 通常一个教程有几个部分,每个部分都有一系列步骤。在浏览每个教程之前,
21
- 您可能希望将[ 标准化术语表] ( /zh/docs/reference/glossary/ ) 页面添加到书签,供以后参考。
22
-
23
18
<!--
24
19
This section of the Kubernetes documentation contains tutorials.
25
20
A tutorial shows how to accomplish a goal that is larger than a single
@@ -28,127 +23,100 @@ each of which has a sequence of steps.
28
23
Before walking through each tutorial, you may want to bookmark the
29
24
[Standardized Glossary](/docs/reference/glossary/) page for later references.
30
25
-->
31
-
26
+ Kubernetes 文档的这一部分包含教程。每个教程展示了如何完成一个比单个
27
+ [ 任务] ( /zh/docs/tasks/ ) 更大的目标。
28
+ 通常一个教程有几个部分,每个部分都有一系列步骤。在浏览每个教程之前,
29
+ 您可能希望将[ 标准化术语表] ( /zh/docs/reference/glossary/ ) 页面添加到书签,供以后参考。
32
30
33
31
34
32
<!-- body -->
35
-
36
- ## 基础知识
37
-
38
33
<!--
39
34
## Basics
40
- -->
41
-
42
- * [ Kubernetes 基础知识] ( /zh/docs/tutorials/Kubernetes-Basics/ ) 是一个深入的交互式教程,帮助您理解 Kubernetes 系统,并尝试一些基本的 Kubernetes 特性。
43
35
44
- <!--
45
36
* [Kubernetes Basics](/docs/tutorials/kubernetes-basics/) is an in-depth interactive tutorial that helps you understand the Kubernetes system and try out some basic Kubernetes features.
46
- -->
47
37
48
- * [ 介绍 Kubernetes (edx)] ( https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x# )
49
-
50
- <!--
51
38
* [Introduction to Kubernetes (edX)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)
39
+
40
+ * [Hello Minikube](/docs/tutorials/hello-minikube/)
52
41
-->
42
+ ## 基础知识
53
43
54
- * [ 你好 Minikube] ( /zh/docs/tutorials/hello-minikube/ )
44
+ * [ Kubernetes 基础知识] ( /zh/docs/tutorials/Kubernetes-Basics/ ) 是一个深入的
45
+ 交互式教程,帮助您理解 Kubernetes 系统,并尝试一些基本的 Kubernetes 特性。
55
46
56
- <!--
57
- * [Hello Minikube]/docs/tutorials/hello-minikube/)
58
- -->
47
+ * [ 介绍 Kubernetes (edx)] ( https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x# )
59
48
60
- ## 配置
49
+ * [ 你好 Minikube ] ( /zh/docs/tutorials/hello-minikube/ )
61
50
62
51
<!--
63
52
## Configuration
64
- -->
65
-
66
- * [ 使用一个 ConfigMap 配置 Redis] ( /zh/docs/tutorials/configuration/configure-redis-using-configmap/ )
67
53
68
- <!--
69
54
* [Configuring Redis Using a ConfigMap](/docs/tutorials/configuration/configure-redis-using-configmap/)
70
55
-->
56
+ ## 配置
71
57
72
- ## 无状态应用程序
58
+ * [ 使用一个 ConfigMap 配置 Redis ] ( /zh/docs/tutorials/configuration/configure-redis-using-configmap/ )
73
59
74
60
<!--
75
61
## Stateless Applications
76
- -->
77
-
78
- * [ 公开外部 IP 地址访问集群中的应用程序] ( /zh/docs/tutorials/stateless-application/expose-external-ip-address/ )
79
62
80
- <!--
81
63
* [Exposing an External IP Address to Access an Application in a Cluster](/docs/tutorials/stateless-application/expose-external-ip-address/)
82
- -->
83
64
84
- * [ 示例:使用 Redis 部署 PHP 留言板应用程序] ( /zh/docs/tutorials/stateless-application/guestbook/ )
85
-
86
- <!--
87
65
* [Example: Deploying PHP Guestbook application with Redis](/docs/tutorials/stateless-application/guestbook/)
88
66
-->
67
+ ## 无状态应用程序
89
68
90
- ## 有状态应用程序
69
+ * [ 公开外部 IP 地址访问集群中的应用程序 ] ( /zh/docs/tutorials/stateless-application/expose-external-ip-address/ )
91
70
92
- <!--
93
- ## Stateful Applications
94
- -->
71
+ * [ 示例:使用 Redis 部署 PHP 留言板应用程序] ( /zh/docs/tutorials/stateless-application/guestbook/ )
95
72
96
- * [ StatefulSet 基础] ( /zh/docs/tutorials/stateful-application/basic-stateful-set/ )
97
73
98
74
<!--
99
- * [StatefulSet Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
100
- -->
75
+ ## Stateful Applications
101
76
102
- * [ 示例:WordPress 和 MySQL 使用持久卷 ] ( /zh/ docs/tutorials/stateful-application/mysql-wordpress-persistent-volume / )
77
+ * [StatefulSet Basics ](/docs/tutorials/stateful-application/basic-stateful-set /)
103
78
104
- <!--
105
79
* [Example: WordPress and MySQL with Persistent Volumes](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
106
- -->
107
-
108
- * [ 示例:使用有状态集部署 Cassandra] ( /zh/docs/tutorials/stateful-application/cassandra/ )
109
80
110
- <!--
111
81
* [Example: Deploying Cassandra with Stateful Sets](/docs/tutorials/stateful-application/cassandra/)
112
- -->
113
-
114
- * [ 运行 ZooKeeper,CP 分布式系统] ( /zh/docs/tutorials/stateful-application/zookeeper/ )
115
82
116
- <!--
117
83
* [Running ZooKeeper, A CP Distributed System](/docs/tutorials/stateful-application/zookeeper/)
118
84
-->
85
+ ## 有状态应用程序
119
86
120
- ## 集群
87
+ * [ StatefulSet 基础 ] ( /zh/docs/tutorials/stateful-application/basic-stateful-set/ )
121
88
122
- * [ AppArmor] ( /zh/docs/tutorials/clusters/apparmor/ )
89
+ * [ 示例:WordPress 和 MySQL 使用持久卷] ( /zh/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/ )
90
+
91
+ * [ 示例:使用有状态集部署 Cassandra] ( /zh/docs/tutorials/stateful-application/cassandra/ )
92
+
93
+ * [ 运行 ZooKeeper,CP 分布式系统] ( /zh/docs/tutorials/stateful-application/zookeeper/ )
123
94
124
95
<!--
125
96
## Clusters
126
97
127
98
* [AppArmor](/docs/tutorials/clusters/apparmor/)
128
99
-->
100
+ ## 集群
129
101
130
- ## 服务
131
-
132
- * [ 使用源 IP] ( /zh/docs/tutorials/services/source-ip/ )
102
+ * [ AppArmor] ( /zh/docs/tutorials/clusters/apparmor/ )
133
103
134
104
<!--
135
105
## Services
136
106
137
107
* [Using Source IP](/docs/tutorials/services/source-ip/)
138
108
-->
109
+ ## 服务
139
110
140
-
111
+ * [ 使用源 IP ] ( /zh/docs/tutorials/services/source-ip/ )
141
112
142
113
## {{% heading "whatsnext" %}}
143
114
144
-
145
- 如果您想编写教程,请参阅[ 使用页面模板] ( /zh/docs/home/contribute/page-templates/ )
146
- 以获取有关教程页面类型和教程模板的信息。
147
115
<!--
148
116
If you would like to write a tutorial, see
149
- [Using Page Templates ](/docs/home/ contribute/page-templates /)
150
- for information about the tutorial page type and the tutorial template .
117
+ [Content Page Types ](/docs/contribute/style/ page-content-types /)
118
+ for information about the tutorial page.
151
119
-->
152
-
153
-
120
+ 如果您想编写教程,请参阅 [ 内容页面类型 ] ( /zh/docs/contribute/style/page-content-types/ )
121
+ 以获取有关教程页面类型的信息。
154
122
0 commit comments