From 04521b69275ebd6ce50c2ced7140f5b4a0e7d606 Mon Sep 17 00:00:00 2001 From: lIuDuI <1693291525@qq.com> Date: Thu, 6 Dec 2018 09:47:35 +0800 Subject: [PATCH] zh-trans: add /tutorials/_index.md (#11504) Delete the blank update _index.md update cri update _index.md --- content/zh/docs/tutorials/_index.md | 189 ++++++++++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 content/zh/docs/tutorials/_index.md diff --git a/content/zh/docs/tutorials/_index.md b/content/zh/docs/tutorials/_index.md new file mode 100644 index 0000000000..1928131edc --- /dev/null +++ b/content/zh/docs/tutorials/_index.md @@ -0,0 +1,189 @@ +--- +title: 教程 +main_menu: true +weight: 60 +content_template: templates/concept +--- + + + +{{% capture overview %}} + +Kubernetes 文档的这一部分包含教程。一个教程展示了如何完成一个比单个[任务](/docs/tasks/)更大的目标。 +通常,通常一个教程有几个部分,每个部分都有一系列步骤。在浏览每个教程之前, +您可能希望将[标准化术语表](/docs/reference/glossary/)页面添加到书签,供以后参考。 + + + +{{% /capture %}} + +{{% capture body %}} + +## 基础知识 + + + +* [Kubernetes 基础知识](/docs/tutorials/Kubernetes-Basics/)是一个深入的交互式教程,帮助您理解 Kubernetes 系统,并尝试一些基本的 Kubernetes 特性。 + + + +* [使用 Kubernetes (Udacity) 的可伸缩微服务](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615) + + + +* [介绍 Kubernetes (edx)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#) + + + +* [你好 Minikube](/docs/tutorials/hello-minikube/) + + + +## 配置 + + + +* [使用一个 ConfigMap 配置 Redis](/docs/tutorials/configuration/configure-redis-using-configmap/) + + + +## 无状态应用程序 + + + +* [公开外部 IP 地址访问集群中的应用程序](/docs/tutorials/stateless-application/expose-external-ip-address/) + + + +* [示例:使用 Redis 部署 PHP 留言板应用程序](/docs/tutorials/stateless-application/guestbook/) + + + +## 有状态应用程序 + + + +* [StatefulSet 基础](/docs/tutorials/stateful-application/basic-stateful-set/) + + + +* [示例:WordPress 和 MySQL 使用持久卷](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/) + + + +* [示例:使用有状态集部署 Cassandra](/docs/tutorials/stateful-application/cassandra/) + + + +* [运行 ZooKeeper,CP 分布式系统](/docs/tutorials/stateful-application/zookeeper/) + + + +## CI/CD 管道 + + + +* [用 Kubernetes 第一部分:概述建立 CI/CD 管道](https://www.linux.com/blog/learn/chapter/Intro-to-Kubernetes/2017/5/set-cicd-pipeline-kubernetes-part-1-overview) + + + +* [与 Kubernetes 中的 Jenkins Pod 一起建立 CI/CD 管道(第二部分)](https://www.linux.com/blog/learn/chapter/Intro-to-Kubernetes/2017/6/set-cicd-pipeline-jenkins-pod-kubernetes-part-2) + + + +* [在 Kubernetes 上运行并扩展一个带有 CI/CD 的分布式填字游戏应用程序(第三部分)](https://www.linux.com/blog/learn/chapter/intro-to-kubernetes/2017/6/run-and-scale-distributed-crossword-puzzle-app-cicd-kubernetes-part-3) + + + +* [为 Kubernetes 上的分布式填字游戏应用程序设置 CI/CD (第四部分))](https://www.linux.com/blog/learn/chapter/intro-to-kubernetes/2017/6/set-cicd-distributed-crossword-puzzle-app-kubernetes-part-4) + + + +## 集群 + +* [AppArmor](/docs/tutorials/clusters/apparmor/) + + + +## 服务 + +* [使用源 IP](/docs/tutorials/services/source-ip/) + + + +{{% /capture %}} + +{{% capture whatsnext %}} + +如果您想编写教程,请参阅[使用页面模板](/docs/home/contribute/page-templates/) +以获取有关教程页面类型和教程模板的信息。 + + +{{% /capture %}} +