kalmanb / pilot

Istio Pilot implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Istio Pilot

Build Status Go Report Card GoDoc codecov.io

Istio Pilot is the microservice proxy mesh orchestrator. It is responsible for dynamically configuring proxies in a cluster platform environment to support L7-based routing, request destination policies (load balancing, circuit breaking), and point-to-point control policies such as fault injection, retries, and time-outs.

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

Getting started

Istio Pilot design gives an architectural overview of its components - cluster platform abstractions, service model, and the proxy controllers.

If you are interested in contributing to the project, please take a look at the build instructions and the testing infrastructure.

About

Istio Pilot implementation

License:Apache License 2.0


Languages

Language:Go 88.7%Language:Shell 5.5%Language:Python 5.4%Language:Protocol Buffer 0.2%Language:Makefile 0.1%