CloudRun
# spicedb
s
Hello everyone, has anyone tried to run SpiceDB in GCP CloudRun (serverless which scales down 0 when there are no request, the service is started on new incoming requests).
v
Perhaps the closest thing would be folks running AWS ECS. The challenge is not scaling in-out, but the fact that there is no Kubernetes API and you won't have dispatching l. You'd have to research I'd Cloud run has a service discovery API. You can run it without dispatching, but that limit scaling properties of SpiceDB
s
Thanks, scale probably won't be an issue in this environment. Any ideas what the limits would be without dispatching?
v
Depends on your schema, hard to say.
36 Views