-
Book Overview & Buying
-
Table Of Contents
Cloud-Native Development and Migration to Jakarta EE
By :
In the previous chapters, you learned what cloud native, Docker, and containers are. With what we learned in those chapters, we are going to deploy the Cargo Tracker application to a cloud environment.
In this chapter, we are going to set up a cloud environment where the Cargo Tracker application can run. To do this, we need to set up the cloud environment first. You will learn how to set up a container registry in the cloud to store Docker images of the Cargo Tracker application, how to create a container instance from an image, and how to see the metrics of a container.
In this chapter, we’re going to cover the following main topics:
By the end of the chapter, you will have a fully functional Cargo Tracker application running in the cloud that you can access from your own machine.
...