Book Image

Creating Continuous Deployment Pipeline for Cloud Platforms [Video]

By : Walter Dolce
Book Image

Creating Continuous Deployment Pipeline for Cloud Platforms [Video]

By: Walter Dolce

Overview of this book

<p>Continuous Delivery is a process whereby code changes are automatically built, tested, and prepared for release to production. This video course starts by showing you how to ship logs to a central location for easier viewing and configure monitoring services to check the health of your containers and services with AWS, Azure, and Google. You will begin by designing toolsets and components which will make up the Continuous Deployment pipeline of the future<br />You will learn about logging services such as AWS, Google, and Azure. You will also learn why centralized logging is important and how container logging differs from logging from physical servers. You will then master monitoring containers and see some examples involving monitoring dashboards that will be installed in this course.</p> <p>Toward the end of the course, you will explore how monitoring and logging overlap, and how metrics can be retrieved from log files.</p> <p>All the code and supporting files for this course are available on GitHub at&nbsp;<a href="https://github.com/PacktPublishing/Creating-Continuous-Deployment-Pipeline-for-Cloud-Platforms" target="_blank">https://github.com/PacktPublishing/Creating-Continuous-Deployment-Pipeline-for-Cloud-Platforms</a></p> <h1>Style and Approach</h1> <p>This step-by-step guide will walk you through the creation of a Continuous Delivery pipeline for deploying, logging and monitoring containers. You will then master monitoring containers and see some examples of monitoring dashboards that will be installed in this course. Logging services of such as AWS, Azure, and Google are demonstrated.</p>
Table of Contents (5 chapters)
Chapter 1
Building the Continuous Deployment Pipeline
Content Locked
Section 2
What is a Continuous Deployment Pipeline?
The aim of the video is to show to the viewer what a continuous deployment pipeline is, why we need it, and what we can achieve with the continuous deployment pipeline we will build. - Describe what a continuous deployment pipeline is - Describe why a continuous deployment pipeline is needed - Describe what will be achieved by building the continuous deployment pipeline (test, deploy app, and deploy platform changes)