Skip to content

Tips for HA configuration? #1306

Answered by eldadfux
timchkor asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @timchkor, you can learn more about how to use Appwrite in production here: https://appwrite.io/docs/production

From the docs:

Appwrite was built with scalability in mind. Appwrite can scale both horizontally and vertically.

Appwrite uses a few containers to run, where each container has its job. Most of the Appwrite containers are stateless, and in order to scale them, all you need is to replicate them and setup a load balancer to distribute their load.

If you decide to set up a load balancer for a specific container, make sure that the containers that are trying to communicate with it are accessing it through a load balancer and not directly. All connections between Appwrite differ…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by eldadfux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants