Hello. I'm new to the server and Actually new to Appwrite as Well. I'm using Kubernetes to Orchestrate a Website but Everytime I run a Container normally and restart it . I need to setup Everything from Start. How can I have replicas in Appwrite. I'm currently using Auth & Database in Appwrite. If there is a guide or Website or Can you explain me. Thanks 🙂
Hey we don't have native support for k8s yet. But it looks like in your case there's no volume being setup. Can you check if youre using a volume for the database
I just use this Command. Is this ok ? Mr. Jacob
Yes that command is for a native docker installation. To be used with k8s there will definitely need to be some changes and you probably need to create a helm chart
Can you point me to somewhere? Website or Guide? Mr. Jacob
Is it possible to use K8s?
Unfortunately no, we don't have any resources for it. However some attempts were made by the community to get it working.
Related issues:
https://github.com/appwrite/appwrite/issues/24 https://github.com/appwrite/appwrite/issues/364
The biggest challenge with running Appwrite on K8s is getting functions to work because Appwrite relies on the docker socket to spin up containers at runtime.
Recommended threads
- Sites Runtimes 1.8.0 Self-Hosting. Flutt...
I have a problem with the Flutter version for SITES RUNTIMES. I use self-hosting and updated to version 1.8.0, which according to the changelog says they updat...
- getFilePreview , getFileView , getFileDo...
I am on Appwrite self hosted 1.8.0 I use the web sdk 21.3.0 I created a bucket and it has this permission (users:create) then i enabled the file security then ...
- Custom Domain Verification Failed
Hi! I woke up to my app not working because of this custom domain verification failed error. I have not moved any DNS configuration since I set it up 3 years ag...