In this post we will go over some best practices and easy steps to reduce container image size of your spring boot application built using Google Tool Jib. We will be using…
Month: September 2022
Centralize Configuration with Spring Cloud Config
In this post, we will go over the setup to centralize configuration using Spring Cloud Config for a distributed microservices architecture. In a Microservice architecture where each service has its own configuration,…