You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Without having dug into into it, it could perhaps have something to do with persistence of the postgres data?
Mmhhh it could be but, the pvc is related to kubernetes and not supabase. If you use a NFS storageClass you will not have any problem with multi node :/
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.
The text was updated successfully, but these errors were encountered: