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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?