Scalable Deployments - How we deploy Rails app to 100+ hosts in a minute (Cookpad - JP)
Mamiya: Fast deployments with Serf and S3
Nice and simple usecase for Serf: massive fast deployments. I really like the simplicity of the approach. Serf could be replaced by Consul, it even has got remote execution framework, so deployment would be even simpler!
SCALABLE DEPLOYMENTS - HOW WE DEPLOY RAILS APP TO 100+ HOSTS IN A MINUTE
Shota Fukumori
If you're developing webapps, I guess you deploy sometime using tools like Capistrano. We think existing tools slow for huge apps and a lot of servers.
We serves cookpad.com, which is a huge Rails app, and the largest recipe site in Japan. It's backed 120+ app servers. We've used Capistrano + SSH + rsync, but it became a bottleneck, slower and slower, as well as server increases. Our developer have wanted to focus on development. Deployments should be done in short time.
In this talk I'll introduce about our new deploy tool Mamiya, and will talk about how we deploy webapp in a minute.