Open 5ibiryak opened 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
I deployed grist in a k8s cluster and would like to know if it supports HA mode or can only work in one replica?