-
Notifications
You must be signed in to change notification settings - Fork 186
Expand file tree
/
Copy pathfeatures.yaml
More file actions
23 lines (19 loc) · 942 Bytes
/
features.yaml
File metadata and controls
23 lines (19 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- name: Out of process architecture
description: |
Envoy is a self contained, high performance server with a small memory footprint. It runs alongside
any application language or framework.
- name: HTTP/2 and gRPC support
description: |
Envoy has first class support for HTTP/2 and gRPC for both incoming and outgoing connections. It is a
transparent HTTP/1.1 to HTTP/2 proxy.
- name: Advanced load balancing
description: |
Envoy supports advanced load balancing features including automatic retries, circuit breaking, global rate
limiting, request shadowing, zone local load balancing, etc.
- name: APIs for configuration management
description: |
Envoy provides robust APIs for dynamically managing its configuration.
- name: Observability
description: |
Deep observability of L7 traffic, native support for distributed tracing, and wire-level observability of
MongoDB, DynamoDB, and more.