Book Image

DevOps Fundamentals [Video]

By : David Gonzalez
Book Image

DevOps Fundamentals [Video]

By: David Gonzalez

Overview of this book

DevOps is becoming a reality in the IT workplace. Being able to master and manage the basic tools for DevOps is the first step towards success. This video course follows a unique approach to modern DevOps using cutting-edge tools and technologies such as Ansible, Kubernetes, and Google Cloud Platform. This video course starts by explaining the organizational alignment that has to happen in every company that wants to implement DevOps in order to be effective, and the use of cloud datacenters in combination with the most advanced DevOps tools to get the best out of a small team of skilled engineers. It also delves into how to use Kubernetes to run your applications in Google Cloud Platform, minimizing the friction and hassle of maintaining a cluster but ensuring its high availability. In this course you are going to learn how to use Ansible to manipulate remote servers in a structured and organized manner and set up the required level of continuous integration tools to automate the full pipeline. The code bundle for this video course is available at https://github.com/PacktPublishing/DevOps-Fundamentals
Table of Contents (6 chapters)
Chapter 4
Continuous Integration
Content Locked
Section 3
Modern CI Servers
In this video, we will see modern CI server : Drone CI. Drone is probably the newest CI server in the market. Drone is built around the concept of containers. Everything in Drone is a container. - Install Drone using docker-compose - Run builds in Drone - Implement pipeline in Drone