Chapter 8: Continuous Delivery Pipeline

In this chapter, we will focus on the missing parts of the final pipeline, which are the environments and infrastructure, application versioning, and non-functional testing.

We will be covering the following topics:

  • Environments and infrastructure
  • Non-functional testing
  • Application versioning
  • Completing the continuous delivery pipeline

Technical requirements

To follow this chapter, you'll need the following:

  • A Jenkins instance (with Java 8+, Docker, and kubectl installed on your Jenkins agents)
  • A Docker registry (for example, an account on Docker Hub)
  • Two Kubernetes clusters

All the examples and solutions for the exercises in this chapter can be found on GitHub at https://github.com/PacktPublishing/Continuous-Delivery-With-Docker-and-Jenkins-3rd-Edition/tree/main/Chapter08 ...

Get Continuous Delivery with Docker and Jenkins - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.