The Istio proxy components.
Go to file
Yutong Zhang 6166ae7eba Update API SHA (#1891) 2018-07-30 12:14:51 -07:00
.circleci Update Envoy SHA to latest with RDS fix. (#1886) 2018-07-27 13:31:42 -07:00
.github
include/istio extract origin IP 2018-07-13 12:05:22 -07:00
prow
script
src destination.principal derivation fix (#1884) 2018-07-26 15:04:31 -07:00
test/backend/echo
tools
.drone.yml
.gitignore
.travis.yml
BUILD
CONTRIBUTING.md
LICENSE
Makefile
OWNERS
README.md
WORKSPACE Update Envoy SHA to latest with RDS fix. (#1886) 2018-07-27 13:31:42 -07:00
cc_gogo_protobuf.bzl
googleapis.bzl
istio.deps Update API SHA (#1891) 2018-07-30 12:14:51 -07:00
protobuf.bzl
repositories.bzl Update API SHA (#1891) 2018-07-30 12:14:51 -07:00
x_tools_imports.bzl

README.md

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.