-
Controller Version5.12 Describe Your Issue or QuestionHey i was just wondering if there is some kind of health check i could setup with the container? I have this container deployed on a k8s cluster and it would be sweet if i could get some kind of reporting if the container is not happy. I woke up this morning to getting 500s trying to access the web interface but the container was still "running" lol also i forgot to look at logs before i rerolled the deployment 🤦🏻♂️ Expected BehaviorHealth check endpoint? health check command? Steps to ReproduceN/A How You're Launching the Container
Container Logs
MongoDB LogsNo response Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The Dockerfile has a |
Beta Was this translation helpful? Give feedback.
-
If you want an endpoint that might be an even better health check that will verify that the MongoDB is running, check out the |
Beta Was this translation helpful? Give feedback.
If you want an endpoint that might be an even better health check that will verify that the MongoDB is running, check out the
/api/v2/anon/info
endpoint (i.e. -https://localhost:8043/api/v2/anon/info
)