In reference to this article: https://www.digitalocean.com/community/tutorials/automating-the-deployment-of-a-scalable-wordpress-site
is there a nice ‘starting’ point that I can implement which will allow the adoption of this model? For instance, can I simply start out with a web server and MariaDB server (2 servers)? Storage will be on the web server. Then, when growth is needed, separate into the file cluster model and implement another web server and load balancer?
Would this be doable or would it add a lot of complexity into things since it will require separating the storage from the web server after the fact?
Also, for SSL, I’m assuming the certificate would need to be loaded on all web servers or would the load balancer be able to handle it? Would I need a wildcard in this scenario?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This would be do-able and shouldn’t add too much complexity. As long as your web root (whether it is on the local disk or a glusterfs share should not make any difference for how WordPress itself is configured (aside from the possibility of changing the web root if your glusterfs is not mounted at /var/www/html).
For an SSL certificate you would add this to the load balancer as this is the web server that end users would interact with.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.