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:
parent
b538346ef2
commit
19e6d2e73b
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue