Hi all, I’m setting up a Liveness Probe for Growt...
# ask-questions
f
Hi all, I’m setting up a Liveness Probe for GrowthBook in Kubernetes, and I’d like to know the best default route to check if the application is still running properly. Is there a recommended endpoint for this purpose, like
/health
or something similar? I haven’t been able to find any reference to this in the official product documentation.
h
There is a
/healthcheck
route on the API server (https://docs.growthbook.io/self-host/cdn#health-checks). I agree, the documentation here is sparse.