How to set Auto Horizontal Scaling

How to set Auto Horizontal Scaling

Triggers for Automatic Horizontal ScalingGPUonCLOUD allows you to automatically scale your projects horizontally, changing the number of web/application server nodes in your environment. All of the newly added nodes are created at different hardware servers, ensuring...
Application Server with horizontal scaling

Application Server with horizontal scaling

The first thing you can notice while increasing the number of application server instances – is the automatically added Load Balancer node (NGINX by default), which appears in your topology wizard:   Such a server is obligatory required in order to work...
How to Scale Docker Containers Horizontal ?

How to Scale Docker Containers Horizontal ?

Docker standard is an open-source, container-based solution, designed to simplify the application delivery process. GPUonCLOUD Cloud provides a convenient way to orchestrate and manage these containers through the same-named Docker tab of environment wizard. Just as...
Database Horizontal Scaling

Database Horizontal Scaling

With GPUonCLOUD you are able to scale both SQL and NoSQL databases: Each newly added database server has its own host name (which consists of DB name, node ID and environment’s host) and credentials for administrator access, that you’ll receive in separate email...
How to  install SSL on Apache Linux ?

How to install SSL on Apache Linux ?

Download .crt file and .key file from the web domain host. (e.g. GoDaddy) Edit the website file which you have created in /etc/apache2/sites-available/your-site.conf with following <VirtualHost *:443>ServerName www.your-domain-nameServerAlias...