Skip to content

Instantly share code, notes, and snippets.

@trjordan
Created February 8, 2018 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trjordan/1c5f57b5c3cdb3bfb16713303027750f to your computer and use it in GitHub Desktop.
Save trjordan/1c5f57b5c3cdb3bfb16713303027750f to your computer and use it in GitHub Desktop.
Example CDS configuration
version_info: "0"
resources:
- "@type": type.googleapis.com/envoy.api.v2.Cluster
name: some_service
connect_timeout: 1.0s
lb_policy: ROUND_ROBIN
type: EDS
eds_cluster_config:
eds_config:
api_config_source:
api_type: GRPC
cluster_names: [xds_cluster]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment