Automatically activate health probes in Cloud Foundry environments #39804
Labels
theme: actuator
Issues related to actuator and the management context
type: enhancement
A general enhancement
Milestone
Recent version of cloud foundry do support in addition to an application health check also readiness check, like kubernetes does: https://docs.cloudfoundry.org/devguide/deploy-apps/manifest-attributes.html#readiness-health-check-type
Currently the health probes,
LivenessStateHealthIndicator
andReadinessStateHealthIndicator
are only automatically enabled in Kubernetes environments: https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.endpoints.kubernetes-probesBy manually configuring
management.endpoint.health.probes.enabled=true
one can activate these probes and its corresponding endpoints,/actuator/health/liveness
and/actuator/health/readiness
, for cloud foundry health checks.The ask is, to not only activate the health probes automatically in kubernetes but also in cloud foundry environments.
The text was updated successfully, but these errors were encountered: