Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Cloud

ProSA is intended to be cloud native/agnostic. In this subsection, you'll find examples for deploying it on a Cloud PaaS1.

Most of the time, there are PaaS offerings that work with Docker containers and Rust runtimes.

Docker containers

To build a Docker image for your ProSA, refer to the Cargo-ProSA Container Select a base image that suits your PaaS requirements and push the generated image to your cloud repository.

You'll find an example in the subsection for GCP Cloud Run

Rust runtime

If your PaaS allows you to use the Rust runtime to run ProSA, you need to use the project generated by Cargo-ProSA.

For an example, refer to the subsection for Clever Cloud


  1. Platform as a service - Run ProSA as a software without worrying about hardware, system, or infrastructure.