Skip to main content
You can deploy your Restate service on any standalone machine.

Docker

You can run your Restate service in a Docker container. Most of the Restate service templates come with a Dockerfile that you can use to build a Docker image for your service.

Running services behind a load balancer

To spread load across multiple instances of services and higher availability, we recommend using a load balancer. When running an L7 load balancer such AWS Application Load Balancer, be sure to configure it to support HTTP/2 as this enables Restate to use the more efficient bi-directional service invocation protocol.