Adding an Umbraco Website to a load balanced web cluster
Hi,
I need to deploy to a web site with a CMS developed using Umbraco 8.2.1 into a web cluster located behind an f5 front end loader. The front end loader is load balancing all the websites within the web cluster. Full file replication is happening on the web servers in the cluster and they are all exact copies of each other. Changes made on one web server is automatically replicated to the others within the cluster. The app data temp folder has been excluded from replication. Is the requirement to set up a master server by sending all back-office connections to a single web server (outside of the load balancer) still a required step for Umbraco version 8+ with full file replication enabled? I've been told that this isn't required if full file replication is in place. I would love to get some confirmation on this as I haven't been able to find anything that says this.
I understand that unlike umbraco 7, umbraco 8 is using other methods to understand when caching is needed to be refreshed.
You can add a new IServerRegistrar to register the admin as ServerRole.Master and the other fronts as ServerRole.Replica
Adding an Umbraco Website to a load balanced web cluster
Hi,
I need to deploy to a web site with a CMS developed using Umbraco 8.2.1 into a web cluster located behind an f5 front end loader. The front end loader is load balancing all the websites within the web cluster. Full file replication is happening on the web servers in the cluster and they are all exact copies of each other. Changes made on one web server is automatically replicated to the others within the cluster. The app data temp folder has been excluded from replication. Is the requirement to set up a master server by sending all back-office connections to a single web server (outside of the load balancer) still a required step for Umbraco version 8+ with full file replication enabled? I've been told that this isn't required if full file replication is in place. I would love to get some confirmation on this as I haven't been able to find anything that says this.
Anybody?
I understand that unlike umbraco 7, umbraco 8 is using other methods to understand when caching is needed to be refreshed. You can add a new IServerRegistrar to register the admin as ServerRole.Master and the other fronts as ServerRole.Replica
is working on a reply...