Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 659 Bytes

Readme.md

File metadata and controls

13 lines (10 loc) · 659 Bytes

Mesh Configuration Protocol Protos

This folder contains the proto buffers used by the Mesh Configuration Protocol, an XDS inspired protocol for transferring configuration among Istio components during runtime.

The protocol buffers in this folder are not used for configuring Istio. Instead, they define an internal protocol through which the configuration proto instances can be delivered to components, such as Mixer and Pilot.

The server side of the protocol is implemented in Galley, Istio's config aggregation and distribution component.