SEO优化

This commit is contained in:
huanqing.shao
2019-09-21 14:22:55 +08:00
parent c408ea8903
commit 91dd3e6aae
84 changed files with 430 additions and 177 deletions

View File

@ -1,9 +1,9 @@
---
layout: LearningLayout
description: 本文详细讲解了 Kubernetes Deployment 的概念并描述了如何使用 kubectl / Kuboard 创建一个 Deployment
description: Kubernete教程_本文详细讲解了Kubernetes_Deployment的概念_并描述了如何使用kubectl_Kuboard创建一个Deployment
---
# 1. 部署第一个应用程序
# 1.部署第一个应用程序
本文翻译自 Kubernetes 官网 [Using kubectl to Create a Deployment](https://kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/) ,并有所改写