Blog
ScyllaDB
Build strong resiliency in a cost-effective way for a No-SQL database! To know more get in touch with us. #scalable #scylladb #database #nosql #cloud #gpuoncloud #consistency #available #partitontolerence
Keda
Scale your event-driven applications more elegantly with #KEDATo know more get in touch with us..... #keda #kubernetes #autoscaler #metrics #event #externalsource #cloud #gpuoncloud
RabbitMQ
Highly Available & Scalable #Rabbitmq cluster on #Kubernetes!!! #mq #rmq #messagebroker #cloud #gpuoncloud #amqp #stomp #mqtt #python #javascript #java #go #ruby #rabbitmq #kubernetes #cloudcomputing #kafka
Hashicorp Vault and Consul
An effective way to create, store and manage secrets, tokens, certificates, and encryption keys......
What is ELK stack?
ELK Stack allows users to take data from any source, any format to search, analyze and visualize the data in real-time. The ELK is a phrase for three popular open-source projects - Elasticsearch, Logstash, and Kibana. You can search all the logs in a single place....
Infrastructure as Code – Terraform
Infrastructure as code allows managing infrastructure with configuration files (easy code) instead of a graphical user interface. IaC allows us to build, modify and manage infrastructure in a secure, steady, and iterative way, by defining resource configurations so...
DevOps Tools
DevOps is a combination of software development and IT operations. DevOps focuses on the systems development life cycle. DevOps has effective tools to help teams quickly and efficiently deploy. Because of this tools help teams manage complex environments at scale and...
VPS Horizontal Scaling
The ability to host multiple GPUonCLOUD Virtual Private Servers in a single environment highly facilitates management, in case of the necessity to work with several VPS at once. Herewith, each node remains an independent server, that is able to run a separate...
Storage Container Horizontal Scaling
Storage Container Horizontal Scaling Dedicated Storage Container is a special type of node developed to support working with the large amount of data. It has a number of benefits compared to the rest of container types, such as enlarged amount of allocated disk space...
GlassFish and Payara Clustering: Running Java EE Highly-Available Applications
Ensuring trouble-proof 24/7 service delivery is among of the most discussed areas in cloud hosting for the last few years. And the very obvious and commonly used solution here is building a clustered infrastructure for your project. Intending to help our customers...
MySQL Template with Auto-Clustering
MySQL Auto-Clustering is provided for the 5.7.x and 8.x MySQL versions only. Automatic clusterization of the databases with pre-configured replication and auto-discovery of the nodes. Based on your requirements, you can select Scheme of the following types:...
Memcached horizontal scalling
Memcached is a distributed memory object caching server, aimed to greatly accelerate the incoming requests serving. This is achieved by means of caching weighty data rather than generating it from the scratch on each request, which requires a considerable amount of...
How to set MariaDB Template with Auto-Clustering ?
MariaDB Auto-Clustering is provided for the 10.x MariaDB versions only. Automatic clusterization of the databases with pre-configured replication and auto-discovery of the nodes. Based on your requirements, you can select Scheme of the following types: Master-Master...
Load Balancer with horizontal scaling
Increasing the amount of load balancer servers makes sense if you would like to improve your app's accessibility and gain a few entry points for increased reliability. In the later case, you need to have the Public IP addresses attached to each of your balancers....
How to set auto vertical scaling ?
GPUonCLOUD is the Cloud PaaS which can automatically scale any application, both vertically and horizontally, making hosting of your applications truly flexible. Automatic vertical scaling is made possible by GPUonCLOUD's ability to dynamically change the amount of...
How to set auto Horizontal Scaling on Multi Nodes
With GPUonCLOUD PaaS, hosting of your applications becomes truly flexible. In addition to automatic vertical scaling, GPUonCLOUD also lets you increase/decrease the number of servers in your environment manually or automatically. The process of manual scaling is...
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
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 with the...
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
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 ?
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...
How to Generate a Custom SSL Certificate ?
A noteworthy type of security for your domain names is provided by SSL certificate. Its become very easy with GPUonCLOUD, to host applications that require SSL.Generate a Custom SSL Certificate In order to add the Custom SSL certificate to your GPUonCLOUD environment,...
MySQL/MariaDB Database Master-Slave Replication
MySQL/MariaDB Database Master-Slave Replication Master-slave replication is used to solve a number of different problems with performance, supporting the backup of different databases, and as a part of a larger solution to alleviate system failures. It enables data...
Introduction to MongoDB
MongoDB is a popular open source Database application. While it is way easier than other databases, it also supports salient features like Master Slave replication, ad hoc queries, indexing and much more. Let us know few basic commands of MongoDB. You can login to...