mirror of
https://github.com/coredns/coredns.git
synced 2025-12-02 08:34:07 -05:00
10
plugin/traffic/xds/README_coredns.md
Normal file
10
plugin/traffic/xds/README_coredns.md
Normal file
@@ -0,0 +1,10 @@
|
||||
This code is copied from
|
||||
[https://github.com/grpc/grpc-go/tree/master/xds](https://github.com/grpc/grpc-go/tree/master/xds).
|
||||
Grpc-go is also a consumer of the Envoy xDS data and acts upon it.
|
||||
|
||||
The *traffic* plugin only cares about clusters and endpoints, the following bits are deleted:
|
||||
|
||||
* lDS; listener discovery is not used here.
|
||||
* rDS: routes have no use for DNS responses.
|
||||
|
||||
Load reporting is also not implemented, although this can be done on the DNS level.
|
||||
Reference in New Issue
Block a user