Envoy, the new darling of the DevOps community, performs the role of a service and edge proxy. With advanced features such as timeouts, rate limiting, circuit breaking, load balancing, retries, stats, logging, and distributed tracing are required to handle network failures in a fault tolerant and reliable way itâs a solid choice as an API gateway and/or to manage communications among microservices in order to ensure application performance.
Envoyâs out-of-process architecture can be used with any application, in any language or runtime; supported protocols and features include HTTP/2, gRPC, MongoDB, Redis, Thrift, external authorization, global rate limiting, a rich configuration API, and much more.
The projectâs growing user community â which includes Airbnb, Booking.com, eBay, F5, Google, IBM, Lyft, Medium, Microsoft, Netflix, Pinterest, Salesforce, Square, Stripe, Tencent, Twilio, Verizon, VSCO, and many more â has submitted over 3,000 commits to date.
![](https://cdn-images-1.medium.com/max/1024/0*zrmdxPuL1HmdctnM)
Today, the [Cloud Native Computing Foundation]()® (CNCF®) announced that [Envoyproxy]() is now the third project to graduate, following Kubernetes and Prometheus. To graduate, the projects must demonstrate thriving adoption, a documented neutral governance process, multi-organization committership, and a strong commitment to community sustainability and inclusivity.
âEnvoy Proxy has rapidly become the industry leading cloud native L7 proxy. Thousands of organizations have deployed Envoy on Kubernetes with the Ambassador API Gateway,â said Richard Li, CEO of Datawire. âWe love Envoyâs feature set and industry-leading architecture and we are thrilled to be a part of Envoyâs vibrant community.
Since Wallarm focus is on the application and API security, thatâs what weâve looked for in Envoy as well. Overall, we feel the project is robust from the security standpoint, mainly because of the consistent C++ code architecture and a good test coverage. The solid security posture is also confirmed by code and 3rd party security audit.
âI want to specifically mention that the contributors included some fuzzing tests to increase security testing coverage which is a de-facto standard nowadays for quality testing practices,â said Ivan Novkov, Wallarm CEO.
Since the project is young it doesnât have a lot of legacy code and backward compatible limitations, which is a distinct advantage in comparison to the legacy solutions like Apache. At the same time, we can expect a lot of implementation issues and security problems related to misconfigurations just because the community doesnât have nearly as much experience with Envoyproxy as, say, with NGINX. We wouldnât be surprised if we see a sophisticated SSRF on Envoy in the near future due to a misconfiguration.
For downloads, documentation, and background on getting involved with the Envoyproxy project, visit .
See the official announcement: [**https://www.cncf.io/announcement/2018/11/28/cncf-announces-envoy-graduation/**]()
![](https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=24d525b6fd7f)
* * *
[Happy graduation, Envoy!]() was originally published in [Wallarm]() on Medium, where people are continuing the conversation by highlighting and responding to this story.Read More
References
Back to Main