AcalephStorage / kontinuous

The Kubernetes Continuous Integration & Delivery Platform (CI/CD) :arrows_counterclockwise:
Apache License 2.0
116 stars 9 forks source link

Liveness and Readiness probes #57

Open hunter opened 8 years ago

hunter commented 8 years ago

https://www.ianlewis.org/en/using-kubernetes-health-checks

darkcrux commented 8 years ago

is this for the kon5s services or the jobs in general?

hunter commented 8 years ago

Services. I'm not sure liveness/readiness probes make sense for jobs since they aren't long running

darkcrux commented 8 years ago

the readiness probe might be useful for the running jobs. :)