Deploy
The current deployment model is straightforward:
- use
gestaltddirectly for local development - use the published Docker image for container deployments
- use the Helm chart for Kubernetes
Recommended Production Pattern
- Prepare artifacts with
gestaltd init. - Start the server with
gestaltd serve --locked. - Persist the datastore appropriately for your chosen backend.
- Set
server.base_urlto the public HTTPS URL.
Deployment Options
| Path | Use it for |
|---|---|
| Docker | Single-container or container-platform deployments. |
| Kubernetes | Helm-based cluster deployments. |
If you deploy on another container platform, use the Docker path as the base model.