
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
- Error Getting Github token on 1.7.4
I set up GitHub integration on Selfhost using version 1.7, and it was working correctly since then. After upgrading to version 1.7.4 with the same configuration...
- API Endpoint to Verify Password.
I have 2 use cases where i need to verify a users password outside of login, e.g. Updating user account data (such as name, or prefs, or data in a users databa...
- Corrupted files on AWS S3
Hello! I'm having trouble using S3 storage with appwrite for file uploads. It happens when uploading files from the Javascript SDK or from the console. The fi...
