up2university / kuboxed

EOS, CERNBox, and SWAN boxed in Kubernetes
1 stars 0 forks source link

Readiness probes for CVMFS service #22

Open michzimny opened 5 years ago

michzimny commented 5 years ago

From time to time, CFMFS services starts up not properly. See #19. From that thread:

@michzimny: @diocas, would it be possible that you implement Kubernetes' readiness probes (or any similiar solution) in kuboxed? It would enable the cluster to be aware of the fact that cvmfs daemon is not fine and will try to manage such case on its own. Currently, Kubernetes is not aware that a particular cvmfs instance does not work properly. The same could be applied to jupyter pods.

@diocas: @michzimny I will add it to the list of improvements.

ebocchi commented 5 years ago

Agreed. There should be readiness probes and more generalized health-checks in kuboxed.