awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lyft avatar

lyft/envoy

0
View on GitHub↗
28,414 stars·5,438 forks·C++·Apache-2.0·5 vueswww.envoyproxy.io↗

Envoy

Envoy is a cloud-native service proxy and distributed system traffic manager designed to route and control network traffic between services and clients. It operates as an L4 and L7 network proxy, managing communication at the edge and middle levels of a distributed cloud environment.

The project provides capabilities for API gateway implementation and edge proxy routing to direct external requests to internal services. It serves as a foundation for service mesh traffic management and cloud-native load balancing to ensure high availability across backend instances.

The system also includes tools for distributed network observability to monitor and analyze traffic flows between services.

Features

  • Traffic Proxying - Implements a high-performance proxy for intercepting and routing network traffic between distributed services.
  • Service Proxies - Provides a high-performance proxy for routing and controlling network traffic between internal service components.
  • API Gateways - Functions as an entry point to manage, secure, and route traffic between external clients and backend services.
  • Layer 4 and Layer 7 Proxies - Operates at both the transport and application layers to manage edge and service-level communication.
  • Load Balancers - Distributes network traffic across multiple backend instances to ensure high availability and resource optimization.
  • Network Routing and Traffic Management - Directs data packets and balances traffic loads across cloud-native infrastructure endpoints.
  • Service Mesh Networking - Manages service-to-service communication, security, and observability within a distributed cloud environment.
  • Edge Proxies - Handles incoming external requests at the network edge and directs them to internal services.
  • Traffic Routing Controllers - Provides a control plane for managing network request flow through reverse proxies and custom routing logic.
  • Edge Traffic Management - Handles load balancing, security, and protocol termination at the network edge for microservices.
  • Distributed Observability - Provides tools for monitoring and analyzing traffic flows between services to identify bottlenecks and troubleshoot failures.
  • API Gateways - Edge and service proxy for cloud-native applications.

Historique des stars

Graphique de l'historique des stars pour lyft/envoyGraphique de l'historique des stars pour lyft/envoy

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Envoy

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Envoy.
  • threemammals/ocelotAvatar de ThreeMammals

    ThreeMammals/Ocelot

    8,710Voir sur GitHub↗

    Ocelot is a .NET API gateway that functions as an HTTP reverse proxy to route, balance, and secure traffic between clients and backend services. It serves as a centralized manager for incoming requests, providing a single entry point for traffic orchestration. The project differentiates itself through dynamic request orchestration, allowing it to aggregate multiple backend service responses into a single result to minimize client network round trips. It also supports dynamic gateway configuration, enabling updates to system behavior and operational parameters without requiring a service resta

    C#api-gatewayaspnetcoredotnet
    Voir sur GitHub↗8,710
  • sozu-proxy/sozuAvatar de sozu-proxy

    sozu-proxy/sozu

    3,687Voir sur GitHub↗

    Sozu is a high-performance, memory-safe reverse proxy and load balancer built in Rust. It is designed to manage HTTP, TCP, and UDP traffic through a multi-process architecture that leverages isolated worker processes to ensure fault tolerance and efficient resource utilization across multi-core hardware. The project distinguishes itself through a focus on continuous availability and dynamic control. It features a unique binary hot-reloading mechanism and a Unix-socket-based control plane, allowing administrators to update proxy configurations, modify listener settings, and even replace the pr

    Rusthttphttp-proxyperformance
    Voir sur GitHub↗3,687
  • linkerd/linkerd2Avatar de linkerd

    linkerd/linkerd2

    11,424Voir sur GitHub↗

    This project is a service mesh platform designed to manage, secure, and observe service-to-service communication within Kubernetes clusters. It functions as a control plane that orchestrates transparent sidecar proxies, which intercept and manage network traffic to provide reliable connectivity for microservices. By automating the injection of these proxies, the platform ensures that infrastructure-level policies are applied consistently across all workloads without requiring manual configuration changes. The platform distinguishes itself through its focus on zero-trust security and cross-clu

    Gocloud-nativegolangkubernetes
    Voir sur GitHub↗11,424
  • luraproject/luraAvatar de luraproject

    luraproject/lura

    6,780Voir sur GitHub↗

    Lura is an API gateway and traffic router that directs network requests to backend services using a configurable pipeline of processing steps. It functions as a backend load balancer and a request middleware engine designed to validate, modify, and transform incoming requests and responses. The system specializes in API response aggregation, allowing it to execute concurrent requests to multiple backend services and merge the results into a single unified output. This includes the ability to perform dynamic response mapping by renaming fields and filtering data to optimize the final client pa

    Goapi-gatewayapisbackend-services
    Voir sur GitHub↗6,780
Voir les 30 alternatives à Envoy→

Questions fréquentes

Que fait lyft/envoy ?

Envoy is a cloud-native service proxy and distributed system traffic manager designed to route and control network traffic between services and clients. It operates as an L4 and L7 network proxy, managing communication at the edge and middle levels of a distributed cloud environment.

Quelles sont les fonctionnalités principales de lyft/envoy ?

Les fonctionnalités principales de lyft/envoy sont : Traffic Proxying, Service Proxies, API Gateways, Layer 4 and Layer 7 Proxies, Load Balancers, Network Routing and Traffic Management, Service Mesh Networking, Edge Proxies.

Quelles sont les alternatives open-source à lyft/envoy ?

Les alternatives open-source à lyft/envoy incluent : threemammals/ocelot — Ocelot is a .NET API gateway that functions as an HTTP reverse proxy to route, balance, and secure traffic between… sozu-proxy/sozu — Sozu is a high-performance, memory-safe reverse proxy and load balancer built in Rust. It is designed to manage HTTP,… linkerd/linkerd2 — This project is a service mesh platform designed to manage, secure, and observe service-to-service communication… luraproject/lura — Lura is an API gateway and traffic router that directs network requests to backend services using a configurable… apache/dubbo — Dubbo is a Java RPC framework and microservices governance platform designed for high-performance remote procedure… fosrl/pangolin — Pangolin is a zero-trust remote access platform designed to provide secure, identity-aware connectivity to private…