Quick start¶
The quick start section takes you through basic operations with the Envoy server, and provides an introduction to the types of configuration Envoy can be used with.
- Run Envoy
- Configuration: Static
- Configuration: Dynamic from filesystem
- Configuration: Dynamic from control plane
- Envoy admin interface
- Securing Envoy
- Upstream and downstream
TLS
contexts - Validate an endpoint’s certificates when connecting
- Use mutual
TLS
(mTLS
) to enforce client certificate authentication - Use mutual
TLS
(mTLS
) to connect with client certificates - Provide multiple
TLS
domains at the sameIP
address withSNI
- Connect to an endpoint with
SNI
- Upstream and downstream
- Next steps