July 2019
Beginner to intermediate
300 pages
7h 48m
English
In simple terms, deployment is a process by which a code artifact (typically referred to as a deployment unit), such as an API and/or service, is prepared and moved into a runtime environment for its execution and use. However, in practice, deployment is carried out within a continuous integration and continuous deployment (CICD) pipeline that takes care of the packaging, verification, regression testing, and deployment of the code.

Although the topic of defining and creating CICD pipelines won't be covered in detail in this book, as illustrated in the preceding diagram, the process typically involves adopting ...
Read now
Unlock full access