Are there guidelines on how to run Grav behind a load balancer? I don’t mind if the Admin doesn’t have redundancy, but the content generated for users visiting to my site needs more resiliency than a single machine can provide.
Could we do something as simple as rsync a set of directories on a machine running the Admin to set of machines running core?
Also, are there caveats for running Grav core behind a load balancer? I ran across an issue on the Grav git page stating that sticky sessions are necessary to avoid cache conflicts between servers. Has anyone run into any other issues?