Cluster general question #47
Replies: 3 comments 2 replies
-
Yes, FDB is the recommended store.
All nodes have to share the same S3 bucket.
FDB for full-text. Redis or Memcached for lookups.
Yes, it is encrypted. |
Beta Was this translation helpful? Give feedback.
-
Interesting, I want to make a try for a mail server for families and a few friends with 2 cheap VPS and an S3 bucket In case of two servers, the balancing can be via dns? Multiple mx records, multiple A records and a cname? So i can access my mail directly on each node or use the cname? What do you recommend for a webmail? There is an embedded on or I can use the classic roundcube? In the VPS the 443 port is used bt stalwart, so no other services can be deployed on the same server, it's correct? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your response. In the example all the https (443) is routed to stalwart, in my scenario, i want to proxy only certain requests. Is it possible? |
Beta Was this translation helpful? Give feedback.
-
I have some questione regarding the clustering, I didn't found any exausisteve response in official documentation, so i try to write hereh
For example a want a setup with two different nodes, in different datacenter.
For the storage which one must/can be used? Reading the doc i suppose FoundationDB for the datastore.
Regarding the blob store, each server has is own (replicated) or the nodes must/can share the same s3 bucket?
For the other type of store (full-text, lookup) which one can be used in a cluster setup?
Is gossip protocol encrypted? Using it in a public network is recommended, or is better to use within a private VPN between nodes?
Beta Was this translation helpful? Give feedback.
All reactions