Book Image

Deploying Jenkins to the Cloud with DevOps Tools [Video]

By : Martin Reinhardt
Book Image

Deploying Jenkins to the Cloud with DevOps Tools [Video]

By: Martin Reinhardt

Overview of this book

<p>Jenkins is one of the most popular Continuous Integration servers on the market today. It was designed to maintain, secure, communicate, test, build, and improve the software development process.</p> <p>We begin by looking on different AWS services and how you can use them for Continuous Integration. We'll see how Ansible can help to deploy an entire system to AWS for an almost production-ready CI system in the cloud. We then customize and configure your Jenkins master automatically on boot-up with Groovy code in order to achieve the build process we want. This includes adding secrets to the credentials store, installing and configuring plugins, and setting some basic values within the Jenkins main configuration. Once we are able to interact with Gitlab, we will then configure a way to run Jenkins nodes on Kubernetes so that we can actually build our software.</p> <p>When everything looks good in our development environment, we will then see what an almost production-ready CI system in the cloud looks like, especially with regard to security aspects.</p> <p>All the code and supporting files for this course are available on Github at: <a style="color: #fa8d11;" href="https://github.com/PacktPublishing/-Deploying-Jenkins-to-the-Cloud-with-DevOps-Tools" target="blank">https://github.com/PacktPublishing/-Deploying-Jenkins-to-the-Cloud-with-DevOps-Tools</a></p> <h1>Style and Approach</h1> <p>After looking into the technical background, we provide several examples, including full-featured demos, to demonstrate the correct use of theory behind the different topics.</p>
Table of Contents (3 chapters)
Chapter 1
Jenkins in a Public Cloud
Content Locked
Section 4
Provisioning with Ansible
In this video, you will see what how Ansible can be used on AWS and how they can help. - Learn idea behind Ansible and automation - Architecture of Ansible - Setup Jenkins on AWS with Ansible