1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
# Cloud
Trame applications can be bundled into a standalone docker container image that can then be deployed in the cloud with various mechanisms.
The [trame-cookiecutter](https://github.com/Kitware/trame-cookiecutter) provide an initial example for building such image under `bundles/docker/*`.
For single file application you can find an example in that [repository](https://github.com/Kitware/trame-app-cone) along with [a multi-application setup](https://github.com/Kitware/trame-app-cone/tree/multi-app).
## CapRover
To even streamline the deployment of such docker image, you can leverage [CapRover](https://caprover.com/) to automatically enable HTTPS/WSS on public domains for your trame app.
Both the cookiecutter in `bundles/docker/DEPLOY.md` and the [single file app repo](https://github.com/Kitware/trame-app-cone) go over the steps to deploy any trame application to CapRover.
[](https://github.com/Kitware/trame-app-cone)
## Infinite scaling
Trame applications have the possibility to be launched on server less architecture and therefore virtually scale to infinity by using a routing server and the reverse connection infrastructure of its server. Such feature can be leverage both in the cloud or in HPC.
For more details on that feature please reach out to [Kitware](https://www.kitware.com/contact/).
## Trame with Azure batch
[Interactive Web-based 3D Visualization of large scientific datasets using Azure Batch](https://techcommunity.microsoft.com/t5/azure-high-performance-computing/interactive-web-based-3d-visualization-of-large-scientific/ba-p/3686390) is a blog post that provides some background on how to create and deploy a trame application on Azure while enabling scalability.
|