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.
When deploying it's good to have some sort of healthcheck.
Describe the solution you'd like
A command (binary) like pgcat health <some connection info? that can be set up as an exec probe on k8s deployments.
Describe alternatives you've considered
Rebuilding the image myself to include e.g. psql so I can use that as a probe.
This has the con of requiring a rebuild on my end, bloating the image and having to figure out what username/password I'm going to use, etc. (probably the admin username/password makes sense).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When deploying it's good to have some sort of healthcheck.
Describe the solution you'd like
A command (binary) like
pgcat health <some connection info?
that can be set up as an exec probe on k8s deployments.Describe alternatives you've considered
Rebuilding the image myself to include e.g.
psql
so I can use that as a probe.This has the con of requiring a rebuild on my end, bloating the image and having to figure out what username/password I'm going to use, etc. (probably the admin username/password makes sense).
The text was updated successfully, but these errors were encountered: