Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Continuous Delivery with Docker and Jenkins
Continuous Delivery with Docker and Jenkins

Continuous Delivery with Docker and Jenkins: Create secure applications by building complete CI/CD pipelines , Second Edition

eBook
AU$53.99
Paperback
AU$67.99
Subscription
Free Trial
Renews at AU$24.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
Table of content icon View table of contents Preview book icon Preview Book

Continuous Delivery with Docker and Jenkins

Section 1: Setting Up the Environment

In this section, you will be introduced to Docker,and we will cover concepts such as Continuous Delivery and its benefits, as well as containerization. Furthermore, we will also be introduced to the Jenkins tool, and the architecture and procedures required to install master/slave instances on a Docker server, without Docker, and using cloud environments.

The following chapters are covered in this section:

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Build reliable and secure applications using Docker containers.
  • Create a highly available environment to scale a Docker servers using Kubernetes
  • Implement advance continuous delivery process by parallelizing the pipeline tasks

Description

Continuous Delivery with Docker and Jenkins, Second Edition will explain the advantages of combining Jenkins and Docker to improve the continuous integration and delivery process of an app development. It will start with setting up a Docker server and configuring Jenkins on it. It will then provide steps to build applications on Docker files and integrate them with Jenkins using continuous delivery processes such as continuous integration, automated acceptance testing, and configuration management. Moving on, you will learn how to ensure quick application deployment with Docker containers along with scaling Jenkins using Kubernetes. Next, you will get to know how to deploy applications using Docker images and testing them with Jenkins. Towards the end, the book will touch base with missing parts of the CD pipeline, which are the environments and infrastructure, application versioning, and nonfunctional testing. By the end of the book, you will be enhancing the DevOps workflow by integrating the functionalities of Docker and Jenkins.

Who is this book for?

The book targets DevOps engineers, system administrators, docker professionals or any stakeholders who would like to explore the power of working with Docker and Jenkins together. No prior knowledge of DevOps is required for this book.

What you will learn

  • Get to grips with docker fundamentals and how to dockerize an application for the CD process
  • Learn how to use Jenkins on the Cloud environments
  • Scale a pool of Docker servers using Kubernetes
  • Create multi-container applications using Docker Compose
  • Write acceptance tests using Cucumber and run them in the Docker ecosystem using Jenkins
  • Publish a built Docker image to a Docker Registry and deploy cycles of Jenkins pipelines using community best practices

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : May 31, 2019
Length: 350 pages
Edition : 2nd
Language : English
ISBN-13 : 9781838553081
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning

Product Details

Publication date : May 31, 2019
Length: 350 pages
Edition : 2nd
Language : English
ISBN-13 : 9781838553081
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
AU$24.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
AU$249.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just AU$5 each
Feature tick icon Exclusive print discounts
AU$349.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just AU$5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total AU$ 232.97
Mastering Kubernetes
AU$110.99
Learning DevOps
AU$53.99
Continuous Delivery with Docker and Jenkins
AU$67.99
Total AU$ 232.97 Stars icon

Table of Contents

15 Chapters
Section 1: Setting Up the Environment Chevron down icon Chevron up icon
Introducing Continuous Delivery Chevron down icon Chevron up icon
Introducing Docker Chevron down icon Chevron up icon
Configuring Jenkins Chevron down icon Chevron up icon
Section 2: Architecting and Testing an Application Chevron down icon Chevron up icon
Continuous Integration Pipeline Chevron down icon Chevron up icon
Automated Acceptance Testing Chevron down icon Chevron up icon
Clustering with Kubernetes Chevron down icon Chevron up icon
Section 3: Deploying an Application Chevron down icon Chevron up icon
Configuration Management with Ansible Chevron down icon Chevron up icon
Continuous Delivery Pipeline Chevron down icon Chevron up icon
Advanced Continuous Delivery Chevron down icon Chevron up icon
Best practices Chevron down icon Chevron up icon
Assessment Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.3
(11 Ratings)
5 star 63.6%
4 star 18.2%
3 star 9.1%
2 star 0%
1 star 9.1%
Filter icon Filter
Top Reviews

Filter reviews by




jml May 23, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Continuous Delivery with Docker and Jenkins provides not only an excellent tutorial/introduction to the topics of CI/CD but a useful desk reference to those in the DevOps arena. Starting with explanations of the CI/CD process and terminology, this second edition has been updated to focus on Kubernetes container operations rather than the earlier Docker Compose/Swarm engines, and accordingly delivers readable, concise discussions of Kubernetes, Jenkins, Ansible, and GitHub operations. The author presents the information in a consistent question-answer-demonstration format that lends itself well to walking readers through the steps of building and running a viable CI environment. Solid explanations and demonstrations of pipelines, code coverage and static analysis round out the Jenkins sections, while Kubernetes is given a full treatment including clustering and deployment. Theory and practice of smoke/release/acceptance testing and even coverage of database (in-memory and SQL) updates and rollbacks is provided. The book ends with an interesting set of best-practice suggestions that can form the basis of a discussion group or class covering the CI/CD workflow.The author keeps this book extremely readable and avoids the trap of wandering off into esoteric theory explanations. Lots of clear, simple diagrams help the reader visualize concepts and understand the workflow under discussion (as seen in the photo).It’s difficult to find much to quibble with in this book; I might prefer to see a little less focus on Java (as opposed to other languages like Python) for the examples, but the presentation is so clear that few developers will have problems following the flow to implement a small CI/CD system. I’d highly recommend Continuous Delivery with Docker and Jenkins to anyone managing or working in a DevOps-oriented environment.
Amazon Verified review Amazon
Daniel Correa Oct 03, 2020
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Excellent book. Very practical. The book presents an example in Java with Spring. I was able to replicate most of the content of the book to design a CI/CD for a Laravel php project. Congratulations to the author.
Amazon Verified review Amazon
Armando Apr 05, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
If you has been started to learn Jenkins and Docker this is your book. Good concepts definitions, code examples are very helpful and easy to follow. This book help me a lot to get a better understanding of CI/CD and practices with technologies like Docker and Jenkins.
Amazon Verified review Amazon
Joseph Aug 21, 2022
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This is a great crash course in CI/CD pipelines, I would recommend for any DevOps teams that are getting started or that are in the middle of automating their builds.
Amazon Verified review Amazon
Joanna Rybak Oct 24, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I've bought this book out of a need to improve my knowledge about jenkins as I started working with it in my current project and it turn out to be one of the best books that I've ever read. It has a very good structure, the balance between the amount to written part and practical steps which a quite easy to follow, it covers good explanation of the topic. So overall it is easy to read and quickly understand a topic. Actually, after some reading I managed to build up a fully functioning build pipeline without big problems which was pretty amazing.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.