-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
See https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html#production-ready-kubernetes-probes for how its done in spring-boot's actuator.
In high level, pyctuator should support telling k8s when an application/service is ready to serve requests (i.e. readiness probe) and if the application is alive (this is the liveness probe) - this is different from the health status returned by /pyctuator/health for two reasons:
- it should return fast, so shouldn't include health checks of external resources
- it should reflect the k8s lifecycle as described in actuator's documentation (and in k8s docs of course)
While actuator allow to configure additional checks to these probes, it is suggested that initially we'll provide default implementation that users can choose to use.
yanoom, vilozio and hatsyio
Metadata
Metadata
Assignees
Labels
No labels