Unified Interface for Microservice Registration and Discovery
As in typical monolithically-architectured applications, some applications are deployed over to application servers and statically registered with load balancers. But as we move towards microservices-based architectures, services may scale up and down based on certain pre-defined metrics or due to auto-scaling. This dynamic nature of service endpoint addresses is handled by service registration and discovery. […]