Networking

How To Use Confd and Etcd to Dynamically Reconfigure Services in CoreOS — step-by-step Web Servers tutorial on Progressive Robot

How To Use Confd and Etcd to Dynamically Reconfigure Services in CoreOS

Etcd is a globally distributed key-value store that is available in CoreOS installations. By registering services in this store, related applications can adjust their configuration based on the values available. In this guide, we will demonstrate how to configure `confd` to monitor `etcd` in order to dynamically generate an Nginx configuration. Continuous polling of `etcd` allows us to configure Nginx as a load balancer that adjusts its list of backend servers as they are started or stopped.

Read more
How To Use Traceroute and MTR to Diagnose Network Issues — step-by-step DevOps tutorial on Progressive Robot

How To Use Traceroute and MTR to Diagnose Network Issues

In this guide, we will discuss how to use traceroute and mtr to diagnose network issues. These tools and utilities will provide a good overview of what stage of the network is causing problems. You can tell if an issue falls within your realm of influence or whether you need to contact the owners or maintainers of alternate networks.

Read more
UFW Essentials : règles et commandes de pare-feu — step-by-step Linux tutorial on Progressive Robot

UFW Essentials : règles et commandes de pare-feu

UFW est un outil de configuration de pare-feu pour les iptables qui est inclus dans Ubuntu par défaut. Sous forme d’aide-mémo, ce guide vous permettra de trouver rapidement les commandes UFW qui créeront des règles de pare-feu iptables qui sont utiles dans les scénarios classiques du quotidien. Ceci intègre des exemples UFW d’autorisation et de blocage de plusieurs services par port, interface de réseau ou adresse IP source.

Read more
What is a DDoS Attack? — step-by-step DevOps tutorial on Progressive Robot

What is a DDoS Attack?

A Distributed Denial of Service (or DDoS) attack is a malicious attempt to deny legitimate traffic to a targeted server by flooding it with spurious requests. The attacker often accomplishes this by infecting a fleet of servers and internet-connected devices (a botnet) with malware. This botnet…

Read more
What is Kubernetes? — step-by-step Docker tutorial on Progressive Robot

What is Kubernetes?

Kubernetes is a container management system meant to be deployed on Docker-capable clustered environments. In this guide, we will discuss some of the basic concepts that Kubernetes introduces. We will discuss some of the design decisions and what makes this different from other cluster-related technologies.

Read more
How To Configure Tools to Use IPv6 on a Linux VPS — step-by-step Linux tutorial on Progressive Robot

How To Configure Tools to Use IPv6 on a Linux VPS

IPv6 is the most recent version of the IP protocol. Its most immediately useful advantage over IPv4 is that it has a much broader address space. In this guide, we will discuss the IPv6 versions of tools and how to configure some common services to take advantage of your IPv6 addresses.

Read more
CHAT