© Thomas Hunter II 2017

Thomas Hunter II, Advanced Microservices , 10.1007/978-1-4842-2887-6_3

3. Deployments

Thomas Hunter II

(1)San Francisco, California, USA

Deploying an application to a production environment with confidence that it isn’t going to crash or otherwise lose your organization money is something all developers should strive for. Automating as much of this as you can will help reduce human error.

In this chapter, you’ll look at testing your service, wrapping it up as a container, running tests, and deploying to different environments using container orchestration tools .

Automated Testing

Before talking about deploying your code, I need to first talk about testing your code. Deploying code that you are not confident will work is dangerous. ...

Get Advanced Microservices: A Hands-on Approach to Microservice Infrastructure and Tooling 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.