Skip to content

Commit abc6807

Browse files
authored
Merge pull request #51715 from lmktfy/20250627_fix_readiness_probe
Fix readiness probe docs
2 parents 046f957 + c046e94 commit abc6807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/liveness-readiness-startup-probes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Liveness probes do not wait for readiness probes to succeed. If you want to wait
2626

2727
## Readiness probe
2828

29-
Readiness probes determine when a container is ready to start accepting traffic. This is useful when waiting for an application to perform time-consuming initial tasks, such as establishing network connections, loading files, and warming caches.
29+
Readiness probes determine when a container is ready to accept traffic. This is useful when waiting for an application to perform time-consuming initial tasks that depend on its backing services; for example: establishing network connections, loading files, and warming caches. Readiness probes can also be useful later in the container’s lifecycle, for example, when recovering from temporary faults or overloads.
3030

3131
If the readiness probe returns a failed state, Kubernetes removes the pod from all matching service endpoints.
3232

0 commit comments

Comments
 (0)