You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We deployed kWatch in our k8s environment and recently due to load the pod crashed due to OOMKilled
Describe the solution you'd like
Add a health check endpoint to make sure the pod is reachable.
❯ curl localhost:8060/healthcheck
OK
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We deployed kWatch in our k8s environment and recently due to load the pod crashed due to
OOMKilled
Describe the solution you'd like
Add a health check endpoint to make sure the pod is reachable.
The text was updated successfully, but these errors were encountered: