@@ -69,88 +69,90 @@ Kubernetes 是一个可用于生产环境的开源平台,基于 Google 在容
69
69
-->
70
70
## Kubernetes 基础知识模块
71
71
72
- <!-- css code to preserve original format -->
73
- <link rel =" stylesheet " href =" /css/style_tutorials.css " >
74
-
75
- <div class =" tutorials-modules " >
76
- <div class =" module " >
77
- <!--
78
- <a href="/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/">
79
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_01.svg?v=1469803628347" alt="Module 1">
80
- <h5>1. Create a Kubernetes cluster</h5>
81
- </a>
82
- -->
83
- <a href="/zh-cn/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/">
84
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_01.svg?v=1469803628347" alt="模块 1">
85
- <h5>1. 创建一个 Kubernetes 集群</h5>
86
- </a>
87
- </div >
88
- <div class =" module " >
89
- <!--
90
- <a href="/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/">
91
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_02.svg?v=1469803628347" alt="Module 2">
92
- <h5>2. Deploy an app</h5>
93
- </a>
94
- -->
95
- <a href="/zh-cn/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/">
96
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_02.svg?v=1469803628347" alt="模块 2">
97
- <h5>2. 部署一个应用</h5>
98
- </a>
99
- </div >
100
- <div class =" module " >
101
- <!--
102
- <a href="/docs/tutorials/kubernetes-basics/explore/explore-intro/">
103
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_03.svg?v=1469803628347" alt="Module 3">
104
- <h5>3. Explore your app</h5>
105
- </a>
106
- -->
107
- <a href="/zh-cn/docs/tutorials/kubernetes-basics/explore/explore-intro/">
108
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_03.svg?v=1469803628347" alt="模块 3">
109
- <h5>3. 探索你的应用</h5>
110
- </a>
111
- </div >
112
- <div class =" module " >
113
- <!--
114
- <a href="/docs/tutorials/kubernetes-basics/expose/expose-intro/">
115
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_04.svg?v=1469803628347" alt="Module 4">
116
- <h5>4. Expose your app publicly</h5>
117
- </a>
118
- -->
119
- <a href="/zh-cn/docs/tutorials/kubernetes-basics/expose/expose-intro/">
120
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_04.svg?v=1469803628347" alt="模块 4">
121
- <h5>4. 公开发布你的应用</h5>
122
- </a>
123
- </div >
124
- <div class =" module " >
125
- <!--
126
- <a href="/docs/tutorials/kubernetes-basics/scale/scale-intro/">
127
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_05.svg?v=1469803628347" alt="Module 5">
128
- <h5>5. Scale up your app</h5>
129
- </a>
130
- -->
131
- <a href="/zh-cn/docs/tutorials/kubernetes-basics/scale/scale-intro/">
132
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_05.svg?v=1469803628347" alt="模块 5">
133
- <h5>5. 扩大你的应用规模</h5>
134
- </a>
135
- </div >
136
- <div class =" module " >
137
- <!--
138
- <a href="/docs/tutorials/kubernetes-basics/update/update-intro/">
139
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_06.svg?v=1469803628347" alt="Module 6">
140
- <h5>6. Update your app</h5>
141
- </a>
142
- -->
143
- <a href="/zh-cn/docs/tutorials/kubernetes-basics/update/update-intro/">
144
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_06.svg?v=1469803628347" alt="模块 6">
145
- <h5>6. 更新你的应用</h5>
146
- </a>
147
- </div >
148
- </div >
72
+ <!-- For translators, translate only the values of the ‘alt’ and ‘title’ keys -->
73
+ {{< tutorials/modules >}}
74
+ <!--
75
+ {{< tutorials/module
76
+ path="/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/"
77
+ image="/docs/tutorials/kubernetes-basics/public/images/module_01.svg?v=1469803628347"
78
+ alt="Module 1"
79
+ title="1. Create a Kubernetes cluster" >}}
80
+ -->
81
+ {{< tutorials/module
82
+ path="/zh-cn/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/"
83
+ image="/docs/tutorials/kubernetes-basics/public/images/module_01.svg?v=1469803628347"
84
+ alt="模块一"
85
+ title="1. 创建一个 Kubernetes 集群" >}}
86
+
87
+ <!--
88
+ {{< tutorials/module
89
+ path="/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/"
90
+ image="/docs/tutorials/kubernetes-basics/public/images/module_02.svg?v=1469803628347"
91
+ alt="Module 2"
92
+ title="2. Deploy an app" >}}
93
+ -->
94
+ {{< tutorials/module
95
+ path="/zh-cn/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/"
96
+ image="/docs/tutorials/kubernetes-basics/public/images/module_02.svg?v=1469803628347"
97
+ alt="模块二"
98
+ title="2. 部署一个应用" >}}
99
+
100
+ <!--
101
+ {{< tutorials/module
102
+ path="/docs/tutorials/kubernetes-basics/explore/explore-intro/"
103
+ image="/docs/tutorials/kubernetes-basics/public/images/module_03.svg?v=1469803628347"
104
+ alt="Module 3"
105
+ title="3. Explore your app" >}}
106
+ -->
107
+ {{< tutorials/module
108
+ path="/zh-cn/docs/tutorials/kubernetes-basics/explore/explore-intro/"
109
+ image="/docs/tutorials/kubernetes-basics/public/images/module_03.svg?v=1469803628347"
110
+ alt="模块三"
111
+ title="3. 访问你的应用" >}}
112
+
113
+ <!--
114
+ {{< tutorials/module
115
+ path="/docs/tutorials/kubernetes-basics/expose/expose-intro/"
116
+ image="/docs/tutorials/kubernetes-basics/public/images/module_04.svg?v=1469803628347"
117
+ alt="Module 4"
118
+ title="4. Expose your app publicly" >}}
119
+ -->
120
+ {{< tutorials/module
121
+ path="/zh-cn/docs/tutorials/kubernetes-basics/expose/expose-intro/"
122
+ image="/docs/tutorials/kubernetes-basics/public/images/module_04.svg?v=1469803628347"
123
+ alt="模块四"
124
+ title="4. 公开发布你的应用" >}}
125
+
126
+ <!--
127
+ {{< tutorials/module
128
+ path="/docs/tutorials/kubernetes-basics/scale/scale-intro/"
129
+ image="/docs/tutorials/kubernetes-basics/public/images/module_05.svg?v=1469803628347"
130
+ alt="Module 5"
131
+ title="5. Scale up your app" >}}
132
+ -->
133
+ {{< tutorials/module
134
+ path="/zh-cn/docs/tutorials/kubernetes-basics/scale/scale-intro/"
135
+ image="/docs/tutorials/kubernetes-basics/public/images/module_05.svg?v=1469803628347"
136
+ alt="模块五"
137
+ title="5. 扩大你的应用规模" >}}
138
+
139
+ <!--
140
+ {{< tutorials/module
141
+ path="/docs/tutorials/kubernetes-basics/update/update-intro/"
142
+ image="/docs/tutorials/kubernetes-basics/public/images/module_06.svg?v=1469803628347"
143
+ alt="Module 6"
144
+ title="6. Update your app" >}}
145
+ -->
146
+ {{< tutorials/module
147
+ path="/zh-cn/docs/tutorials/kubernetes-basics/update/update-intro/"
148
+ image="/docs/tutorials/kubernetes-basics/public/images/module_06.svg?v=1469803628347"
149
+ alt="模块六"
150
+ title="6. 更新你的应用" >}}
151
+ {{< /tutorials/modules >}}
149
152
150
153
## {{% heading "whatsnext" %}}
151
154
152
155
<!--
153
- * Tutorial [Using Minikube to Create a
154
- Cluster](/docs/tutorials/kubernetes-basics/create-cluster/)
156
+ * Tutorial [Using Minikube to Create a Cluster](/docs/tutorials/kubernetes-basics/create-cluster/)
155
157
-->
156
158
* [ 使用 Minikube 创建一个集群] ( /zh-cn/docs/tutorials/kubernetes-basics/create-cluster/ ) 的教程
0 commit comments