Picture a database going down for ninety seconds. Nothing dramatic, a failover, the kind of thing that should be invisible. Every pod in your deployment runs a liveness probe that opens a connection to that database and runs a trivial query. Every o…