mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-20 08:04:27 +00:00
9 lines
562 B
Markdown
9 lines
562 B
Markdown
# Envoy Proxy and xDS Protocol
|
|
## Envoy Proxy
|
|
- [Envoy](https://www.envoyproxy.io/)
|
|
|
|
## xDS protocol (Envoy's Discovery Service Protocol)
|
|
- [xDS REST and gRPC protocol](https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol)
|
|
- "The [gRPC project](https://grpc.io/faq/) is adding support for the **xDS protocol**, think Envoy Proxy as a library, which will provide a subset of functionality without an external proxy. 🤯 The best part, xDS based control planes such as Istio, Traffic Director, and Consul Connect should just work." Kelsey Hightower
|
|
|