Open
Description
Improve documentation
Link
https://github.com/supabase-community/supabase-kubernetes?tab=readme-ov-file#roadmap
Describe the problem
In the road map of the helm chart there is the multi-node support. I was wondering how a kubernetes app deployed on kube is not by default multi node compatible ??
What do they mean by "multi-node support" ?
Does it mean that all the pods are deployed on the same node ?
Does it mean that all the pvc need to be on the same node for the local-path ??
Does it mean that it's not possible to run the psql on a different node with a replica ?
Describe the improvement
If it's possible to improve the roadmap docs part to be more clear about the meaning of this features.
Just by explaining the features exactly.