1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2024-11-20 11:16:15 -05:00

Real life stories

This commit is contained in:
mfornos 2015-05-03 20:12:39 +02:00
parent b538346ef2
commit 19e6d2e73b

View file

@ -26,6 +26,7 @@ A curated list of Microservice Architecture related principles and technologies.
- [Hosted](#hosted)
- [Lightweight Packaging](#lightweight-packaging)
- [Containers](#containers)
- [Real Life Stories](#real-life-stories)
- [Theory](#theory)
- [Articles & Papers](#articles-&-papers)
- [Books](#books)
@ -151,6 +152,12 @@ of the testing and deployment process.
- [AWS ECS](http://aws.amazon.com/ecs/) - Easily run and manage Docker-enabled applications across a cluster of Amazon EC2 instances.
- [CoreOS](https://coreos.com/) - Open source lightweight operating system based on the Linux kernel and designed for providing infrastructure to clustered deployments.
## Real Life Stories
- [Failing at Microservices](https://rclayton.silvrback.com/failing-at-microservices)
- [How we build microservices at Karma](https://blog.yourkarma.com/building-microservices-at-karma)
- [Microservices: Lessons from the Frontline](http://www.thoughtworks.com/insights/blog/microservices-lessons-frontline)
## Theory
### Articles & Papers