Hi Appwrite Team, I want to setup a Kubernetes cluster for my Website with Appwrite as Backend. I'm Using Kaniko as to Build image to Use.
I will have 2 Clusters So if one fails Another should Act as a Backup. I have a question. Does Appwrite work with Master-Slave data replication?
Hi there 👋 Most of Appwrite containers are stateless. Those that are stateful are well known ones such as Redis or MariaDB. You can scale them as you wouod nornally. To scale Appwrite containers, you simply spin uo multiple and direct traffic between them.
Important to remember Appwrite uses Docker volumes, so make sure you have a solution to share those between your servers. There are many ways around it, such as rsync or network mounts with s3
Thanks for the Reply. Ms 🙂
[SOLVED] Have a Question with Data Replication
Recommended threads
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- How to determine if a user is anonymous?
This is probably a silly question, but I have not yet found a good answer. Is there a method to determine if the current session is anonymous aside from seein...