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?