gristlabs / grist-core

Grist is the evolution of spreadsheets.
https://www.getgrist.com
Apache License 2.0
7.32k stars 325 forks source link

Grist in HA (High availability) mode #1114

Open 5ibiryak opened 4 months ago

5ibiryak commented 4 months ago

I deployed grist in a k8s cluster and would like to know if it supports HA mode or can only work in one replica?

paulfitz commented 4 months ago

There is some description of a scalable setup here: https://github.com/gristlabs/grist-core/blob/main/documentation/overview.md

Single Grist documents are tied to one worker at a time, but you can scale out the number of workers.

The most complete k8s setup for Grist I know of is that of the ANCT in France: https://gitlab.com/incubateur-territoires/devops/projects/donneesetterritoires/-/tree/develop/tools/grist_ha