Skip to main content

14 docs tagged with "envoy"

View all tags

Bootstrap

The Envoy bootstrap config Elchi generates for each proxy — node identity, admin, static resources, and the ADS connection back to the control-plane.

Clusters

How Elchi models Envoy clusters (CDS) — discovery type, load balancing, health checks, circuit breakers, and outlier detection.

Dependency Graph, Route Map & Snapshot Dump

Three inspection tools for understanding and debugging Envoy config in Elchi — visualize how resources reference each other, trace request routing, and dump the live xDS snapshot Envoy is actually serving.

Endpoints

How Elchi models Envoy endpoints (EDS) — the ClusterLoadAssignment, localities, priorities, weights, and their link to clusters.

Extensions

How Elchi surfaces Envoy typed_config extensions — reusable, separately-managed configs referenced by other resources.

Filters

How Elchi models Envoy filters — the listener, network, HTTP, and UDP filter categories the UI exposes, and where WAF and ext_proc fit.

Listeners

How Elchi models Envoy listeners (LDS) — bind addresses, filter chains, the HTTP Connection Manager, and TLS termination.

Route Map

Trace how an incoming request flows through a listener's virtual hosts, routes, and match conditions to the upstream cluster that ultimately serves it.

Routes

How Elchi models Envoy route configurations (RDS) — virtual hosts, match/route/redirect rules, and header manipulation.

Secrets & TLS

How Elchi models Envoy secrets (SDS) — TLS certificates, validation contexts, and the link to ACME-managed certificates.

Snapshot Dump

Inspect the exact xDS snapshot the control-plane is serving a live Envoy node — the ground truth of what shipped — and clear a stale snapshot to force a resync.

Templates & Snippets

Reusable Envoy config building blocks in Elchi — per-type resource templates for consistent starting points, and searchable field-level snippets for repeated fragments, with batch operations.

Transport Sockets

How Elchi models Envoy transport sockets — downstream vs upstream TLS/mTLS on listeners and clusters, plus QUIC and Proxy Protocol.

Virtual Hosts

How Elchi models Envoy virtual hosts inside a route configuration — domains, per-vhost routes, retries, and header rules.