# envoyproxy/go-control-plane

Go implementation of data-plane-api

Repository: https://github.com/envoyproxy/go-control-plane
Canonical: https://ross.abutalabs.com/products/go-control-plane
Language: Go
License: Apache-2.0
License Family: permissive
Last push: 2026-08-26T11:52:21+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 3239, "days_push": 7, "days_rel": 16, "gap_med": 0, "n_releases_24m": 18}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1725, forks 566 (observed 2026-08-28T04:05:28.121549+00:00)

## What it is
A Go library implementing the Envoy xDS discovery service APIs (data-plane-api) as a gRPC API server with an in-memory configuration cache. It provides shared infrastructure for building custom control planes that push configuration to Envoy proxies.

## Use cases
- build a custom control plane for Envoy proxies
- serve xDS configuration over gRPC to Envoy fleets
- cache and push Envoy configuration updates to proxies
- implement service mesh control plane in Go
- manage Envoy listener and cluster configuration programmatically
- integrate Envoy config delivery into an existing Go service

## When to choose
- you are writing a Go control plane that configures Envoy via xDS
- you need a production-ready gRPC xDS server with caching rather than building from scratch
- you want to share Envoy configuration logic across multiple control plane implementations

## When to avoid
- you need a turnkey full control plane that translates platform services into Envoy config
- you are not using Envoy or the xDS protocol
- you need a control plane in a language other than Go

## Facets
- artifact type: library
- maturity: active
- function: rpc, api-framework, caching, middleware
- domain: infrastructure-as-code, microservices, networking, developer-tools, apis
- platform: go, cross-platform
- tags: envoy, xds, grpc, control-plane, service-mesh, data-plane-api, web-server

## Member repositories
- envoyproxy/go-control-plane (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:28.121549+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:32:35.310734+00:00, confidence not recorded.
  - readme: https://github.com/envoyproxy/go-control-plane (fetched 2026-08-28T04:05:28.121549+00:00, sha a4a384fc8b00)
- Data as of 2026-08-30T08:39:29.467469+00:00.
