Cómo crear un clúster de Kubernetes usando Kubeadm en Ubuntu 16.04
El autor seleccionó la Free and Open Source Fund para recibir una donación como parte del programa Write for DOnations. Kubernetes es un sistema de orquestación de…
El autor seleccionó la Free and Open Source Fund para recibir una donación como parte del programa Write for DOnations. Kubernetes es un sistema de orquestación de…
Ansible is a modern configuration management tool that facilitates the task of setting up and maintaining remote servers. With a minimalist design intended to get users up and running quickly, it allows you to control one to hundreds of systems from a central location. This short guide demonstrates how to execute Ansible playbooks to automate server setup, using an example playbook that sets up an Nginx server with a single static HTML page.
Configuration management systems are designed to make controlling large numbers of servers easy for administrators and operations teams. They allow you to control many different systems in an automated way from one central location. In this guide, we will discuss how to install Ansible on an Ubuntu 18.04 machine and go over some basics of how to use the software.
Автор выбрал фонд Wikimedia Foundation для получения пожертвования в рамках программы Write for DOnations. etcd — это распределенное хранилище типа «ключ-значение», на которое опирается…
A automação de servidores desempenha agora um papel essencial na administração de sistemas, devido à natureza descartável dos ambientes das aplicações modernas. Ferramentas de [Gerenciamento de…
This guide explains how to use Ansible to automate the steps contained in our guide on How To Install WordPress with LAMP on Ubuntu 18.04. WordPress is the most popular CMS (content management system) on the internet, allowing users to set up flexible blogs and websites on top of a MySQL backend with PHP processing. After setup, almost all administration can be done through the web frontend.
O autor escolheu o Free and Open Source Fund para receber uma doação como parte do programa Write for DOnations. O Kubernetes é um sistema de orquestração de container…
Автор выбрал фонд Free and Open Source Fund для получения пожертвования в рамках программы Write for DOnations. Kubernetes — это система оркестрации контейнеров,…
Molecule is a tool for performing automated testing of Ansible roles. Travis CI is a continuous integration tool that allows for tests to run continuously to ensure contributions to your code do not introduce breaking changes. In this tutorial, you will configure a pre-made base role, initialize a Molecule scenario to test your role, and set up Travis CI to continuously run your tests against changes to your role.
Konfigurationsmanagement-Systeme dienen dazu, Administratoren und Bedienerteams die Kontrolle einer größeren Zahl von Servern zu erleichtern. Somit können Sie viele verschiedene Systeme automatisch von einem zentralen Ort aus steuern. Es gibt zwar viele beliebte…