Chapter 9. Deploying Java in the Cloud

In Chapter 8 we covered the foundational aspects of the cloud stack. In this chapter we will take this topic further and look at practically deploying Java processes on cloud native platforms.

We will begin by covering working locally with containers and understand some of the basics of how containers interact when deployed. The interaction and details of how things are deployed will lead into looking at how container orchestration works and what you need to be aware of.

One enormously useful aspect of cloud native platforms is the access to ephemeral compute and the ability to scale — but this needs to be coordinated to be useful. With these basics in place you will learn about options for release and deployment patterns. Deployment techniques are incredibly helpful when rolling out change to your JVM based processes quickly, whilst still mitigating the risk of bugs.

If you are a developer, you might be wondering if deployment of Java is really an ...

Get Optimizing Cloud Native Java, 2nd 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.