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 6
Server Provisioning Using Ansible
Content Locked
Section 1
Server Provision Software
In this video, we will look at some server provision software: Chef, Puppet and Ansible. Chef is a very interesting software that follows the bastion host principle to run configurations on our servers. - Understand the three actors of Chef : Server, Workstation and Nodes - Look at the differences between Chef and Puppet