码迷,mamicode.com
首页 > 其他好文 > 详细

k8s 健康检查

时间:2017-12-19 01:18:33      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:root   check   initial   http   time   and   doc   ini   res   

livenessProbe:
exec:
command:
- /bin/sh
- ‘-c‘
- /opt/app-root/src/check_conf.sh
failureThreshold: 3            #探测失败阈值
initialDelaySeconds: 10    #容器起来多久才开始探测
periodSeconds: 10           #告诉kubelet每10秒探测一次
successThreshold: 1       #探测失败后成功1次就认为是成功的
timeoutSeconds: 3        #探测超过3秒则认为本次探测是失败的

 

 

参考 https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/

k8s 健康检查

标签:root   check   initial   http   time   and   doc   ini   res   

原文地址:http://www.cnblogs.com/37yan/p/8058967.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!