keywords
This commit is contained in:
@ -2,6 +2,9 @@
|
||||
vssueId: 41
|
||||
layout: LearningLayout
|
||||
description: 本文描述了如何通过 Deployment 执行灰度发布(金丝雀发布)
|
||||
meta:
|
||||
- name: keywords
|
||||
content: Kubernetes教程,K8S教程,金丝雀发布,灰度发布
|
||||
---
|
||||
|
||||
# 金丝雀发布
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
vssueId: 40
|
||||
layout: LearningLayout
|
||||
description: 本文描述了如何在 Kubernetes 中清理 Deployment 中旧的 ReplicaSet
|
||||
meta:
|
||||
- name: keywords
|
||||
content: Kubernetes教程,K8S教程,ReplicaSet
|
||||
---
|
||||
|
||||
# 清理策略
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
vssueId: 34
|
||||
layout: LearningLayout
|
||||
description: 本文描述了如何创建一个 Deployment,如何理解 Deployment 各个字段,以及如何查看 Deployment 的创建结果
|
||||
meta:
|
||||
- name: keywords
|
||||
content: Kubernetes教程,K8S教程,Deployment,Kubernetes部署
|
||||
---
|
||||
|
||||
# 创建 Deployment
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
vssueId: 33
|
||||
layout: LearningLayout
|
||||
description: 本文介绍了 Kubernetes Deployment 的概念、行为及使用方法
|
||||
meta:
|
||||
- name: keywords
|
||||
content: Kubernetes教程,K8S教程,Deployment,Kubernetes部署
|
||||
---
|
||||
|
||||
# 介绍 Deployment
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
vssueId: 38
|
||||
layout: LearningLayout
|
||||
description: 本文描述了如何在 Kubernetes 中暂停 Deployment 的更新,和继续 Deployment 的更新
|
||||
meta:
|
||||
- name: keywords
|
||||
content: Kubernetes教程,K8S教程,Deployment,Kubernetes部署
|
||||
---
|
||||
|
||||
# 暂停和继续 Deployment
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
vssueId: 36
|
||||
layout: LearningLayout
|
||||
description: 本文描述了如何在 Kubernetes 中回滚 Deployment
|
||||
meta:
|
||||
- name: keywords
|
||||
content: Kubernetes教程,K8S教程,Deployment,Kubernetes部署,回滚
|
||||
---
|
||||
|
||||
# 回滚 Deployment
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
vssueId: 37
|
||||
layout: LearningLayout
|
||||
description: 本文描述了如何在 Kubernetes 中水平伸缩 Deployment (scaling up / scaling down)
|
||||
meta:
|
||||
- name: keywords
|
||||
content: Kubernetes教程,K8S负载,Deployment,Kubernetes部署,伸缩
|
||||
---
|
||||
|
||||
# 伸缩 Deployment
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
vssueId: 35
|
||||
layout: LearningLayout
|
||||
description: 本文描述了如何在 Kubernetes 中更新 Deployment
|
||||
meta:
|
||||
- name: keywords
|
||||
content: Kubernetes教程,K8S教程,Deployment,Kubernetes部署
|
||||
---
|
||||
|
||||
# 更新 Deployment
|
||||
|
||||
Reference in New Issue
Block a user