当前位置:网站首页>y48.第三章 Kubernetes从入门到精通 -- Pod的状态和探针(二一)
y48.第三章 Kubernetes从入门到精通 -- Pod的状态和探针(二一)
2022-07-01 11:03:00 【Raymond999999】
8.Pod的状态和探针
https://kubernetes.io/zh/docs/concepts/workloads/pods/pod-lifecycle/
8.1 Pod状态

第一阶段:
Pending:
#正在创建Pod但是Pod中的容器还没有全部被创建完成,处于此状态的Pod应该检查Pod依赖的存储是否有权限挂载、镜像是否可以下载、调度是否正常等。
Failed
#Pod中有容器启动失败而导致pod工作异常。
Unknown
#由于某种原因无法获得pod的当前状态,通常是由于与pod所在的node节点通信错误。
Succeeded
#Pod中的所有容器都被成功终止即pod里所有的containers均已terminated。
第二阶段:
Unschedulable:
#Pod不能被调度,kube-scheduler没有匹配到合适的node节点
PodScheduled
#pod正处于调度中,在kube-scheduler刚开始调度的时候,还没有将pod分配到指定的pid,在筛选出合适的节点后就会更新etcd数据,将pod分配到指定的pod
Initialize边栏推荐
- Google's new paper Minerva: solving quantitative reasoning problems with language models
- NeurIPS 2022 | 细胞图像分割竞赛正式启动!
- The exclusive collection of China lunar exploration project is limited to sale!
- The project bar on the left side of CodeBlocks disappears, workspace automatically saves the project, default workspace, open the last workspace, workspace (Graphic tutorial, solved)
- 关于Keil编译程序出现“File has been changed outside the editor,reload?”的解决方法
- 力扣(LeetCode)181. 超过经理收入的员工(2022.06.29)
- [encounter Django] - (II) database configuration
- 【AI资讯月刊】350+资源大盘点!6月不容错过的资料和动态,都都都在这里啦!<附下载>
- Error: missing revert data in call exception
- 使用强大的DBPack处理分布式事务(PHP使用教程)
猜你喜欢

Rising stars in Plant Sciences (rsps2022) final Science Lecture (6.30 pm)

LeetCode.515. 在每个树行中找最大值___逐一BFS+DFS+按层BFS

What legal risks and qualifications should be paid attention to when building a digital collection platform?
![[paper reading] trajectory guided control prediction for end to end autonomous driving: a simple yet strong Ba](/img/fa/f2d24ee3dbbbe6332c84a82109338e.png)
[paper reading] trajectory guided control prediction for end to end autonomous driving: a simple yet strong Ba

Combinaison Oracle et json

Matplotlib数据可视化基础

Rising Stars in Plant Sciences (RSPS2022) Finalist科学演讲会(6.30晚9点)

CRC verification

Sqlachemy common operations

全局过滤器(处理时间格式)
随机推荐
LeetCode.每日一题 剑指 Offer II 091. 粉刷房子 (DP问题)
放弃深圳高薪工作回老家
A new round of popularity of digital collections opens
12 plateformes de gestion de produits utilisées par tout le monde
flutter path_ Provider: ^2.0.10 can get temporary directory
flutter path_provider: ^2.0.10可以获取临时目录
Addition, deletion, modification and query of database
Packet mode and three streaming modes in SDP protocol
Harbor webhook从原理到构建
华为HMS Core携手超图为三维GIS注入新动能
力扣(LeetCode)181. 超过经理收入的员工(2022.06.29)
LeetCode 438. Find all letter ectopic words in the string__ sliding window
毕业季·进击的技术er
“目标检测”+“视觉理解”实现对输入图像的理解及翻译(附源代码)
Ask everyone in the group about the fact that the logminer scheme of flick Oracle CDC has been used to run stably in production
Guys, how to export iceberg data to MySQL? What tools are there? Neither sqoop nor dataX
JS foundation -- data type
MIT's latest paper, "the need for interpretable features: motivation and classification": building interpretability in the constituent elements of machine learning models
What legal risks and qualifications should be paid attention to when building a digital collection platform?
flutter Uint8List格式的图片和File格式图片的互相转换