Networking

O Ecossistema do Docker: Rede e Comunicação — step-by-step Docker tutorial on Progressive Robot

O Ecossistema do Docker: Rede e Comunicação

Ao construir sistemas distribuídos para servir contêineres Docker, comunicação e rede tornam-se extremamente importantes. A arquitetura orientada a serviço, inegavelmente, depende muito de comunicação entre os componentes, de forma a funcionar corretamente. Neste guia, vamos…

Read more
How To Create a High Availability Setup with Heartbeat and Reserved IPs on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Create a High Availability Setup with Heartbeat and Reserved IPs on Ubuntu 16.04

Heartbeat is an open source program that provides cluster infrastructure capabilities—cluster membership and messaging—to client servers, which is a critical component in a high availability (HA) server infrastructure. Heartbeat is typically used in conjunction with a cluster resource manager (CRM), such as Pacemaker, to achieve a complete HA setup. However, in this tutorial, we will demonstrate how to create a 2-node HA server setup by simply using Heartbeat and a the cloud provider Reserved IP.

Read more
How To Inspect Kubernetes Networking — step-by-step Kubernetes tutorial on Progressive Robot

How To Inspect Kubernetes Networking

Kubernetes is a container orchestration system that can manage containerized applications across a cluster of server nodes. Maintaining network connectivity between all the containers in a cluster requires some advanced networking techniques. In this article, we will briefly…

Read more
CHAT