Hi Appwrite Team, I have a Question. The Appwrite team told me before that I can Scale Appwrite containers Because Some of the Containers are Stateless. But my Question is MariaDB , etc, Can I Scale The Stateful Containers And If I do If multiple Container Write at the Same Time, If it would be a problem or Not? I'm using Kubernetes but Answers related are also Helpful Thanks!
Mariadb is not one of the stateless containers. You can scale that the way you'd scale any mariadb database. It might be best to use a managed service
Recommended threads
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...