From b0f01e018c20765244d93691453deb8ab415aed6 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Fri, 24 May 2019 18:44:41 -0500 Subject: [PATCH] Clarify healthchecks and dependencies --- slides/k8s/healthchecks-more.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/slides/k8s/healthchecks-more.md b/slides/k8s/healthchecks-more.md index dc161b76..709e980d 100644 --- a/slides/k8s/healthchecks-more.md +++ b/slides/k8s/healthchecks-more.md @@ -24,7 +24,9 @@ - Example: a web server requiring a database connection to operate - (make sure that the healthcheck can report "OK" even if the database is down) + (make sure that the healthcheck can report "OK" even if the database is down; +
+ because it won't help us to restart the web server if the issue is with the DB!) - Example: a microservice calling other microservices