Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

How can clients find microservices and their instances?

Pragya Keshap answered on February 17, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • When to choose Microservice?
  • Microservices Resilience Patterns
  • what is microservice
  • What are the ways of testing the security of microservices?
  • What is the usage of Service Aggregator Pattern in Microservices ?
  • In what kind of application we should use microservices?
  • When Not to Use Microservices Architectures ?
  • microservices communication types
  • APIS AND MICROSERVICES
  • What are microservices?
  • Explain how independent microservices communicate with each other.
  • When not to choose Microservice?
  • What do you know about Microservices?
  • How do microservices relate to the business
  • Which of the following technologies are commonly used to implement microservices?
  • Under which condition the developers should use microservices?
  • How to choose a database for MIcroservices
  • Microservices Communications
  • Microservices Decomposition Path
  • Service-to-Service Communications between Backend Internal Microservices
  • What are the points to remember during integration of Microservices?
  • Microservices Security Check List
  • THEN WHY MICROSERVICES?
  • securing the communication between microservices
  • What is the role of a service registry in a microservices architecture?
  • Microservices ecosystem
  • In a microservice architecture, what will happen if one microservice crashes?
  • How do you ensure that Microservices are scalable and resilient?
  • How to handle security and access control in a Microservices architecture?
  • 16. How to handle service composition and orchestration in a Microservices architecture?

  • How can clients find microservices and their instances?

    0

    Solution

    Add a new component – a service discovery service – to the system landscape, which keeps track of currently available microservices and the IP addresses of its instances.

    Solution requirements

    Some solution requirements are as follows:

    Automatically register/unregister microservices and their instances as they come and go.

    The client must be able to make a request to a logical endpoint for the microservice. The request will be routed to one of the available microservice instances.

    Requests to a microservice must be load-balanced over the available instances.

    We must be able to detect instances that currently are unhealthy, so that requests will not be routed to them.

    Popularity 1/10 Helpfulness 1/10 Language typescript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 17 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.