Deploying Jakarta EE Applications in the Cloud
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:
- Deploying to Azure
- Creating a container registry
- Creating a container instance
- Metrics of containers in the cloud
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.
...