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
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...