Highlight the importance of the preStop hook when configuring Kubernetes probes by dsyer · Pull Request #48936 · spring-projects/spring-boot
wilkinsona
changed the title
Add some more detail regarding Kubernetes probes
Highlight the importance of the preStop hook when configuring Kubernetes probes
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, 2026Graceful 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters