Monitoring Health of Unleash Deployed In a Private Cloud Environtment #10670
-
Hello! This discussion is related to issue 9965. We have containerized Unleash and deployed to a private cloud environment connected to Postgres. We have configured a health check for Also, I am interesting in learning best practices for monitoring the health of Unleash in a private cloud environment. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @msanssouci it comes with the trade-off of consuming a DB connection to check it (e.g. running |
Beta Was this translation helpful? Give feedback.
Hi @msanssouci thanks for the insights. I do believe that readiness and health checks should be different: https://kubernetes.io/docs/concepts/configuration/liveness-readiness-startup-probes. In our hosting we don't want to adopt this readiness check because we have different monitors and alerts for the database. It doesn't give us additional value to also check the database health inside Unleash itself.
Despite that, having a different readiness check is something we've been willing to do, and we can always allow you to opt in for the database check inside Unleash. So we've added this issue to keep track of this request: #10742