Posts

Showing posts from May, 2019

Service Mesh & the Sidecar Proxy Pattern

"... The service mesh is usually implemented by providing a proxy instance, called a sidecar, for each service instance. Sidecars handle interservice communications, monitoring, and security‑related concerns – indeed, anything that can be abstracted away from the individual services..." Read more: https://www.nginx.com/blog/what-is-a-service-mesh/

Microservices Architecture

Microservices patterns: https://microservices.io/ "Microservices Architecture has captured the imagination of the software industry. Unless you’ve been living under a rock, you must have definitely heard or read about microservices..." http://progressivecoder.com/microservices-architecture/

Data Management with Microservices

"Data Management in a monolithic system can get pretty complex. However, it could be a completely different ball-game in a microservices architecture. In this post, we will look at 6 data management patterns for microservices..." http://progressivecoder.com/6-data-management-patterns-for-microservices/