When I implemented a Docker Compose file that starts our entire system, I stumbled upon a common problem. The database container is ready, but the database itself is not. So the services try to establish a connection, but fail, because the database is still starting.
Continue readingTag: Microservice
Private Golang Registry in Artifactory
The backend of my latest project consists of several microservices written in Go. Each service is built in Jenkins and then deployed to the Openshift Cloud Platform. The one problem we have is that this Jenkins is not allowed to communicate with servers outside of the companie’s network.
Continue readingMicroservices mit Spring Cloud Netflix erstellen
Die Microservice-Architektur ist ein Architekturmuster, bei dem eine komplexe Anwendung in übersichtliche, eigenständige Dienste (Microservices) aufgeteilt wird, die unabhängig voneinander entwickelt und deployed werden können [1].
Continue reading