From 14143f5d2a2f22aa74995941caf551d6d7ab2c17 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Thu, 12 Oct 2023 11:37:38 -0500 Subject: [PATCH] Update README.md Signed-off-by: Lee Calcote --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 153213e6..9a8431dd 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ # MeshSync -MeshSync (Service Mesh Synchronization), an event-driven, continuous synchronization routine performs the task of ensuring that the state of configuration and status of operation of any service mesh and of the Kubernetes environment are known to Meshery. MeshSync runs as a Kubernetes custom controller under the control of Meshery Operator. +MeshSync, an event-driven, continuous discovery and synchronization engine performs the task of ensuring that the state of configuration and status of operation of any supported Meshery platform (e.g. Kubernetes) and environment are known to Meshery Server. When deployed into Kubernetes enviroments, MeshSync runs as a Kubernetes custom controller under the control of Meshery Operator. + +See [MeshSync in Meshery Docs](https://docs.meshery.io/concepts/architecture/meshsync) for additional information.