Highlight the importance of the preStop hook when configuring Kubernetes probes by dsyer · Pull Request #48936 · spring-projects/spring-boot

@wilkinsona wilkinsona changed the title Add some more detail regarding Kubernetes probes Highlight the importance of the preStop hook when configuring Kubernetes probes

Jan 22, 2026

@dsyer

Graceful shutdown is not sufficient on its own to ensure that in-flight
requests are handled during pod termination. The preStop hook should be
used to provide sufficient time for in-flight requests.

Signed-off-by: Dave Syer <david.syer@broadcom.com>

wilkinsona pushed a commit that referenced this pull request

Jan 23, 2026
Graceful shutdown is not sufficient on its own to ensure that in-flight
requests are handled during pod termination. The preStop hook should be
used to provide sufficient time for in-flight requests.

Signed-off-by: Dave Syer <david.syer@broadcom.com>

See gh-48936

wilkinsona added a commit that referenced this pull request

Jan 23, 2026