Skip to content

liuxiangde/mixer

 
 

Repository files navigation

Mixer

Mixer

GoDoc Build Status Go Report Card codecov.io

Mixer provides the foundation of the Istio service mesh design. It is responsible for insulating Envoy and Istio-based services from details of the current execution environment, as well as to implement the control policies that Istio supports.

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.

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 Mixer, please see the Istio contribution guidelines.

Mixer's developer's guide presents everything you need to know to create, build, and test code for Mixer.

About

Istio's Mixer and its adapters

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 87.3%
  • Python 7.9%
  • Protocol Buffer 3.0%
  • Shell 1.7%
  • Makefile 0.1%