Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 998 Bytes

cluster.md

File metadata and controls

30 lines (17 loc) · 998 Bytes

Cluster Stack

The biggest and most reliable setup you can host your site on is our Cluster Stack. It consists of several orchestrated instances and is designed for high reliability and can serve high traffic sites with ease. Every component is individually scaled to optimize the infrastructure to the current traffic levels.

Schematic overview Cluster stack

Frontend Server

  • Frontend Nginx: The frontend Nginx server takes care of SSL Termination and Redirects
  • Varnish: Content which can be cached is cached in memory by Varnish

Backend servers

  • Backend Nginx: The second Nginx instance takes care of running the actual drupal site. PHP requests are passed to PHP-FPM.
  • FastCGI Process Manager: PHP-FPM with either PHP 7.0 or PHP 7.1
  • Maxscale Database Proxy: Connects to the correct MariaDB Server within the Galera Cluster

###Database

  • MariaDB Galera Cluster

Search

  • Apache Solr

###Filestorage

  • NFS File Server