diff --git a/README.md b/README.md index d72a07b..6ff4e3c 100644 --- a/README.md +++ b/README.md @@ -661,6 +661,7 @@ A curated list of Microservice Architecture related principles and technologies. ### Books - [Building Microservices](https://www.nginx.com/wp-content/uploads/2015/01/Building_Microservices_Nginx.pdf) :small_orange_diamond:PDF - Building Microservices: Designing Fine-grained Systems. Sam Newman. Preview Edition. +- [Istio in Action](https://www.manning.com/books/istio-in-action) - Teaches you how to implement a full-featured Istio-based service mesh to manage a microservices application. - [Microservice Architecture: Aligning Principles, Practices, and Culture](http://shop.oreilly.com/product/0636920050308.do) - Practical advice for the strategy and design of Microservices. - [Microservices in Action](https://www.manning.com/books/microservices-in-action) - A practical book about building and deploying microservice-based applications. - [Microservice Patterns](https://www.manning.com/books/microservice-patterns) - Teaches how to build applications with the microservice architecture and how to refactor a monolithic application to a microservices.