envoyproxy/envoy
Cloud-native high-performance edge/middle/service proxy
About the project
Envoy is a cloud-native high-performance edge/middle/service proxy written in C++ and hosted by the CNCF. It serves as a data plane in service meshes and as a load balancer/gateway for microservices.
Useful for
- Set up Envoy as an ingress gateway in front of Kubernetes services
- Use Envoy as a sidecar proxy in a service mesh for routing between microservices
- Add a custom C++ filter to process HTTP traffic
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 0 stars so far today, about 2 expected by the end of the day.
- GitHub Trending C++ today: #18, +4 stars.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 28,993
- Today
- 0 · ≈ 2 by evening
- Forks
- 5,631
- Issues and pull requests
- 47,597
- Watchers
- 566
- Language
- C++
- License
- Apache-2.0
- Latest release
- v1.39.1 · August 27, 2026
- Created
- August 8, 2016
- Last push
- September 26, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 26, 2026GitHub Trending C++ today: #18, +4 stars
Similar by description
-
0.7
grpc/grpc-go
The Go implementation of gRPC, a high-performance HTTP/2-based RPC framework for service-to-service communication. Used to build microservices and client-server APIs.
-
2.0
traefik/traefik
HTTP reverse proxy and load balancer that automatically configures routes to microservices via Docker, Kubernetes, Consul, Etcd and other orchestrators.
-
0.6
nats-io/nats-server
NATS server is a high-performance messaging system for cloud, edge and microservice applications, part of CNCF. It supports over 40 client libraries and runs from data centers down to a Raspberry Pi.
-
0.9
cloudflare/pingora
Pingora is a Rust framework for building fast and reliable network services: HTTP/1-2 proxies, load balancers, and gRPC/websocket proxies. It powers Cloudflare, serving over 40 million requests per second.
-
2.1
GoogleCloudPlatform/microservices-demo
Sample microservices e-commerce application with 11 services in different languages communicating over gRPC. Demonstrates deployment on Kubernetes and service mesh with Istio.