HarshadRanganathan / spring-boot-example

Example project using Spring Boot
MIT License
0 stars 0 forks source link

Robust liveness and readiness probes #3

Open HarshadRanganathan opened 2 years ago

HarshadRanganathan commented 2 years ago

Liveness probe - [1] Check for jvm process [2] Check for HTTP URL

Readiness probe - [1] Check if critical dependant components are up

https://docs.microsoft.com/en-us/azure/app-service/monitor-instances-health-check

HarshadRanganathan commented 9 months ago

https://itnext.io/how-to-config-spring-boot-actuator-readiness-probe-for-dependency-between-two-services-in-k8s-1ee35fb7736f