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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...