Summary
In this chapter, we jumpstarted our understanding with a discussion about making Micronaut microservices container ready. Later, we dived into using Jib for creating the container images for each microservice. We saw how to define all the service container configurations using docker-compose
and seamlessly deploy all the required service components using a single command.
This chapter enhances the deployment aspects of your Micronaut microservices journey by equipping you with first-hand knowledge on containerization and automated deployment. This skill set is much sought after in microservices application development and maintenance.
In the next chapter, we will explore various ways to monitor different aspects of the pet-clinic application in Micronaut.