-
Trying to use the right words, so that if someone else searches for this kind of functionality, they'll find this. I want to deploy more than one "instance" of authentik. I can run it on my faster infrastructure, and then on a Pi4, for if the faster infrastructure is offline, for whatever reason. How do I ensure that they both stay in-sync and function well? Does that matter? is it as simple as a DNS load balancer and postgresql/redis replication? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
authentik itself doesn't have any special requirements for this, you can have as many server and worker instances as you want to. The only requirements for this are HA Postgres and HA Redis (allthough there are currently some issues with Redis since sentinel is not supported (yet)), and then loadbalance with whatever method you want |
Beta Was this translation helpful? Give feedback.
authentik itself doesn't have any special requirements for this, you can have as many server and worker instances as you want to. The only requirements for this are HA Postgres and HA Redis (allthough there are currently some issues with Redis since sentinel is not supported (yet)), and then loadbalance with whatever method you want