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: 31
layout: LearningLayout
description: Kubernetes教程_本文描述了Kubernetes_Pod中的初始化容器的概念_使用场景和使用方法_初始化容器是容器组中app容器启动之前执行的容器_可能包含setup脚本或其他工具进程
meta:
- name: keywords
content: Kubernetes教程,K8S教程,init container,初始化容器,initialize container
---
# 容器组_初始化容器

View File

@ -1,5 +1,8 @@
---
description: Kubernetes教程_本文描述了Kuboard如何处理Kubernetes容器组
meta:
- name: keywords
content: Kubernetes教程,K8S教程,容器组
---
# 容器组_Kuboard

View File

@ -2,6 +2,9 @@
vssueId: 30
layout: LearningLayout
description: Kubernetes教程_本文描述了Kubernetes中Pod容器组的生命周期
meta:
- name: keywords
content: Kubernetes教程,K8S教程,容器组生命周期,Pod生命周期
---
# 容器组_生命周期

View File

@ -1,5 +1,8 @@
---
description: Kubernetes教程_在Kubernetes中为Pod中的容器开启privileged 模式
meta:
- name: keywords
content: Kubernetes教程,K8S教程,init container,初始化容器,initialize container
---
# 容器组_Privileged 模式

View File

@ -2,6 +2,9 @@
vssueId: 29
layout: LearningLayout
description: Kubernetes教程_本文介绍Kubernetes中的最小可调度单元Pod容器组的概念以及如何使用容器组
meta:
- name: keywords
content: Kubernetes教程,K8S教程,Pod,容器组
---
# 容器组_概述

View File

@ -2,6 +2,9 @@
vssueId: 51
layout: LearningLayout
description: 本文描述了 Kubernetes DaemonSet 的概念、行为及用法
meta:
- name: keywords
content: Kubernetes教程,K8S教程,DaemonSet
---
# DaemonSet 的替代选项

View File

@ -2,6 +2,9 @@
vssueId: 49
layout: LearningLayout
description: 本文描述了 Kubernetes DaemonSet 的概念、行为及用法
meta:
- name: keywords
content: Kubernetes教程,K8S教程,DaemonSet
---
# 与 DaemonSet 通信

View File

@ -2,6 +2,9 @@
vssueId: 47
layout: LearningLayout
description: 本文描述了 Kubernetes 中如何创建 DaemonSet
meta:
- name: keywords
content: Kubernetes教程,K8S教程,DaemonSet
---
# 创建 DaemonSet

View File

@ -2,6 +2,9 @@
vssueId: 46
layout: LearningLayout
description: 本文描述了 Kubernetes DaemonSet 的概念、行为及用法
meta:
- name: keywords
content: Kubernetes教程,K8S教程,DaemonSet
---
# 介绍 DaemonSet

View File

@ -2,6 +2,9 @@
vssueId: 48
layout: LearningLayout
description: 本文描述了 Kubernetes DaemonSet 如何调度 Pod
meta:
- name: keywords
content: Kubernetes教程,K8S教程,DaemonSet
---
# DaemonSet 是如何调度的

View File

@ -2,6 +2,9 @@
vssueId: 50
layout: LearningLayout
description: 本文描述了 Kubernetes DaemonSet 的概念、行为及用法
meta:
- name: keywords
content: Kubernetes教程,K8S教程,DaemonSet
---
# 更新 DaemonSet

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

View File

@ -1,6 +1,9 @@
---
layout: LearningLayout
description: 本文描述了 Kubernetes Job 的概念、行为及用法
meta:
- name: keywords
content: Kubernetes教程,K8S教程,Kubernetes Job
---
# 控制器 - Job

View File

@ -2,6 +2,9 @@
vssueId: 43
layout: LearningLayout
description: 本文描述了 Kubernetes StatefulSet 的基本信息Components、Pod Selector、Pod Identity
meta:
- name: keywords
content: Kubernetes教程,K8S教程,StatefulSet
---
# StatefulSet 的基本信息

View File

@ -1,7 +1,10 @@
---
vssueId: 42
layout: LearningLayout
description: 本文描述了 Kubernetes StatefulSet 的概念、行为及用法
description: 与Deployment相似StatefulSet 基于一个 Pod 模板管理其 Pod。与 Deployment 最大的不同在于 StatefulSet 始终将一系列不变的名字分配给其 Pod。这些 Pod 从同一个模板创建,但是并不能相互替换:每个 Pod 都对应一个特有的持久化存储标识。
meta:
- name: keywords
content: Kubernetes教程,K8S教程,StatefulSet
---
# StatefulSet 的使用场景

View File

@ -2,6 +2,9 @@
vssueId: 44
layout: LearningLayout
description: 本文描述了 Kubernetes StatefulSet 的部署和伸缩
meta:
- name: keywords
content: Kubernetes教程,K8S教程,StatefulSet
---
# StatefulSet 的部署和伸缩

View File

@ -2,6 +2,9 @@
vssueId: 45
layout: LearningLayout
description: 本文描述了 Kubernetes StatefulSet 的更新
meta:
- name: keywords
content: Kubernetes教程,K8S教程,StatefulSet
---
# StatefulSet 的更新策略

View File

@ -2,6 +2,9 @@
vssueId: 32
layout: LearningLayout
description: Kubernetes教程_本文介绍了Kubernetes_Controller控制器的概念以及控制器的种类
meta:
- name: keywords
content: Kubernetes教程,K8S教程,Kubernetes 控制器
---
# 控制器_概述