Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgeacetozi/ebook-continuous-delivery-with-kubernetes-and-jenkins
Continuous Delivery for Java Apps: Build a CD Pipeline Step by Step Using Kubernetes, Docker, Vagrant, Jenkins, Spring, Maven and Artifactory
https://github.com/jorgeacetozi/ebook-continuous-delivery-with-kubernetes-and-jenkins
artifactory continuous-delivery continuous-integration docker jenkins kubernetes maven spring
Last synced: about 1 month ago
JSON representation
Continuous Delivery for Java Apps: Build a CD Pipeline Step by Step Using Kubernetes, Docker, Vagrant, Jenkins, Spring, Maven and Artifactory
- Host: GitHub
- URL: https://github.com/jorgeacetozi/ebook-continuous-delivery-with-kubernetes-and-jenkins
- Owner: jorgeacetozi
- Created: 2017-10-26T16:40:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T18:33:39.000Z (almost 3 years ago)
- Last Synced: 2024-08-07T22:37:09.668Z (5 months ago)
- Topics: artifactory, continuous-delivery, continuous-integration, docker, jenkins, kubernetes, maven, spring
- Language: Groovy
- Homepage: https://leanpub.com/continuous-delivery-for-java-apps
- Size: 980 KB
- Stars: 41
- Watchers: 3
- Forks: 103
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [Continuous Delivery for Java Apps: Build a CD Pipeline Step by Step Using Kubernetes, Docker, Vagrant, Jenkins, Spring, Maven and Artifactory](https://leanpub.com/continuous-delivery-for-java-apps)
This book will guide you through the implementation of the **real-world** Continuous Delivery using top-notch technologies that are in high demand by the best companies around the world. Instead of finishing this book thinking "I know what Continuous Delivery is, but I have no idea how to implement it", you will end up with your machine set up with a Kubernetes cluster running Jenkins Pipelines in a distributed and scalable fashion (each Pipeline run on a new Jenkins `slave` dynamically allocated as a Kubernetes `pod`) to test (unit, integration, acceptance, performance and smoke tests), build (with Maven), release (to Artifactory), distribute (to Docker Hub) and deploy (on Kubernetes) a Spring Boot application to testing, staging and production environments implementing the Canary Release deployment pattern to mitigate risks.
This book is intended for Java Developers or SysAdmins interested in learning how to build a continuous delivery pipeline step by step using Kubernetes, Docker, Vagrant, Jenkins, Spring, Maven and Artifactory.
![Book Cover](/images/continuous-delivery-java-apps.png)