Resources & the Config Model
How Elchi models every Envoy configuration object as a typed, validated resource — from listeners to secrets — and publishes changes safely.
Scenario Workflows
4 items
Versions & Upgrades
How Elchi runs mixed Envoy versions side by side and migrates resources from one version to another.
Resource Types
10 items
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.
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.
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.
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.