Scaling

How to Create a High Availability Setup with Pacemaker, Corosync and Reserved IPs on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How to Create a High Availability Setup with Pacemaker, Corosync and Reserved IPs on CentOS 7

Corosync is an open source cluster engine used to implement high availability within applications. This tutorial will demonstrate how to use Corosync and Pacemaker to create a high availability (HA) infrastructure on the cloud provider with CentOS 7 servers and Reserved IPs. To facilitate the process of setting up and managing the cluster nodes, we are going to use PCS, a command line interface that interacts with both Corosync and Pacemaker.

Read more
How To Use HAProxy to Set Up MySQL Load Balancing — step-by-step Linux tutorial on Progressive Robot

How To Use HAProxy to Set Up MySQL Load Balancing

HAProxy is an open source software which can load balance HTTP and TCP servers. In the previous article on HAProxy we configured load balancing for HTTP and in this one we’ll do the same for MySQL. All your MySQL servers have to be configured to perform Master-Master replication as load balancing involves both reading and writing to all the backends.

Read more
Entendendo Bancos de Dados Gerenciados — step-by-step DevOps tutorial on Progressive Robot

Entendendo Bancos de Dados Gerenciados

Armazenamento de dados seguro e confiável é uma necessidade para quase todas as aplicações modernas. No entanto, a infraestrutura necessária para um banco de dados local autogerenciado pode ser proibitivamente cara para muitas equipes. Da mesma forma, funcionários que possuem as…

Read more
How To Install and Configure NATS on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure NATS on Ubuntu 16.04

NATS is an open source high performance messaging system, often described as “a central nervous system for the cloud”. In this tutorial you’ll configure gnats, the official NATS server and create a basic server overload warning system that sends out emails when server load gets too high, using `gnatsd` as its message broker.

Read more
How To Set Up a Scalable MongoDB Database — step-by-step Databases tutorial on Progressive Robot

How To Set Up a Scalable MongoDB Database

MongoDB is a NoSQL database with great features like replication and sharding built in. This allows you to scale your database to as many servers as you would like by distributing content among them. Use this tutorial to help get everything up and running.

Read more
How To Use JMeter To Record Test Scenarios — step-by-step DevOps tutorial on Progressive Robot

How To Use JMeter To Record Test Scenarios

In this tutorial, we will teach you how to set up and use the Apache JMeter HTTP(S) Test Script Recorder to record HTTP requests. Recording HTTP requests is a great way to building test plans, and can be useful in creating tests that closely mimic a normal user’s behavior.

Read more
CHAT