[ad_1]
I’m configuring startup/liveness/readiness probes for kubernetes deployments serving spring boot services. As of the spring boot documentation it’s best practice to use the corresponding liveness & readiness actuator endpoints as describes here:
https://spring.io/blog/2020/03/25/liveness-and-readiness-probes-with-spring-boot
What do you use for your startup probe?
What are your recommendations for failureThreshold, delay, period and timeout values?
Did you encounter issues when deploying isito sidecars to an existing setup?
[ad_2]