CentOS

Install MySQL Galera Cluster on Centos 7

What is MySQL cluster and how to use it? MySQL Galera Cluster is a synchronous multi-master cluster, available on Linux only, and only supports the XtraDB/InnoDB storage engines . It is designed to provide high availability and high throughput with low latency, while allowing for near linear scalability. MySQL Cluster Read more…

By Joe Conklin, ago
Application Containers

Installing Docker on Centos 7

What are Docker containers and how to use them? Docker is a software technology providing containers. Docker provides an additional layer of abstraction and automation of operating-system-level virtualization on Windows and Linux. Docker uses the resource isolation features of the Linux kernel such as cgroups and kernel namespaces, and a Read more…

By Joe Conklin, ago
CentOS

Install MariaDB Galera Cluster on Centos 7

What is MySQL cluster and how to use it? MariaDB Galera Cluster is a synchronous multi-master cluster for MariaDB, available on Linux only, and only supports the XtraDB/InnoDB storage engines . It is designed to provide high availability and high throughput with low latency, while allowing for near linear scalability. Read more…

By Joe Conklin, ago
CentOS

MySQL Load Balancing using HAProxy

What is HAProxy and how to use it? HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for very high traffic web sites and powers quite a number of the world’s most visited ones. Read more…

By Joe Conklin, ago
CentOS

HTTP Load Balancing using HAProxy

What is HAProxy Server and how to use it? HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for very high traffic web sites and powers quite a number of the world’s most visited Read more…

By Joe Conklin, ago