I have a team, and they are working on Spring Cloud. As of now, we are using a microservice. In the microservice, we need to use Spring Cloud just like how in Eureka Server, we need to maintain the server from Eureka, especially when we have multiple services and those services that are getting connected to Eureka Server. Then, when we send a request, Eureka Server and the gateway of Eureka Server take care of sending the request to a particular instance.
Sr. Technology Specialist at a computer software company with 5,001-10,000 employees
Real User
Jan 31, 2021
We use it for managing traffic and API routing. It was on-premise, and then all the components were Spring-based components and Java-based, whereas, in the case of Google Cloud, it was heterogeneous, and few were Python-based. We chose Spring Cloud gateway as all services were in Java, and it was on-premise.
Configuration Management ensures the consistent settings of systems, reducing the likelihood of configuration drift and enhancing system reliability. It helps in maintaining optimal system integrity and supports seamless operations across different infrastructures.Configuration Management oversees the policies and procedures for managing changes to systems and applications. It is designed to bring automation to repetitive system tasks, enabling IT teams to scale operations efficiently. This...
We use it for building cloud-native applications and APIs and it helps us effectively manage various aspects of our application.
I have a team, and they are working on Spring Cloud. As of now, we are using a microservice. In the microservice, we need to use Spring Cloud just like how in Eureka Server, we need to maintain the server from Eureka, especially when we have multiple services and those services that are getting connected to Eureka Server. Then, when we send a request, Eureka Server and the gateway of Eureka Server take care of sending the request to a particular instance.
We use it for managing traffic and API routing. It was on-premise, and then all the components were Spring-based components and Java-based, whereas, in the case of Google Cloud, it was heterogeneous, and few were Python-based. We chose Spring Cloud gateway as all services were in Java, and it was on-premise.