Book Image

Advanced Continuous Delivery Pipeline [Video]

By : Rafał Leszko
Book Image

Advanced Continuous Delivery Pipeline [Video]

By: Rafał Leszko

Overview of this book

<p><span id="description" class="sugar_field">The combination of Docker and Jenkins improves your Continuous Delivery pipeline using fewer resources. It also helps you scale up your builds, automate tasks, and speed up Jenkins performance with the benefits of Docker containerization. </span></p> <p><span id="description" class="sugar_field">This course explains continuous delivery pipelines in depth and improve the continuous integration and delivery process of app development. It starts with managing configuration using Ansible. Then we build a complete Continuous Delivery pipeline. Finally we present a mixture of different aspects related to the Continuous Delivery process.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p>This course follows a step-by-step approach, beginning from managing configurations using Ansible to advanced continuous pipelines.</p>
Table of Contents (4 chapters)
Chapter 3
Clustering with Docker Swarm
Content Locked
Section 2
Docker Swarm in Practice
Docker Swarm is a native Docker clustering system, managing cluster nodes is done by the docker command and is therefore very simple and intuitive. - Create a manager node with two worker nodes - Run and scale a service from a Docker image