hello, I'm using hono with cloudflare workers and I'd like to create a microservices architecture wi

hello,
I'm using hono with cloudflare workers and I'd like to create a microservices architecture with workers, that is, have a worker that acts as an API gateway that validates the token and then redirects calls to the workers with service bindings, but I can't make the workers (microservices) private, for example when they are deployed in docker and they can only communicate over an internal network. I'm using hono. Is there any way to do this?
Was this page helpful?