Hello, I have a question about health-checks and `...
# spicedb
i
Hello, I have a question about health-checks and
grpc-health-probe
. Understand that
grpc-health-probe
can be used [for Kubernetes] to report on health of gRPC services. I would like to try running SpiceDB on a managed container service, for example
ECS Fargate
. Should I enable HTTP gateway and use that for health probes, or is there a way to use
grpc-health-probe
or something else under AWS Fargate to conduct health checks, without HTTP Gateway enabled?