No comments yet.
I'm exploring options for doing service discovery for system in my company that used micro-service arhictecture. Mostly, we're using AWS for our stack.
I found out that Route53 can provide service discovery for AWS https://docs.aws.amazon.com/Route53/latest/APIReference/overview-service-discovery.html
But I wonder the reason some companies (e.g. Stripe) using something like Consul https://stripe.com/blog/service-discovery-at-stripe
Anyone can share their experience and provide the difference between those two?
Thanks