127 lines
4.1 KiB
Markdown
127 lines
4.1 KiB
Markdown
---
|
||
title: 教程
|
||
main_menu: true
|
||
no_list: true
|
||
weight: 60
|
||
content_type: concept
|
||
---
|
||
|
||
<!--
|
||
title: Tutorials
|
||
main_menu: true
|
||
no_list: true
|
||
weight: 60
|
||
content_type: concept
|
||
-->
|
||
|
||
<!-- overview -->
|
||
<!--
|
||
This section of the Kubernetes documentation contains tutorials.
|
||
A tutorial shows how to accomplish a goal that is larger than a single
|
||
[task](/docs/tasks/). Typically a tutorial has several sections,
|
||
each of which has a sequence of steps.
|
||
Before walking through each tutorial, you may want to bookmark the
|
||
[Standardized Glossary](/docs/reference/glossary/) page for later references.
|
||
-->
|
||
Kubernetes 文档的这一部分包含教程。每个教程展示了如何完成一个比单个
|
||
[任务](/zh/docs/tasks/)更大的目标。
|
||
通常一个教程有几个部分,每个部分都有一系列步骤。在浏览每个教程之前,
|
||
您可能希望将[标准化术语表](/zh/docs/reference/glossary/)页面添加到书签,供以后参考。
|
||
|
||
|
||
<!-- body -->
|
||
<!--
|
||
## Basics
|
||
|
||
* [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.
|
||
|
||
* [Introduction to Kubernetes (edX)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)
|
||
|
||
* [Hello Minikube](/docs/tutorials/hello-minikube/)
|
||
-->
|
||
## 基础知识
|
||
|
||
* [Kubernetes 基础知识](/zh/docs/tutorials/Kubernetes-Basics/)是一个深入的
|
||
交互式教程,帮助您理解 Kubernetes 系统,并尝试一些基本的 Kubernetes 特性。
|
||
|
||
* [介绍 Kubernetes (edx)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)
|
||
|
||
* [你好 Minikube](/zh/docs/tutorials/hello-minikube/)
|
||
|
||
<!--
|
||
## Configuration
|
||
|
||
* [Example: Configuring a Java Microservice](/docs/tutorials/configuration/configure-java-microservice/)
|
||
|
||
* [Configuring Redis Using a ConfigMap](/docs/tutorials/configuration/configure-redis-using-configmap/)
|
||
-->
|
||
## 配置
|
||
|
||
* [示例:配置 Java 微服务](/zh/docs/tutorials/configuration/configure-java-microservice/)
|
||
|
||
* [使用一个 ConfigMap 配置 Redis](/zh/docs/tutorials/configuration/configure-redis-using-configmap/)
|
||
|
||
<!--
|
||
## Stateless Applications
|
||
|
||
* [Exposing an External IP Address to Access an Application in a Cluster](/docs/tutorials/stateless-application/expose-external-ip-address/)
|
||
|
||
* [Example: Deploying PHP Guestbook application with MongoDB](/docs/tutorials/stateless-application/guestbook/)
|
||
-->
|
||
## 无状态应用程序
|
||
|
||
* [公开外部 IP 地址访问集群中的应用程序](/zh/docs/tutorials/stateless-application/expose-external-ip-address/)
|
||
|
||
* [示例:使用 MongoDB 部署 PHP 留言板应用程序](/zh/docs/tutorials/stateless-application/guestbook/)
|
||
|
||
|
||
<!--
|
||
## Stateful Applications
|
||
|
||
* [StatefulSet Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
|
||
|
||
* [Example: WordPress and MySQL with Persistent Volumes](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
|
||
|
||
* [Example: Deploying Cassandra with Stateful Sets](/docs/tutorials/stateful-application/cassandra/)
|
||
|
||
* [Running ZooKeeper, A CP Distributed System](/docs/tutorials/stateful-application/zookeeper/)
|
||
-->
|
||
## 有状态应用程序
|
||
|
||
* [StatefulSet 基础](/zh/docs/tutorials/stateful-application/basic-stateful-set/)
|
||
|
||
* [示例:WordPress 和 MySQL 使用持久卷](/zh/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
|
||
|
||
* [示例:使用有状态集部署 Cassandra](/zh/docs/tutorials/stateful-application/cassandra/)
|
||
|
||
* [运行 ZooKeeper,CP 分布式系统](/zh/docs/tutorials/stateful-application/zookeeper/)
|
||
|
||
<!--
|
||
## Clusters
|
||
|
||
* [AppArmor](/docs/tutorials/clusters/apparmor/)
|
||
-->
|
||
## 集群
|
||
|
||
* [AppArmor](/zh/docs/tutorials/clusters/apparmor/)
|
||
|
||
<!--
|
||
## Services
|
||
|
||
* [Using Source IP](/docs/tutorials/services/source-ip/)
|
||
-->
|
||
## 服务
|
||
|
||
* [使用源 IP](/zh/docs/tutorials/services/source-ip/)
|
||
|
||
## {{% heading "whatsnext" %}}
|
||
|
||
<!--
|
||
If you would like to write a tutorial, see
|
||
[Content Page Types](/docs/contribute/style/page-content-types/)
|
||
for information about the tutorial page.
|
||
-->
|
||
如果您想编写教程,请参阅[内容页面类型](/zh/docs/contribute/style/page-content-types/)
|
||
以获取有关教程页面类型的信息。
|
||
|