fabric8io / fabric8-build-team

Fabric8 Build Team meta repo to track issues and team documentation
0 stars 2 forks source link

Liveness/readiness probes for the slave images #21

Closed jaseemabid closed 5 years ago

jaseemabid commented 6 years ago

If we could check at the slave node's end if it is connected to master reliably with a script ($ am-i-connected-to-master.sh), then we can rely on some of the k8s fundamentals to monitor the health of the instances without using any external services.

I expect this approach to work well in the future when we run this Jenkins images inside the osio environment as well.

See https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes for docs.

piyush-garg commented 5 years ago

we are not needing this anymore.