Conceptual

Une introduction à la gestion de la configuration avec Ansible — step-by-step Devops tutorial on Progressive Robot

Une introduction à la gestion de la configuration avec Ansible

La gestion de la configuration est le processus qui consiste à traiter les modifications apportées à un système de manière à en assurer l’intégrité dans le temps, ce qui implique généralement des outils et des processus qui facilitent l’automatisation et l’observabilité. Même…

Read more
Введение в службу Kubernetes DNS — step-by-step Kubernetes tutorial on Progressive Robot

Введение в службу Kubernetes DNS

Система доменных имен DNS — это система связи различных типов информации, например связи IP адресов с легко запоминающимися именами. По умолчанию большинство кластеров Kubernetes автоматически настраивают внутреннюю службу DNS в качестве компактного механизма поиска служб….

Read more
How To Understand the Filesystem Layout in a Linux VPS — step-by-step Linux tutorial on Progressive Robot

How To Understand the Filesystem Layout in a Linux VPS

Finding your way around a Linux filesystem can be confusing if you are unfamiliar with the operating system. However, to get anything useful done, it is necessary to have a basic understanding of how Linux organizes its file tree. In this guide, we will explore how Linux divides up its filesystem and how to find your way around.

Read more
Putting Monitoring and Alerting into Practice — step-by-step Devops tutorial on Progressive Robot

Putting Monitoring and Alerting into Practice

In this guide, we will talk about the components of monitoring systems and how to use them to implement your monitoring strategy. We will the basic responsibilities and elements of an effective, reliable monitoring system. Then, we’ll talk about how best to translate your monitoring policies into dashboards and alert policies that provide your team with the information they need without requesting their attention at unwarranted times.

Read more
Uma introdução ao OAuth 2 — step-by-step Security tutorial on Progressive Robot

Uma introdução ao OAuth 2

O OAuth 2 é uma estrutura de autorização que permite que os aplicativos obtenham acesso limitado às contas de usuários em um serviço HTTP, tal como o Facebook, GitHub, e the cloud provider. Ele funciona delegando a autenticação de usuário ao serviço que hospeda a conta do usuário, e…

Read more
Работа сервера Nginx и алгоритмов выбора блока расположения — step-by-step Web Servers tutorial on Progressive Robot

Работа сервера Nginx и алгоритмов выбора блока расположения

Nginx — один из самых популярных веб-серверов в мире. В этом учебном модуле мы расскажем, как Nginx выбирает сервер и блок расположения, который будет обрабатывать запрос определенного клиента. Мы опишем алгоритм, а также директивы и опции, которые можно использовать для изменения процесса выбора.

Read more
Why You May Not Want To Run Your Own Mail Server — step-by-step DevOps tutorial on Progressive Robot

Why You May Not Want To Run Your Own Mail Server

When setting up a web site or application under your own domain, it is likely that you will also want a mail server to handle the domain’s incoming and outgoing email. While it is possible to run your own mail server, it is often not the best option for a variety of reasons. This guide will cover many of the reasons that you may not want to run your own mail server, and offer a few alternatives.

Read more
CHAT