-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local health check for helm #122
Comments
IS there some sort of internal command or http request or "file" we can inspect to see that consul-esm is working from inside the container? |
I don't know if liveness/readiness probes will connect to other containers, but then we have to deal with authentication. I was hoping for something simple and local to the consul-esm container. However, I do think that what you have provided will suffice for the "what happens if consul-esm dies" as that should turn red/unavailable. Then, of course it is something else's responsibility to monitor that and alert as necessary ;). I was looking for something that would end up in the helm chart (deployment) as a local health check. Perhaps a "defacto" /healthz HTTP GET? :-/ |
Converting this to a feature request and updating the title to match. |
Related to #121 - I have been using some terraform code to deploy consul-esm using a
kubernetes_deployment
to our cluster. It is "generally" working, but when I was first setting it up, I realized that we need some "health checking" for consul-esm itself. I would equate this to a "liveness-probe" and/or "readiness-probe" ... i.e. how can I check to make sure that consul-esm itself is working.The text was updated successfully, but these errors were encountered: