Solution Architecture
NGINX Microservices Reference Architecture

By Ian Maher, Mar 2017

A reverse proxy is often used as a standard approach to protect services from an untrusted network. It provides a single point of entry, which usually constraints any communication to HTTP(s) only. A reverse proxy component often doubles up as a load balancer or static content provider. In the past, I’ve developed these capabilities using […]

READ MORE