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