From 62a84697a15b21650d1ed8ca2cfc831d2d58268d Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 21 Jan 2020 15:07:54 -0800 Subject: [PATCH 1/2] Adding Service Mesh reference Adding Service Mesh reference for Consul --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5377f6d5a..1b5460118 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,10 @@ Consul provides several key features: * **Multi-Datacenter** - Consul is built to be datacenter aware, and can support any number of regions without complex configuration. -* **Service Segmentation** - Consul Connect enables secure service-to-service -communication with automatic TLS encryption and identity-based authorization. +* **Service Segmentation/Service Mesh** - Consul Connect enables secure service-to-service + communication with automatic TLS encryption and identity-based authorization. Applications + can use sidecar proxies in a service mesh configuration to automatically establish TLS + connections for inbound and outbound connections without being aware of Connect at all. Consul runs on Linux, Mac OS X, FreeBSD, Solaris, and Windows. A commercial version called [Consul Enterprise](https://www.hashicorp.com/products/consul) From 8291cc813325b57a800c889f709b538616e1ce9d Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 21 Jan 2020 16:22:22 -0800 Subject: [PATCH 2/2] Small change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b5460118..717f0da4a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Consul provides several key features: * **Service Segmentation/Service Mesh** - Consul Connect enables secure service-to-service communication with automatic TLS encryption and identity-based authorization. Applications - can use sidecar proxies in a service mesh configuration to automatically establish TLS + can use sidecar proxies in a service mesh configuration to establish TLS connections for inbound and outbound connections without being aware of Connect at all. Consul runs on Linux, Mac OS X, FreeBSD, Solaris, and Windows. A commercial