Skip to content

Added readiness probe to seb webservice#35

Open
BenGig wants to merge 1 commit intodevelopmentfrom
fix-probes
Open

Added readiness probe to seb webservice#35
BenGig wants to merge 1 commit intodevelopmentfrom
fix-probes

Conversation

@BenGig
Copy link
Collaborator

@BenGig BenGig commented Mar 4, 2026

Readiness probe tests if pod responds, as liveness probe does already.

A failed Liveness probe will stop a pod, and Kubernetes restarts it. Readiness probe will not stop a pod, but prohibit any new requests to this probe.

The readiness probe triggers first. This will allow longer lasting requests to hopefully terminate correctly. After 5 failures or 25 seconds, the pod is considered dead and will be restarted. Currently, a pod gets restarted after 5 seconds by the liveness probe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant