9.2Ready检查
基于bash的策略
readinessProbe:
exec:
command:
- /bin/sh
- -c
- ps -ef|grep java|grep -v grep基于http的策略
readinessProbe:
httpGet:
path: /examples/index.html
port: 8080
scheme: HTTP基于TCP的健康检查
扩展
Last updated