An architectural approach to developing a single application as a suite of small individually deployable services.
While I am trying to reach the service meeting via Zuul gateway, Zuul is unable to forward the request to …
java spring-boot microservices netflix-zuul netflix-eurekaAs far as I can tell, "service discovery" means a way for a client to find out about a server (…
web-services configuration architecture microservicesI have a simple ingress network, I want to access services at different namespaces, from this ingress network. How I …
kubernetes microservices kubernetes-ingressI am doing some research on how to split a huge single-page-monolith into a micro-frontend architecture. The idea: the page …
javascript html angular microservices[This needs to be voted to be reopened to answer.] Spring boot is tipped as being the default go to …
java spring spring-boot microservicesI'm trying to use Feign and Eureka to forward a post request from server A to server B. Both servers …
spring rest microservices netflix-eureka netflix-feignI am trying to understand in which scenario I should pick a service registry over a load balancer. From my …
web-services amazon-web-services cloud distributed-computing microservicesI have two (but let's image more) micro-services (API) which need to be aware of authenticated user. Ideally I would …
laravel microservices lumenI am refactoring a couple of node.js services. All of them used to start with forever on virtual servers, …
node.js docker coreos microservicesI have created a spring boot application to connect h2 database with it. While doing so, it throws an error …
spring-boot microservices pom.xml h2 application.properties