Service Discovery in a Microservices Architecture - NGINX
Let's imagine that you are writing some code that invokes a service that has a REST API or Thrift API. In order to make a request, your code needs to know the network location (IP address and port) of a service instance. In a traditional application running on physical hardware, the network locations of service instances are relatively static. For example, your code can read the network locations from a configuration file that is occasionally updated.
Read full article from Service Discovery in a Microservices Architecture - NGINX
No comments:
Post a Comment