Skip to content

Added readiness probe to seb webservice#35

Merged
anhefti merged 1 commit into
developmentfrom
fix-probes
Jun 3, 2026
Merged

Added readiness probe to seb webservice#35
anhefti merged 1 commit into
developmentfrom
fix-probes

Conversation

@BenGig

@BenGig BenGig commented Mar 4, 2026

Copy link
Copy Markdown
Collaborator

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.

@anhefti anhefti merged commit 2e72a3e into development Jun 3, 2026
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.

2 participants