Creating a deployment pipeline

In the previous recipes of this chapter we have become familiar with Docker and Kubernetes. It's now time to wield the power of these technologies by creating a deployment pipeline.

Whether we are deploying to a staging environment (Continuous Delivery), or directly to production (Continuous Deployment) a robust and automated pipeline is a powerful tool that should form the core of our DevOps strategy.

In this recipe, we're going to create a deployment pipeline for our system.

Requires Bash
This recipe uses Bash scripts (a common practice in creating build pipelines). Therefore it requires a machine capable of running Bash to be effectively implemented (Linux, Mac, and Windows 10 Pro support the Bash shell).
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset