Clustering

An Introduction to Hadoop — step-by-step DevOps tutorial on Progressive Robot

An Introduction to Hadoop

Apache Hadoop is one of the earliest and most influential open-source tools for storing and processing the massive amount of readily-available digital data that has accumulated with the rise of the World Wide Web. It evolved from a project called Nutch, which attempted to find a…

Read more
How To Configure a Galera Cluster with MySQL on Ubuntu 18.04 Servers — step-by-step Linux tutorial on Progressive Robot

How To Configure a Galera Cluster with MySQL on Ubuntu 18.04 Servers

In this guide, you will configure an active-active MySQL Galera cluster with three Ubuntu 18.04 servers. Clustering adds high availability to your MySQL database by distributing changes to different servers. In the event that one of the instances fails, others are quickly available to continue serving. Galera is a database clustering solution that enables you to set up multi-master clusters using synchronous replication.

Read more
How to Migrate Redis Data with Master-Slave Replication on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How to Migrate Redis Data with Master-Slave Replication on Ubuntu 14.04

Redis is an in-memory, NoSQL, key-value cache and store that can also be persisted to disk. For any number of reasons, like transitioning to a more powerful server, sometimes it becomes necessary to migrate your data from one server to another. This article will show how to migrate Redis data from an Ubuntu 14.04 server to a similar server using master-slave replication.

Read more
An Introduction to Mesosphere — step-by-step Docker tutorial on Progressive Robot

An Introduction to Mesosphere

Mesosphere is a software solution that expands upon the cluster management capabilities of Apache Mesos with additional components to provide a new and novel way to manage server infrastructures. In this tutorial, we will briefly explain what each key component of Mesosphere does, starting with Apache Mesos, and show how each is used in the context of Mesosphere.

Read more
How To Set Up a Deis Cluster on the cloud provider — step-by-step DevOps tutorial on Progressive Robot

How To Set Up a Deis Cluster on the cloud provider

Deis is an open source private Platform as a Service (PaaS) that simplifies deploying and managing your applications on your own servers. By leveraging technologies such as Docker and CoreOS, Deis provides a workflow and scaling features that are similar to that of Heroku, on…

Read more
Экосистема Docker: обнаружение сервисов (Service Discovery) и распределённые хранилища конфигураций (Distributed Con — Docker tutorial on Progressive Robot

Экосистема Docker: обнаружение сервисов (Service Discovery) и распределённые хранилища конфигураций (Distributed Configuration Stores)

Этот туториал является 3-ой частью из 5-ти в серии статей Экосистема Docker. Контейнеры предоставляют элегантное решение для тех, кто собирается проектировать и разворачивать масштабируемые приложения. В то время, как Docker реализует технологию…

Read more
CHAT