From 0b7da30483ef4be75f93e70ebf189c4109931396 Mon Sep 17 00:00:00 2001 From: Durrez Ahmed Date: Sun, 14 Aug 2022 15:44:26 +0530 Subject: [PATCH] Add content for envoy (#1500) * Add content for envoy * Update content/roadmaps/102-devops/content/105-infrastructure-as-code/100-service-mesh/102-envoy.md Co-authored-by: Kamran Ahmed --- .../100-service-mesh/102-envoy.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/105-infrastructure-as-code/100-service-mesh/102-envoy.md b/content/roadmaps/102-devops/content/105-infrastructure-as-code/100-service-mesh/102-envoy.md index a2f1d94a0..072a12a6d 100644 --- a/content/roadmaps/102-devops/content/105-infrastructure-as-code/100-service-mesh/102-envoy.md +++ b/content/roadmaps/102-devops/content/105-infrastructure-as-code/100-service-mesh/102-envoy.md @@ -1 +1,8 @@ -# Envoy \ No newline at end of file +# Envoy + +Originally created at Lyft, Envoy is a high-performance data plane designed for service mesh architectures. Lyft open sourced it and donated it to the CNCF, where it is now one of the CNCF’s graduated open source projects. Envoy is a self contained process that is designed to run alongside every application server. All of the Envoys form a transparent communication mesh in which each application sends and receives messages to and from localhost and is unaware of the network topology. + +Free Content +Envoy Website +Envoy Documentation +What is Envoy?