This commit is contained in:
huanqing.shao
2019-10-01 19:33:34 +08:00
parent 5237677d00
commit 7fe47f3d25
94 changed files with 310 additions and 45 deletions

View File

@ -2,6 +2,9 @@
vssueId: 41
layout: LearningLayout
description: 本文描述了如何通过 Deployment 执行灰度发布(金丝雀发布)
meta:
- name: keywords
content: Kubernetes教程,K8S教程,金丝雀发布,灰度发布
---
# 金丝雀发布

View File

@ -2,6 +2,9 @@
vssueId: 40
layout: LearningLayout
description: 本文描述了如何在 Kubernetes 中清理 Deployment 中旧的 ReplicaSet
meta:
- name: keywords
content: Kubernetes教程,K8S教程,ReplicaSet
---
# 清理策略

View File

@ -2,6 +2,9 @@
vssueId: 34
layout: LearningLayout
description: 本文描述了如何创建一个 Deployment如何理解 Deployment 各个字段,以及如何查看 Deployment 的创建结果
meta:
- name: keywords
content: Kubernetes教程,K8S教程,Deployment,Kubernetes部署
---
# 创建 Deployment

View File

@ -2,6 +2,9 @@
vssueId: 33
layout: LearningLayout
description: 本文介绍了 Kubernetes Deployment 的概念、行为及使用方法
meta:
- name: keywords
content: Kubernetes教程,K8S教程,Deployment,Kubernetes部署
---
# 介绍 Deployment

View File

@ -2,6 +2,9 @@
vssueId: 38
layout: LearningLayout
description: 本文描述了如何在 Kubernetes 中暂停 Deployment 的更新,和继续 Deployment 的更新
meta:
- name: keywords
content: Kubernetes教程,K8S教程,Deployment,Kubernetes部署
---
# 暂停和继续 Deployment

View File

@ -2,6 +2,9 @@
vssueId: 36
layout: LearningLayout
description: 本文描述了如何在 Kubernetes 中回滚 Deployment
meta:
- name: keywords
content: Kubernetes教程,K8S教程,Deployment,Kubernetes部署,回滚
---
# 回滚 Deployment

View File

@ -2,6 +2,9 @@
vssueId: 37
layout: LearningLayout
description: 本文描述了如何在 Kubernetes 中水平伸缩 Deployment scaling up / scaling down
meta:
- name: keywords
content: Kubernetes教程,K8S负载,Deployment,Kubernetes部署,伸缩
---
# 伸缩 Deployment

View File

@ -2,6 +2,9 @@
vssueId: 35
layout: LearningLayout
description: 本文描述了如何在 Kubernetes 中更新 Deployment
meta:
- name: keywords
content: Kubernetes教程,K8S教程,Deployment,Kubernetes部署
---
# 更新 Deployment