gw-08 — References

Envoy & xDS (the canon)

Build a control plane

Production control planes to study

Tooling

  • func-e / getenvoy — run Envoy locally without a container.
  • envoy --config-yaml ... --log-level debug — watch xDS subscribe/ACK.
  • curl localhost:9901/config_dump — Envoy admin: see the applied config (and /clusters, /stats, /server_info).

Cross-lab dependencies

  • Upstream: gw-03 (the gateway model Envoy implements), gw-04 (EDS membership), gw-06 (resilience config), gw-07 (SDS), db-16…20 (consistency intuition for config propagation).
  • Downstream: gw-09 (EndpointSlices as the EDS source), gw-10 (the operator as a control plane), gw-12 (staged config rollout).