Conceptual

Введение в лучшие практики CI/CD — step-by-step Devops tutorial on Progressive Robot

Введение в лучшие практики CI/CD

Методика непрерывной интеграции, доставки и развертывания (CI/CD) — неотъемлемая часть современного процесса разработки, призванная снизить количество ошибок во…

Read more
An Introduction to SaltStack Terminology and Concepts — step-by-step DevOps tutorial on Progressive Robot

An Introduction to SaltStack Terminology and Concepts

Salt, or SaltStack, is a remote execution tool and configuration management system. Its remote execution capabilities allow administrators to run commands on various machines in parallel with a flexible targeting system. In this guide, we will discuss some of the basic concepts and terminology needed to begin learning Salt.

Read more
Criando Containers Otimizados para o Kubernetes — step-by-step Docker tutorial on Progressive Robot

Criando Containers Otimizados para o Kubernetes

Imagens de container são o formato de empacotamento principal para a definição de aplicações no Kubernetes. Usadas como base para pods e outros objetos, as imagens desempenham um papel importante ao aproveitar os recursos do Kubernetes para executar aplicações com eficiência na…

Read more
How To Optimize Apache Web Server Performance — step-by-step Linux tutorial on Progressive Robot

How To Optimize Apache Web Server Performance

Apache is an amazingly powerful and capable web server. In order to make initial setup as easy as possible, it comes with numerous modules pre-installed. This makes it a great choice for new projects when you need to quickly be productive, but as your site grows you may start to bump into performance problems. This tutorial will cover a few things you should do to optimize performance if you’re running Apache with your Django app.

Read more
The Docker Ecosystem: An Overview of Containerization — step-by-step Docker tutorial on Progressive Robot

The Docker Ecosystem: An Overview of Containerization

With Docker containerization and service-oriented design, applications can be broken up into manageable, functional components, packaged individually with all of their dependencies, and deployed on irregular architecture easily. In this guide, we will discuss the benefits of containerization and how Docker helps to solve many of the roadblocks that stand in the way of easily moving your application through the development cycle.

Read more
What Is Immutable Infrastructure? — step-by-step Devops tutorial on Progressive Robot

What Is Immutable Infrastructure?

Immutable infrastructure is an infrastructure paradigm in which servers are never modified after they’re deployed. This article explains the conceptual and practical differences between mutable and immutable infrastructure, describes the advantages of using an immutable infrastructure and contextualizes the complications, and gives a high-level overview of the implementation details and necessary components for an immutable infrastructure.

Read more
CHAT