Skip to content

Files

This branch is 16601 commits behind istio/istio:master.

mixer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 25, 2019
Nov 7, 2018
May 17, 2019
Jul 23, 2019
Jul 26, 2019
Jun 11, 2019
Jul 26, 2019
May 1, 2019
Jun 14, 2019
Mar 8, 2019
Mar 8, 2019

Mixer

Mixer enables extensible policy enforcement and control within the Istio service mesh. It is responsible for insulating the proxy (Envoy) from details of the current execution environment and the intricacies of infrastructure backends.

Mixer provides three distinct features:

  • Precondition Checking. Enables callers to verify a number of preconditions before responding to an incoming request from a service consumer. Preconditions can include whether the service consumer is properly authenticated, is on the service's whitelist, passes ACL checks, and more.

  • Quota Management. Enables services to allocate and free quota on a number of dimensions, Quotas are used as a relatively simple resource management tool to provide some fairness between service consumers when contending for limited resources.

  • Telemetry Reporting. Enables services to produce logging, monitoring, tracing and billing streams intended for the service producer itself as well as for its consumers.

Learn more about Mixer here.

Mixer's Adapter Developer's Guide presents everything you need to know about extending Mixer to provide support for new backends through the development of new adapters.

Mixer's Template Developer's Guide presents everything you need to know about you can create new templates to define whole new categories of adapters.