friendica / docker

Docker image for Friendica
https://friendi.ca
GNU Affero General Public License v3.0
44 stars 18 forks source link

Help on running Friendica on Kubernetes #235

Closed oculos closed 5 months ago

oculos commented 8 months ago

Hi,

I am sorry that I post this here, I didn't find anywhere I could find this info. I am planning to deploy a Friendica instance on Kubernetes. My questions are:

MrPetovan commented 8 months ago

Redis is optional, it just is one of the few cache backends Friendica supports. I believe that in an auto-scaling context having an independent Redis cache backend can speed up the whole cluster but I’d refer to @nupplaphil

nupplaphil commented 5 months ago

Redis is a high-performance distributed key-value storage and it's a best practice to use it for container session handling. tbh I copied and adapted most of the functionality from Nextcloud :)

I added my setup as a possible guideline, how Redis can be used