proxy

The Istio proxy components.

Github星跟踪图

Istio Proxy

The Istio Proxy is a microservice proxy that can be used on the client and server side, and forms a microservice mesh. The Proxy supports a large number of features.

Client Side Features:

  • Discovery & Load Balancing. The Proxy can use several standard service discovery and load balancing APIs to efficiently distribute traffic to services.

  • Credential Injection. The Proxy can inject client identity, either through connection tunneling or protocol-specific mechanisms such as JWT tokens for HTTP requests.

  • Connection Management. The Proxy manages connections to services, handling health checking, retry, failover, and flow control.

  • Monitoring & Logging. The Proxy can report client-side metrics and logs to the Mixer.

Server Side Features:

  • Rate Limiting & Flow Control. The Proxy can prevent overload of backend systems and provide client-aware rate limiting.

  • Protocol Translation. The Proxy is a gRPC gateway, providing translation between JSON-REST and gRPC.

  • Authentication & Authorization. The Proxy supports multiple authentication mechanisms, and can use the client identities to perform authorization checks through the Mixer.

  • Monitoring & Logging. The Proxy can report server-side metrics and logs to the Mixer.

Please see istio.io
to learn about the overall Istio project and how to get in touch with us. To learn how you can
contribute to any of the Istio components, including the proxy, please
see the Istio contribution guidelines.

主要指标

概览
名称与所有者istio/proxy
主编程语言C++
编程语言C++ (语言数: 6)
平台
许可证Apache License 2.0
所有者活动
创建于2016-12-01 18:51:04
推送于2025-05-09 10:16:47
最后一次提交2025-05-09 06:16:46
发布数419
最新版本名称1.26.0 (发布于 2025-05-08 05:32:19)
第一版名称stable-88cfb24 (发布于 )
用户参与
星数835
关注者数117
派生数1.2k
提交数3.6k
已启用问题?
问题数0
打开的问题数0
拉请求数4634
打开的拉请求数2
关闭的拉请求数1386
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?