Envoy Proxy 1.16.0 Documentation
首页
白天
夜间
下载
阅读记录
书签管理
我的书签
添加书签
移除书签
编辑文档
Health checkers
来源 1
浏览
234
扫码
打印
2020-11-24 07:56:23
Health checkers
上一篇:
下一篇:
发布点评
Configuration reference
Other protocols
Thrift filters
Rate limit
Router
Dubbo filters
Router
Observability
Access Logs
Overview
Statistics
Access logging
Application logging
Statistics
Upstream clusters
Cluster manager
Cluster discovery service
Health checking
Statistics
Overview
Runtime
Circuit breaking
Health checkers
Redis
Configuration best practices
Configuring Envoy as a level two proxy
Configuring Envoy as an edge proxy
Advanced
Well Known Dynamic Metadata
Other features
Rate limit service
Overview
xDS API endpoints
Introduction
Bootstrap configuration
Examples
Extension configuration
Versioning
Management Server
Security
Secret discovery service (SDS)
Listeners
Statistics
Network filters
Client TLS authentication
Mongo proxy
Rate limit
Redis proxy
ZooKeeper proxy
MySQL proxy
Kafka Broker filter
SNI dynamic forward proxy
TCP proxy
Dubbo proxy
Thrift proxy
Postgres proxy
RocketMQ proxy
Upstream Cluster from SNI
Direct response
Echo
Role Based Access Control (RBAC) Network Filter
Local rate limit
External Authorization
Runtime
UDP listener filters
DNS Filter
UDP proxy
Overview
Listener discovery service (LDS)
Listener filters
HTTP Inspector
TLS Inspector
Original Destination
Proxy Protocol
Original Source
Operations
Route table check tool
Runtime
Overload manager
HTTP
HTTP connection manager
HTTP header manipulation
Runtime
HTTP header sanitizing
Virtual Host Discovery Service (VHDS)
Route discovery service (RDS)
Local reply modification
Response Code Details
Statistics
HTTP/1.1 Header Casing
Route matching
Traffic Shifting/Splitting
Overview
HTTP filters
Decompressor
Dynamic forward proxy
CSRF
Gzip
IP Tagging
gRPC HTTP/1.1 reverse bridge
Admission Control
Envoy Header-To-Metadata Filter
DynamoDB
On-demand VHDS and S/RDS Updates
gRPC HTTP/1.1 bridge
Tap
CORS
Health check
Local rate limit
JWT Authentication
AWS Request Signing
Original Source
Adaptive Concurrency
CDN-Loop header
Lua
Role Based Access Control (RBAC) Filter
gRPC Statistics
External Authorization
gRPC-Web
Buffer
Squash
Compressor
AWS Lambda
gRPC-JSON transcoder
Rate limit
OAuth2
Fault Injection
Router
Version history
1.9.0 (Dec 20, 2018)
1.12.1 (November 8, 2019)
1.13.0 (January 20, 2020)
1.13.4 (July 7, 2020)
1.0.0 (September 12, 2016)
1.11.1 (August 13, 2019)
1.11.2 (October 8, 2019)
1.12.4 (June 8, 2020)
1.13.1 (March 3, 2020)
1.7.0 (Jun 21, 2018)
1.12.5 (June 30, 2020)
1.12.6 (July 7, 2020)
1.15.1 (September 29, 2020)
1.4.0 (August 24, 2017)
1.15.0 (July 7, 2020)
1.12.3 (March 3, 2020)
1.16.0 (October 8, 2020)
1.3.0 (May 17, 2017)
1.1.0 (November 30, 2016)
1.15.2 (September 29, 2020)
1.14.3 (June 30, 2020)
1.9.1 (Apr 2, 2019)
1.13.5 (September 29, 2020)
1.8.0 (Oct 4, 2018)
1.14.1 (April 8, 2020)
1.13.6 (September 29, 2020)
1.10.0 (Apr 5, 2019)
1.12.7 (September 29, 2020)
1.14.0 (April 8, 2020)
1.13.2 (June 8, 2020)
1.12.0 (October 31, 2019)
1.11.0 (July 11, 2019)
1.12.2 (December 10, 2019)
1.2.0 (March 7, 2017)
1.5.0 (December 4, 2017)
1.14.4 (July 7, 2020)
1.6.0 (March 20, 2018)
1.13.3 (June 30, 2020)
1.14.2 (June 8, 2020)
1.14.5 (September 29, 2020)
Introduction
What is Envoy
Life of a Request
Architecture overview
Other protocols
DynamoDB
Redis
MongoDB
Postgres
gRPC
Observability
Statistics
Access logging
Tracing
HTTP
HTTP dynamic forward proxy
HTTP connection management
HTTP filters
HTTP upgrades
HTTP routing
Operations & configuration
Overload manager
Initialization
Runtime configuration
Hot restart
xDS configuration API overview
Draining
Other features
IP Transparency
Global rate limiting
Scripting
Compression Libraries
Local rate limiting
Advanced
Sharing data between filters
Introduction
Terminology
Threading model
Security
External Authorization
Role Based Access Control
JSON Web Token (JWT) Authentication
TLS
External dependencies
Threat model
Google Vulnerability Reward Program (VRP)
Listeners
DNS Filter
Listeners
UDP proxy
Listener filters
TCP proxy
Network (L3/L4) filters
Upstream clusters
Connection pooling
Circuit breaking
Service discovery
Upstream network filters
Load Reporting Service (LRS)
Load Balancing
Outlier detection
Cluster manager
Health checking
Aggregate Cluster
Deployment types
Service to service plus front proxy
Service to service only
Service to service, front proxy, and double proxy
Getting help
About the documentation
FAQ
API
How do I configure Envoy to use the v3 API?
Why are the Envoy xDS APIs versioned? What is the benefit?
Which xDS transport and resource versions does my control plane need to support?
If I upgrade to Envoy 1.13+, do I need to use the v3 API?
How do I support multiple xDS API major versions in my control plane?
What do the v2, v3, vN etc. mean in API package names?
How does API versioning interact with a new extension?
What is the status of incremental xDS support?
How long will the v2 APIs be supported?
Build
Why does Envoy use BoringSSL?
Where do I get binaries?
Configuration
How do I configure timeouts?
How do I configure flow control?
How does Envoy prevent file descriptor exhaustion?
How do I configure zone aware routing?
How do I configure Envoy as a level two proxy?
How do I configure SNI for listeners?
How do I configure Zipkin tracing?
How do I configure Envoy as an edge proxy?
How are configuration deprecations handled?
Debugging
Why is Envoy sending 413s?
Why is Envoy sending internal responses?
Why is my route not found?
Why is Envoy sending HTTP/2 resets?
Why is Envoy sending 404s to CONNECT requests?
Extensions
Is there a contract my HTTP filter must adhere to?
Load balancing
Is there a way to disable circuit breaking?
I setup health checking. When I fail some hosts, Envoy starts routing to all of them again. Why?
How do I handle transient failures?
How do I make Envoy fail over to another region during service degradation?
Why doesn’t RR load balancing appear to be even?
Performance
What are best practices for benchmarking Envoy?
How fast is Envoy?
Getting Started
gRPC Bridge
CORS Filter
Jaeger Tracing
Redis Filter
Cache Filter
Fault Injection Filter
Load Reporting Service (LRS)
Lua Filter
CSRF Filter
Zipkin Tracing
MySQL Filter
Jaeger Native Tracing
Front Proxy
External Authorization Filter
Extending Envoy for custom use cases
Building and installation
Tools
Schema Validator check tool
Config load check tool
Route table check tool
Building
Building an Envoy Docker image
Reference configurations
Operations and administration
Administration interface
Statistics overview
Command line options
Hot restart Python wrapper
Performance
Traffic tapping
Runtime
Certificate Management
File system flags
API
v3 API reference
Common messages
Configuration sources
Protocol options
Socket Option
Default Socket Interface configuration
Common discovery API components
Extension configuration
Backoff Strategy
HTTP Service URI
Network addresses
Common rate limit components
gRPC method list
Proxy Protocol
Substitution format string
gRPC services
Common fault injection types
Common types
Clusters
Endpoints
Circuit breakers
Upstream filters
Endpoint configuration
Cluster configuration
Outlier detection
Health check
HTTP route management
HTTP route components
HTTP scoped routing configuration
HTTP route configuration
Types
Metadata matcher
Custom Tag
Token bucket
HTTP status codes
Percent
Ratelimit Time Unit
Hash Policy
Metadata
Path matcher
Range
String matcher
Number matcher
HTTP
Node matcher
Value matcher
Regex matcher
Struct matcher
Semantic Version
Admin
Listeners
MutexStats
InitDump
Clusters
Metrics
Memory
Server State
ConfigDump
Certificates
Tap
Services
Extension Config Discovery Service (ECDS)
Authorization Service
Trace service
Load Reporting service (LRS)
Runtime Discovery Service (RTDS)
Rate Limit Service (RLS)
Common tap configuration
Health Discovery Service (HDS)
Attribute Context
Client Status Discovery Service (CSDS)
Tap Sink Service
gRPC Access Log Service (ALS)
Metrics service
Listeners
API listener
QUIC listener Config
UDP Listener Config
Listener configuration
Listener components
Extensions
Filters
Compression
Resource monitors
Access loggers
HTTP Tracers
Grpc Credentials
WASM
Transport sockets
Endpoint
Internal Redirect Predicates
Retry Predicates
Watchdog
Cluster
RBAC
Upstream Configuration
Health checkers
Common
Bootstrap
Rate limit service
Stats
Overload Manager
Metrics service
Bootstrap
Envoy data
Cluster data
Access logs
Tap
Extensions objects
Core data
Well Known Client Features
v2 API reference
Listeners
Listener configuration
QUIC listener Config
UDP Listener Config
Listener components
Envoy data
Tap
Core data
Access logs
Cluster data
Extensions objects
Common messages
gRPC method list
Network addresses
HTTP Service URI
Backoff Strategy
Common types
Common TLS configuration
Common rate limit components
gRPC services
Socket Option
Common discovery API components
Protocol options
Secrets configuration
Configuration sources
HTTP route management
HTTP scoped routing configuration
HTTP route components
HTTP route configuration
Services
Secret Discovery Service (SDS)
Trace service
Attribute Context
Load reporting service
Client Status Discovery Service (CSDS)
Rate Limit Service (RLS)
Runtime Discovery Service (RTDS)
Tap Sink Service
Aggregated Discovery Service (ADS)
Common tap configuration
Authorization Service
gRPC Access Log Service (ALS)
Metrics service
Types
Hash Policy
Semantic Version
Struct matcher
Regex matcher
Metadata
Custom Tag
Value matcher
HTTP status codes
Number matcher
Percent
Path matcher
Token bucket
String matcher
HTTP
Range
Metadata matcher
Node matcher
Extensions
RBAC
Transport sockets
Listener
Cluster
Access loggers
Retry Predicates
Grpc Credentials
HTTP Tracers
Common
Health checkers
Filters
Resource monitors
Admin
Certificates
Clusters
Listeners
Memory
ConfigDump
Metrics
Tap
Server State
MutexStats
Bootstrap
Rate limit service
Bootstrap
Stats
Overload Manager
Metrics service
Clusters
Endpoint configuration
Health check
Cluster configuration
Outlier detection
Upstream filters
Circuit breakers
Endpoints
Supported API versions
xDS REST and gRPC protocol
暂无相关搜索结果!
本文档使用
全库网
构建
×
思维导图备注
×
文章二维码
手机扫一扫,轻松掌上读
×
文档下载
请下载您需要的格式的文档,随时随地,享受汲取知识的乐趣!
PDF
文档
EPUB
文档
MOBI
文档
×
书签列表
×
阅读记录
阅读进度:
0.00%
(
0/0
)
重置阅读进度