Skip to content

tremple-aspen-mesh/istio-proxy

This branch is 1971 commits behind istio/proxy:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ea0ce55 · Jun 8, 2020
May 27, 2020
Dec 6, 2017
May 27, 2020
Apr 21, 2020
Mar 7, 2020
Jun 8, 2020
Nov 7, 2019
Apr 9, 2020
May 27, 2020
Jun 3, 2020
Jun 8, 2020
Jun 8, 2020
May 25, 2020
Apr 8, 2020
Jan 24, 2020
Nov 16, 2019
Dec 10, 2017
Oct 21, 2019
Apr 24, 2020
Apr 26, 2017
Jun 17, 2019
Jan 24, 2019
Mar 2, 2020
May 31, 2019
Jan 24, 2020
Mar 7, 2020
May 27, 2020
Mar 7, 2020
Apr 9, 2017
Oct 21, 2019
May 27, 2020
May 27, 2020
May 27, 2020
May 27, 2020
Oct 22, 2019
May 15, 2019
Jan 24, 2019

Repository files navigation

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.

About

The Istio proxy components.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 82.8%
  • Go 6.3%
  • Starlark 5.9%
  • Shell 3.2%
  • Makefile 1.1%
  • Python 0.5%
  • Other 0.2%