Hi Appwrite team,I am curious to know which technology is been used by Appwrite Cloud. I want to Orcherstrate Appwrite for High Availablity like If one server fails it should be Alive.
I am Learing Docker-Swarm & Kubernetes.
It would be great if you could tell me How you manage DB and other Stateful π for that that Scale
I'm not from the AppWrite team but the best option for you so far is to extract the database to a different server (There support for it inside the .env
file) then you need to create a another server for the executor host (look into the appwrite-executor
container)
After you have set this values you can scale vertical as much you want
We recommend using docker swarm
This is outdated, but it'll give you the idea: https://dev.to/appwrite/30daysofappwrite-docker-swarm-integration-2io9
Are you guys Using Docker Swarm in Appwrite Cloud?
Yes
Great!π
If you guys don't mind. Can you tell me whats tools and Services are you using along with docker Swarm?. So it will be a Good Learning Experience for me.
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...