Conceptual

Uma Introdução ao Gerenciamento de Configuração — step-by-step DevOps tutorial on Progressive Robot

Uma Introdução ao Gerenciamento de Configuração

Em um aspecto mais amplo, o gerenciamento de configuração (GC) refere-se ao processo de manipular sistematicamente as alterações em um sistema, de maneira a manter a integridade ao longo do tempo. Embora esse processo não tenha sido originado no setor de TI, o termo é amplamente…

Read more
An Introduction to SNMP (Simple Network Management Protocol) — step-by-step Devops tutorial on Progressive Robot

An Introduction to SNMP (Simple Network Management Protocol)

SNMP, or simple network management protocol, is a standard internet protocol used to monitor remote servers, gather information, and even modify states and values on other hosts. Mostly leveraging a client-server model, the protocol is very mature and fairly ubiquitous across networked devices. In this guide, we will introduce you to some fundamental SNMP concepts and take a look at the protocol in broad strokes.

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 Scale Django: Beyond the Basics — step-by-step Linux tutorial on Progressive Robot

How to Scale Django: Beyond the Basics

As a web app grows in popularity and number of users, the need to scale performance will continue to be a point of focus for its developer(s). In this tutorial, we will go over a few higher-level strategies for scaling apps built on Django, going beyond the initial scaling tips we’ve already covered.

Read more
Monitoring for Distributed and Microservices Deployments — step-by-step Devops tutorial on Progressive Robot

Monitoring for Distributed and Microservices Deployments

In this guide, we will take a look at how monitoring and metrics collection changes for highly distributed architectures and microservices. The growing popularity of cloud computing, big data clusters, and instance orchestration layers has forced operations professionals to rethink how to design monitoring at scale and tackle unique problems with better instrumentation. We will talk about what makes new models of deployment different and what strategies can be used to meet these new demands.

Read more
The Docker Ecosystem: Service Discovery and Distributed Configuration Stores — step-by-step Docker tutorial on Progressive Robot

The Docker Ecosystem: Service Discovery and Distributed Configuration Stores

One of the core technologies that many Docker environments rely on is service discovery. Service discovery allows an application or component to discover information about their environment and neighbors. In this guide, we will discuss the benefits of service discovery within a clustered Docker environment. We will focus mainly on general concepts, but provide more specific examples where appropriate.

Read more
What's New in Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

What’s New in Ubuntu 16.04

The Ubuntu operating system’s most recent Long Term Support version, version 16.04 (Xenial Xerus), was released on April 21, 2016. This guide is intended as a brief overview of new features and significant changes to the system as a whole, since 14.04 LTS, from the perspective of server system administration. It draws on the official Xenial Xerus release notes, along with a variety of other sources.

Read more
CHAT