Introducing SmartStack: Service Discovery in the Cloud
nerds.airbnb.com
Introducing SmartStack: Service Discovery in the Cloud
1–10 of 39 posts
Re: Introducing SmartStack: Service Discovery in the Cloud
#2Re: Introducing SmartStack: Service Discovery in the Cloud
#3Re: Introducing SmartStack: Service Discovery in the Cloud
#4Yet another reason to run in a VPC, which includes internal-only ELBs as a very useful feature.
Re: Introducing SmartStack: Service Discovery in the Cloud
#5Re: Introducing SmartStack: Service Discovery in the Cloud
#6Re: Introducing SmartStack: Service Discovery in the Cloud
#7Can someone explain to me what this really is? I don't follow and yes I read the intro.
Re: Introducing SmartStack: Service Discovery in the Cloud
#8ELB will actually do internal load balancing in a VPC using your own custom security groups. Doesn't help if you're not in a VPC, but nowadays the default is for everything to go in a VPC.
Re: Introducing SmartStack: Service Discovery in the Cloud
#9ELB will actually do internal load balancing in a VPC using your own custom security groups. Doesn't help if you're not in a VPC, but nowadays the default is for everything to go in a VPC.
Unfortunately, Airbnb is a pretty legacy AWS client; when we started using it, VPC was a much less prominent feature. Migrating to a VPC is a very non-trivial process, especially if you have RDS instances outside the VPC
Re: Introducing SmartStack: Service Discovery in the Cloud
#10Can someone explain to me what this really is? I don't follow and yes I read the intro.
With a service-oriented architecture (SOA) you basically break your application into distinct services that run across different machines. But you also need a way to find and connect to those services (service discovery). This provides a way of doing that using ZooKeeper and local HAProxy processes.