Tuesday, July 2, 2024

Spring Boot Docker

How can we scale our application in docker at runtime?
  • we can deploy multiple images of same service.
  • We can use Joule and Dribble to scale microservices.

No comments:

Post a Comment

Spring Boot

What is circular/cyclic dependency in spring boot? When two services are interdependent on each other, that is to start one service, we requ...