change title

pull/134/head
rootsongjc 2018-02-06 15:19:41 +08:00
parent 9867bdc77d
commit 5784b90a20
3 changed files with 12 additions and 10 deletions

View File

@ -21,7 +21,7 @@
- [CSI - Container Storage Interface容器存储接口](concepts/csi.md)
- [Kubernetes中的网络解析——以flannel为例](concepts/networking.md)
- [资源对象与基本概念解析](concepts/objects.md)
- [基本概念](concepts/basic.md)
- [Pod状态与生命周期管理](concepts/pod-basic.md)
- [Pod概览](concepts/pod-overview.md)
- [Pod解析](concepts/pod.md)
- [Init容器](concepts/init-containers.md)

View File

@ -1,9 +0,0 @@
# 基本概念
该节将带领大家了解Kubernetes中的基本概念尤其是作为Kubernetes中调度的最基本单位Pod。
本节中包括以下内容:
- 了解Pod的构成
- Pod的生命周期
- Pod中容器的启动顺序模板定义

View File

@ -0,0 +1,11 @@
# Pod状态与生命周期管理
该节将带领大家了解Kubernetes中的基本概念尤其是作为Kubernetes中调度的最基本单位Pod。
本节中包括以下内容:
- 了解Pod的构成
- Pod的生命周期
- Pod中容器的启动顺序模板定义
Kubernetes中的基本组件`kube-controller-manager`就是用来控制Pod的状态和生命周期的在了解各种controller之前我们有必要先了解下Pod本身和其生命周期。