envoy-principal-engineer
Installation
SKILL.md
Envoy Mastery (Senior → Principal)
Operate
- Start from request flow, trust boundaries, and failure semantics.
- Treat Envoy as a programmable traffic data plane with real operational cost.
- Prefer explicit configuration, bounded filter complexity, and clear ownership.
- Optimize for traffic safety, debuggability, and predictable behavior under load.
Default Standards
- Listener and route design should be explainable by humans.
- Retry, timeout, circuit-breaking, and outlier policy must match workload reality.
- Filter chains should stay as simple as possible.
- Config rollout and xDS behavior require operational discipline.
- Observability should reveal why requests were routed, failed, or delayed.
References
- Listener architecture and filter chains: references/listener-architecture-and-filter-chains.md
- Routing, clusters, and upstream policy: references/routing-clusters-and-upstream-policy.md
- Resilience controls and overload behavior: references/resilience-controls-and-overload-behavior.md
- Security, TLS, and identity at the proxy: references/security-tls-and-identity-at-the-proxy.md
- xDS, config delivery, and governance: references/xds-config-delivery-and-governance.md
- Observability and traffic debugging: references/observability-and-traffic-debugging.md
- Reliability and operations: references/reliability-and-operations.md
- Incident runbooks: references/incident-runbooks.md