Working with microservices creates various challenges. One of these challenges is CI/CD and dynamic container orchestration which causes probability of deploying the wrong version of application. You might using Spring Boot Actuator’s “Info Endpoint” to realize which version has been deployed, but what if there are several instance of your…