Continuous Delivery with Docker and Jenkins: Create secure applications by building complete CI/CD pipelines,2nd Edition
Authors: Rafal Leszko
ISBN-10: 1838552189
ISBN-13: 9781838552183
Publication Date 出版日期: 2019-05-31
Print Length 页数: 350 pages
Publisher finelybook 出版社: Packt
Book Description
By finelybook
Create a complete Continuous Delivery process using modern DevOps tools such as Docker,Kubernetes,Jenkins,Docker Hub,Ansible,GitHub and many more.
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.
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
contents
1 Introducing Continuous Delivery
2 Introducing Docker
3 Configuring Jenkins
4 Continuous Integration Pipeline
5 Automated Acceptance Testing
6 Clustering with Kubernetes
7 Configuration Management with Ansible
8 Continuous Delivery Pipeline
9 Advanced Continuous Delivery