Service Discovery
Last updated
Was this helpful?
Last updated
Was this helpful?
Service Discovery is the means by which the service mesh dynamically adds and removes instances of each microservice. Discovery both adds the initial instances that come online, and modifies the mesh to react to any scaling actions that happen. To keep flexibility in the Grey Matter platform, the Control server supports a number of different service discovery options and platforms.
Envoy v1 CDS/SDS (beta)
Envoy v2 CDS/EDS (beta)
The Control server, in conjunction with , form the control plane of the service mesh. Control API holds all the user-created mesh configuration, but it's Control that feeds the configuration directly to each connected proxy.
The Control Server acts as the Envoy Discovery Services (xDS) interface for any Envoy-based Proxy. xDS is the generic name for any of the following discovery services:
Endpoints (EDS)
Clusters (CDS)
Routes (RDS)
Listeners (LDS)
Access Logging (ALS)
Aggregate (ADS)
Each discovery service allows proxies (and other services that speak the xDS protocol) to request streams for particular resources (Listeners, Routes, Clusters, etc) from the control plane.
See the for details on how the Proxy needs to setup it's registration with gm-control