Last active
April 30, 2019 17:40
-
-
Save gokhansengun/6f332e4a35ee490baa1da82b0ac549e7 to your computer and use it in GitHub Desktop.
Istio - EnvoyFilter Lua Double Call Issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: networking.istio.io/v1alpha3 | |
| kind: EnvoyFilter | |
| metadata: | |
| name: filter-details-lua | |
| namespace: default | |
| spec: | |
| workloadLabels: | |
| app: details | |
| filters: | |
| - filterConfig: | |
| inlineCode: | | |
| function envoy_on_request(request_handle) | |
| request_handle:logErr("Request hook called") | |
| end | |
| function envoy_on_response(response_handle) | |
| response_handle:logErr("Response hook called") | |
| end | |
| filterName: envoy.lua | |
| filterType: HTTP | |
| listenerMatch: | |
| listenerType: SIDECAR_INBOUND | |
| portNumber: 9080 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "configs": [ | |
| { | |
| "@type": "type.googleapis.com/envoy.admin.v2alpha.BootstrapConfigDump", | |
| "bootstrap": { | |
| "node": { | |
| "id": "sidecar~10.56.1.14~details-v1-68868454f5-kp7tw.default~default.svc.cluster.local", | |
| "cluster": "details.default", | |
| "metadata": { | |
| "istio": "sidecar", | |
| "ISTIO_PROXY_VERSION": "1.1.3", | |
| "ISTIO_PROXY_SHA": "istio-proxy:73fa9b1f29f91029cc2485a685994a0d1dbcde21", | |
| "app": "details", | |
| "pod-template-hash": "2442401091", | |
| "INTERCEPTION_MODE": "REDIRECT", | |
| "CONFIG_NAMESPACE": "default", | |
| "version": "v1", | |
| "ISTIO_VERSION": "1.1.4", | |
| "kubernetes.io/limit-ranger": "LimitRanger plugin set: cpu request for container details", | |
| "ISTIO_META_INSTANCE_IPS": "10.56.1.14,10.56.1.14,fe80::2cd1:bff:fe40:c904", | |
| "POD_NAME": "details-v1-68868454f5-kp7tw" | |
| }, | |
| "locality": {}, | |
| "build_version": "73fa9b1f29f91029cc2485a685994a0d1dbcde21/1.11.0-dev/Clean/RELEASE/BoringSSL" | |
| }, | |
| "static_resources": { | |
| "listeners": [ | |
| { | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 15090 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "route_config": { | |
| "virtual_hosts": [ | |
| { | |
| "name": "backend", | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/stats/prometheus" | |
| }, | |
| "route": { | |
| "cluster": "prometheus_stats" | |
| } | |
| } | |
| ], | |
| "domains": [ | |
| "*" | |
| ] | |
| } | |
| ] | |
| }, | |
| "codec_type": "AUTO", | |
| "http_filters": { | |
| "name": "envoy.router" | |
| }, | |
| "stat_prefix": "stats" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ], | |
| "clusters": [ | |
| { | |
| "name": "prometheus_stats", | |
| "type": "STATIC", | |
| "connect_timeout": "0.250s", | |
| "hosts": [ | |
| { | |
| "socket_address": { | |
| "address": "127.0.0.1", | |
| "port_value": 15000 | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "xds-grpc", | |
| "type": "STRICT_DNS", | |
| "connect_timeout": "10s", | |
| "hosts": [ | |
| { | |
| "socket_address": { | |
| "address": "istio-pilot.istio-system", | |
| "port_value": 15010 | |
| } | |
| } | |
| ], | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 100000, | |
| "max_pending_requests": 100000, | |
| "max_requests": 100000 | |
| }, | |
| { | |
| "priority": "HIGH", | |
| "max_connections": 100000, | |
| "max_pending_requests": 100000, | |
| "max_requests": 100000 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": {}, | |
| "dns_lookup_family": "V4_ONLY", | |
| "upstream_connection_options": { | |
| "tcp_keepalive": { | |
| "keepalive_time": 300 | |
| } | |
| } | |
| }, | |
| { | |
| "name": "zipkin", | |
| "type": "STRICT_DNS", | |
| "connect_timeout": "1s", | |
| "hosts": [ | |
| { | |
| "socket_address": { | |
| "address": "zipkin.istio-system", | |
| "port_value": 9411 | |
| } | |
| } | |
| ], | |
| "dns_lookup_family": "V4_ONLY" | |
| } | |
| ] | |
| }, | |
| "dynamic_resources": { | |
| "lds_config": { | |
| "ads": {} | |
| }, | |
| "cds_config": { | |
| "ads": {} | |
| }, | |
| "ads_config": { | |
| "api_type": "GRPC", | |
| "grpc_services": [ | |
| { | |
| "envoy_grpc": { | |
| "cluster_name": "xds-grpc" | |
| } | |
| } | |
| ] | |
| } | |
| }, | |
| "tracing": { | |
| "http": { | |
| "name": "envoy.zipkin", | |
| "config": { | |
| "trace_id_128bit": "true", | |
| "shared_span_context": "false", | |
| "collector_endpoint": "/api/v1/spans", | |
| "collector_cluster": "zipkin" | |
| } | |
| } | |
| }, | |
| "admin": { | |
| "access_log_path": "/dev/null", | |
| "address": { | |
| "socket_address": { | |
| "address": "127.0.0.1", | |
| "port_value": 15000 | |
| } | |
| } | |
| }, | |
| "stats_config": { | |
| "stats_tags": [ | |
| { | |
| "tag_name": "cluster_name", | |
| "regex": "^cluster\\.((.+?(\\..+?\\.svc\\.cluster\\.local)?)\\.)" | |
| }, | |
| { | |
| "tag_name": "tcp_prefix", | |
| "regex": "^tcp\\.((.*?)\\.)\\w+?$" | |
| }, | |
| { | |
| "tag_name": "response_code", | |
| "regex": "_rq(_(\\d{3}))$" | |
| }, | |
| { | |
| "tag_name": "response_code_class", | |
| "regex": "_rq(_(\\dxx))$" | |
| }, | |
| { | |
| "tag_name": "http_conn_manager_listener_prefix", | |
| "regex": "^listener(?=\\.).*?\\.http\\.(((?:[_.[:digit:]]*|[_\\[\\]aAbBcCdDeEfF[:digit:]]*))\\.)" | |
| }, | |
| { | |
| "tag_name": "http_conn_manager_prefix", | |
| "regex": "^http\\.(((?:[_.[:digit:]]*|[_\\[\\]aAbBcCdDeEfF[:digit:]]*))\\.)" | |
| }, | |
| { | |
| "tag_name": "listener_address", | |
| "regex": "^listener\\.(((?:[_.[:digit:]]*|[_\\[\\]aAbBcCdDeEfF[:digit:]]*))\\.)" | |
| }, | |
| { | |
| "tag_name": "mongo_prefix", | |
| "regex": "^mongo\\.(.+?)\\.(collection|cmd|cx_|op_|delays_|decoding_)(.*?)$" | |
| } | |
| ], | |
| "use_all_default_tags": false, | |
| "stats_matcher": { | |
| "inclusion_list": { | |
| "patterns": [ | |
| { | |
| "prefix": "cluster_manager" | |
| }, | |
| { | |
| "prefix": "listener_manager" | |
| }, | |
| { | |
| "prefix": "http_mixer_filter" | |
| }, | |
| { | |
| "prefix": "tcp_mixer_filter" | |
| }, | |
| { | |
| "prefix": "server" | |
| }, | |
| { | |
| "prefix": "cluster.xds-grpc" | |
| } | |
| ] | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:31.845Z" | |
| }, | |
| { | |
| "@type": "type.googleapis.com/envoy.admin.v2alpha.ClustersConfigDump", | |
| "version_info": "2019-04-30T17:36:15Z/21", | |
| "static_clusters": [ | |
| { | |
| "cluster": { | |
| "name": "prometheus_stats", | |
| "type": "STATIC", | |
| "connect_timeout": "0.250s", | |
| "hosts": [ | |
| { | |
| "socket_address": { | |
| "address": "127.0.0.1", | |
| "port_value": 15000 | |
| } | |
| } | |
| ] | |
| }, | |
| "last_updated": "2019-04-30T17:25:31.849Z" | |
| }, | |
| { | |
| "cluster": { | |
| "name": "xds-grpc", | |
| "type": "STRICT_DNS", | |
| "connect_timeout": "10s", | |
| "hosts": [ | |
| { | |
| "socket_address": { | |
| "address": "istio-pilot.istio-system", | |
| "port_value": 15010 | |
| } | |
| } | |
| ], | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 100000, | |
| "max_pending_requests": 100000, | |
| "max_requests": 100000 | |
| }, | |
| { | |
| "priority": "HIGH", | |
| "max_connections": 100000, | |
| "max_pending_requests": 100000, | |
| "max_requests": 100000 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": {}, | |
| "dns_lookup_family": "V4_ONLY", | |
| "upstream_connection_options": { | |
| "tcp_keepalive": { | |
| "keepalive_time": 300 | |
| } | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:31.850Z" | |
| }, | |
| { | |
| "cluster": { | |
| "name": "zipkin", | |
| "type": "STRICT_DNS", | |
| "connect_timeout": "1s", | |
| "hosts": [ | |
| { | |
| "socket_address": { | |
| "address": "zipkin.istio-system", | |
| "port_value": 9411 | |
| } | |
| } | |
| ], | |
| "dns_lookup_family": "V4_ONLY" | |
| }, | |
| "last_updated": "2019-04-30T17:25:31.851Z" | |
| } | |
| ], | |
| "dynamic_active_clusters": [ | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "BlackHoleCluster", | |
| "type": "STATIC", | |
| "connect_timeout": "10s" | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.347Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "PassthroughCluster", | |
| "type": "ORIGINAL_DST", | |
| "connect_timeout": "10s", | |
| "lb_policy": "ORIGINAL_DST_LB" | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.347Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "inbound|15020|mgmt-15020|mgmtCluster", | |
| "type": "STATIC", | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| {} | |
| ] | |
| }, | |
| "load_assignment": { | |
| "cluster_name": "inbound|15020|mgmt-15020|mgmtCluster", | |
| "endpoints": [ | |
| { | |
| "lb_endpoints": [ | |
| { | |
| "endpoint": { | |
| "address": { | |
| "socket_address": { | |
| "address": "127.0.0.1", | |
| "port_value": 15020 | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.346Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "inbound|9080|http|details.default.svc.cluster.local", | |
| "type": "STATIC", | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| {} | |
| ] | |
| }, | |
| "load_assignment": { | |
| "cluster_name": "inbound|9080|http|details.default.svc.cluster.local", | |
| "endpoints": [ | |
| { | |
| "lb_endpoints": [ | |
| { | |
| "endpoint": { | |
| "address": { | |
| "socket_address": { | |
| "address": "127.0.0.1", | |
| "port_value": 9080 | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.346Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15004||istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "max_requests_per_connection": 10000, | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_requests": 10000, | |
| "max_retries": 1024 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/istio-system/destination-rule/istio-policy" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.335Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "max_requests_per_connection": 10000, | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_requests": 10000, | |
| "max_retries": 1024 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/istio-system/destination-rule/istio-telemetry" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.337Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|15010||istio-pilot.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15010||istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.333Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|15011||istio-pilot.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15011||istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.333Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|15014||istio-citadel.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15014||istio-citadel.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.327Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|15014||istio-galley.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15014||istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.328Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|15014||istio-pilot.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15014||istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.334Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|15014||istio-policy.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15014||istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "max_requests_per_connection": 10000, | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_requests": 10000, | |
| "max_retries": 1024 | |
| } | |
| ] | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/istio-system/destination-rule/istio-policy" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.336Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|15014||istio-telemetry.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15014||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "max_requests_per_connection": 10000, | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_requests": 10000, | |
| "max_retries": 1024 | |
| } | |
| ] | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/istio-system/destination-rule/istio-telemetry" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.337Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|15020||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15020||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.328Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|15029||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15029||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.332Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|15030||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15030||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.332Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|15031||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15031||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.332Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|15032||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15032||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.332Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|15443||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15443||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.333Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|31400||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|31400||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.332Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|42422||istio-telemetry.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|42422||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "max_requests_per_connection": 10000, | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_requests": 10000, | |
| "max_retries": 1024 | |
| } | |
| ] | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/istio-system/destination-rule/istio-telemetry" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.338Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|44134||tiller-deploy.kube-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|44134||tiller-deploy.kube-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.327Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|443||istio-galley.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|443||istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.328Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|443||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|443||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.331Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|443||istio-sidecar-injector.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|443||istio-sidecar-injector.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.336Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|443||kubernetes.default.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|443||kubernetes.default.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.326Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|443||metrics-server.kube-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|443||metrics-server.kube-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.327Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|53||kube-dns.kube-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|53||kube-dns.kube-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.326Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|8060||istio-citadel.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|8060||istio-citadel.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.327Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|8080||istio-pilot.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|8080||istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.333Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|80||default-http-backend.kube-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|80||default-http-backend.kube-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.326Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|80||heapster.kube-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|80||heapster.kube-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.326Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|80||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|80||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.331Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|9080||details.default.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|9080||details.default.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.338Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|9080||productpage.default.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|9080||productpage.default.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.338Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|9080||ratings.default.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|9080||ratings.default.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.338Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|9080||reviews.default.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|9080||reviews.default.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.338Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|9090||prometheus.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|9090||prometheus.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.338Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|9091||istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "max_requests_per_connection": 10000, | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_requests": 10000, | |
| "max_retries": 1024 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/istio-system/destination-rule/istio-policy" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.335Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "max_requests_per_connection": 10000, | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_requests": 10000, | |
| "max_retries": 1024 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/istio-system/destination-rule/istio-telemetry" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.336Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "cluster": { | |
| "name": "outbound|9901||istio-galley.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|9901||istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.328Z" | |
| } | |
| ] | |
| }, | |
| { | |
| "@type": "type.googleapis.com/envoy.admin.v2alpha.ListenersConfigDump", | |
| "version_info": "2019-04-30T17:36:15Z/21", | |
| "static_listeners": [ | |
| { | |
| "listener": { | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 15090 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "route_config": { | |
| "virtual_hosts": [ | |
| { | |
| "routes": [ | |
| { | |
| "route": { | |
| "cluster": "prometheus_stats" | |
| }, | |
| "match": { | |
| "prefix": "/stats/prometheus" | |
| } | |
| } | |
| ], | |
| "domains": [ | |
| "*" | |
| ], | |
| "name": "backend" | |
| } | |
| ] | |
| }, | |
| "codec_type": "AUTO", | |
| "http_filters": { | |
| "name": "envoy.router" | |
| }, | |
| "stat_prefix": "stats" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "last_updated": "2019-04-30T17:25:31.857Z" | |
| } | |
| ], | |
| "dynamic_active_listeners": [ | |
| { | |
| "version_info": "2019-04-30T17:32:05Z/20", | |
| "listener": { | |
| "name": "10.56.1.14_9080", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.56.1.14", | |
| "port_value": 9080 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filter_chain_match": { | |
| "application_protocols": [ | |
| "istio" | |
| ] | |
| }, | |
| "tls_context": { | |
| "common_tls_context": { | |
| "tls_certificates": [ | |
| { | |
| "certificate_chain": { | |
| "filename": "/etc/certs/cert-chain.pem" | |
| }, | |
| "private_key": { | |
| "filename": "/etc/certs/key.pem" | |
| } | |
| } | |
| ], | |
| "validation_context": { | |
| "trusted_ca": { | |
| "filename": "/etc/certs/root-cert.pem" | |
| } | |
| }, | |
| "alpn_protocols": [ | |
| "h2", | |
| "http/1.1" | |
| ] | |
| }, | |
| "require_client_certificate": true | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "http_filters": [ | |
| { | |
| "name": "envoy.lua", | |
| "config": { | |
| "inlineCode": "function envoy_on_request(request_handle)\n request_handle:logErr(\"Request hook called\")\nend\n\nfunction envoy_on_response(response_handle)\n response_handle:logErr(\"Response hook called\")\nend\n" | |
| } | |
| }, | |
| { | |
| "name": "istio_authn", | |
| "config": { | |
| "policy": { | |
| "peers": [ | |
| { | |
| "mtls": { | |
| "mode": "PERMISSIVE" | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.ip": { | |
| "bytes_value": "AAAAAAAAAAAAAP//CjgBDg==" | |
| }, | |
| "destination.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "inbound" | |
| }, | |
| "destination.port": { | |
| "int64_value": "9080" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "destination.namespace": { | |
| "string_value": "default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "route_config": { | |
| "name": "inbound|9080|http|details.default.svc.cluster.local", | |
| "validate_clusters": false, | |
| "virtual_hosts": [ | |
| { | |
| "routes": [ | |
| { | |
| "decorator": { | |
| "operation": "details.default.svc.cluster.local:9080/*" | |
| }, | |
| "route": { | |
| "max_grpc_timeout": "0s", | |
| "cluster": "inbound|9080|http|details.default.svc.cluster.local", | |
| "timeout": "0s" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "details" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "details.default.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/details" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "match": { | |
| "prefix": "/" | |
| } | |
| } | |
| ], | |
| "domains": [ | |
| "*" | |
| ], | |
| "name": "inbound|http|9080" | |
| } | |
| ] | |
| }, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "tracing": { | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "client_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "stat_prefix": "10.56.1.14_9080", | |
| "set_current_client_cert_details": { | |
| "dns": true, | |
| "uri": true, | |
| "subject": true | |
| }, | |
| "stream_idle_timeout": "0s", | |
| "forward_client_cert_details": "APPEND_FORWARD", | |
| "server_name": "istio-envoy", | |
| "access_log": [] | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filter_chain_match": {}, | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "use_remote_address": false, | |
| "stat_prefix": "10.56.1.14_9080", | |
| "set_current_client_cert_details": { | |
| "dns": true, | |
| "subject": true, | |
| "uri": true | |
| }, | |
| "stream_idle_timeout": "0s", | |
| "forward_client_cert_details": "APPEND_FORWARD", | |
| "access_log": [], | |
| "server_name": "istio-envoy", | |
| "http_filters": [ | |
| { | |
| "name": "envoy.lua", | |
| "config": { | |
| "inlineCode": "function envoy_on_request(request_handle)\n request_handle:logErr(\"Request hook called\")\nend\n\nfunction envoy_on_response(response_handle)\n response_handle:logErr(\"Response hook called\")\nend\n" | |
| } | |
| }, | |
| { | |
| "config": { | |
| "inlineCode": "function envoy_on_request(request_handle)\n request_handle:logErr(\"Request hook called\")\nend\n\nfunction envoy_on_response(response_handle)\n response_handle:logErr(\"Response hook called\")\nend\n" | |
| }, | |
| "name": "envoy.lua" | |
| }, | |
| { | |
| "config": { | |
| "policy": { | |
| "peers": [ | |
| { | |
| "mtls": { | |
| "mode": "PERMISSIVE" | |
| } | |
| } | |
| ] | |
| } | |
| }, | |
| "name": "istio_authn" | |
| }, | |
| { | |
| "config": { | |
| "transport": { | |
| "network_fail_policy": { | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s", | |
| "policy": "FAIL_CLOSE" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local", | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "inbound" | |
| }, | |
| "destination.port": { | |
| "int64_value": "9080" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "destination.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.ip": { | |
| "bytes_value": "AAAAAAAAAAAAAP//CjgBDg==" | |
| } | |
| } | |
| } | |
| }, | |
| "name": "mixer" | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "route_config": { | |
| "name": "inbound|9080|http|details.default.svc.cluster.local", | |
| "validate_clusters": false, | |
| "virtual_hosts": [ | |
| { | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "details" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "details.default.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/details" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "decorator": { | |
| "operation": "details.default.svc.cluster.local:9080/*" | |
| }, | |
| "route": { | |
| "max_grpc_timeout": "0s", | |
| "cluster": "inbound|9080|http|details.default.svc.cluster.local", | |
| "timeout": "0s" | |
| } | |
| } | |
| ], | |
| "domains": [ | |
| "*" | |
| ], | |
| "name": "inbound|http|9080" | |
| } | |
| ] | |
| }, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "tracing": { | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "client_sampling": { | |
| "value": 100 | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters": [ | |
| { | |
| "name": "envoy.listener.tls_inspector" | |
| } | |
| ] | |
| }, | |
| "last_updated": "2019-04-30T17:32:05.904Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.59.252.49_443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.59.252.49", | |
| "port_value": 443 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-ingressgateway" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "outbound|443||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "cluster": "outbound|443||istio-ingressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.415Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.59.248.71_443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.59.248.71", | |
| "port_value": 443 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s", | |
| "policy": "FAIL_CLOSE" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-sidecar-injector" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-sidecar-injector.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-sidecar-injector" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "cluster": "outbound|443||istio-sidecar-injector.istio-system.svc.cluster.local", | |
| "stat_prefix": "outbound|443||istio-sidecar-injector.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.416Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.59.252.49_15031", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.59.252.49", | |
| "port_value": 15031 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "istio-ingressgateway" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-ingressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "outbound|15031||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "cluster": "outbound|15031||istio-ingressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.420Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.59.250.31_15011", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.59.250.31", | |
| "port_value": 15011 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-pilot" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-pilot" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| } | |
| } | |
| }, | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "base_retry_wait": "0.080s", | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "outbound|15011||istio-pilot.istio-system.svc.cluster.local", | |
| "cluster": "outbound|15011||istio-pilot.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.421Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.59.252.34_44134", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.59.252.34", | |
| "port_value": 44134 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "base_retry_wait": "0.080s", | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "tiller-deploy.kube-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://kube-system/services/tiller-deploy" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "tiller-deploy" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "outbound|44134||tiller-deploy.kube-system.svc.cluster.local", | |
| "cluster": "outbound|44134||tiller-deploy.kube-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.422Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.59.240.10_53", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.59.240.10", | |
| "port_value": 53 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s", | |
| "policy": "FAIL_CLOSE" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://kube-system/services/kube-dns" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "kube-dns.kube-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "kube-dns" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "outbound|53||kube-dns.kube-system.svc.cluster.local", | |
| "cluster": "outbound|53||kube-dns.kube-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.430Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.59.252.49_15030", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.59.252.49", | |
| "port_value": 15030 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "mixer_attributes": { | |
| "attributes": { | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-ingressgateway" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true, | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "outbound|15030||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "cluster": "outbound|15030||istio-ingressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.431Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.59.252.49_15032", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.59.252.49", | |
| "port_value": 15032 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-ingressgateway" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true, | |
| "transport": { | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local", | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s" | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "outbound|15032||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "cluster": "outbound|15032||istio-ingressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.431Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.59.240.1_443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.59.240.1", | |
| "port_value": 443 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "base_retry_wait": "0.080s", | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/kubernetes" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "kubernetes.default.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "kubernetes" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "outbound|443||kubernetes.default.svc.cluster.local", | |
| "cluster": "outbound|443||kubernetes.default.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.433Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.59.252.49_15020", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.59.252.49", | |
| "port_value": 15020 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s", | |
| "policy": "FAIL_CLOSE" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-ingressgateway" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "outbound|15020||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "cluster": "outbound|15020||istio-ingressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.434Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.59.253.26_80", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.59.253.26", | |
| "port_value": 80 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local", | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s" | |
| } | |
| }, | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://kube-system/services/heapster" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "heapster.kube-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "heapster" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "outbound|80||heapster.kube-system.svc.cluster.local", | |
| "cluster": "outbound|80||heapster.kube-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.435Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.59.252.49_31400", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.59.252.49", | |
| "port_value": 31400 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-ingressgateway" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "outbound|31400||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "cluster": "outbound|31400||istio-ingressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.436Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.59.252.49_15029", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.59.252.49", | |
| "port_value": 15029 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-ingressgateway" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "outbound|15029||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "cluster": "outbound|15029||istio-ingressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.439Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.59.246.113_443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.59.246.113", | |
| "port_value": 443 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://kube-system/services/metrics-server" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "metrics-server.kube-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "metrics-server" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "outbound|443||metrics-server.kube-system.svc.cluster.local", | |
| "cluster": "outbound|443||metrics-server.kube-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.440Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.59.249.103_443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.59.249.103", | |
| "port_value": 443 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-galley" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-galley" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true, | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s", | |
| "policy": "FAIL_CLOSE" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "outbound|443||istio-galley.istio-system.svc.cluster.local", | |
| "cluster": "outbound|443||istio-galley.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.441Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.59.252.49_15443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.59.252.49", | |
| "port_value": 15443 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "base_retry_wait": "0.080s", | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-ingressgateway" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "outbound|15443||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "cluster": "outbound|15443||istio-ingressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.443Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.59.255.54_42422", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.59.255.54", | |
| "port_value": 42422 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-telemetry" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-telemetry" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| } | |
| } | |
| }, | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "cluster": "outbound|42422||istio-telemetry.istio-system.svc.cluster.local", | |
| "stat_prefix": "outbound|42422||istio-telemetry.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.447Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "0.0.0.0_9901", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 9901 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "tracing": { | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "operation_name": "EGRESS" | |
| }, | |
| "stat_prefix": "0.0.0.0_9901", | |
| "use_remote_address": false, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "9901" | |
| }, | |
| "generate_request_id": true, | |
| "stream_idle_timeout": "0s", | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [], | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.449Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "0.0.0.0_9080", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 9080 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "tracing": { | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "operation_name": "EGRESS", | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "9080" | |
| }, | |
| "stat_prefix": "0.0.0.0_9080", | |
| "generate_request_id": true, | |
| "stream_idle_timeout": "0s", | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [], | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.451Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "0.0.0.0_15004", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 15004 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "rds": { | |
| "route_config_name": "15004", | |
| "config_source": { | |
| "ads": {} | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "stat_prefix": "0.0.0.0_15004", | |
| "stream_idle_timeout": "0s", | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [], | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s", | |
| "policy": "FAIL_CLOSE" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "operation_name": "EGRESS" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.453Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "0.0.0.0_80", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 80 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "stat_prefix": "0.0.0.0_80", | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "80" | |
| }, | |
| "stream_idle_timeout": "0s", | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [], | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.457Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "0.0.0.0_8060", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 8060 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "tracing": { | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "rds": { | |
| "route_config_name": "8060", | |
| "config_source": { | |
| "ads": {} | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "stat_prefix": "0.0.0.0_8060", | |
| "generate_request_id": true, | |
| "stream_idle_timeout": "0s", | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [], | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s", | |
| "policy": "FAIL_CLOSE" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.461Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "0.0.0.0_9090", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 9090 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "access_log": [], | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| }, | |
| "transport": { | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local", | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s" | |
| } | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "operation_name": "EGRESS" | |
| }, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "9090" | |
| }, | |
| "use_remote_address": false, | |
| "stat_prefix": "0.0.0.0_9090", | |
| "generate_request_id": true, | |
| "stream_idle_timeout": "0s", | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.464Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "0.0.0.0_15010", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 15010 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "rds": { | |
| "route_config_name": "15010", | |
| "config_source": { | |
| "ads": {} | |
| } | |
| }, | |
| "stat_prefix": "0.0.0.0_15010", | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "stream_idle_timeout": "0s", | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [], | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| }, | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "base_retry_wait": "0.080s", | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "operation_name": "EGRESS", | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.469Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "0.0.0.0_8080", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 8080 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [], | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s", | |
| "policy": "FAIL_CLOSE" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "operation_name": "EGRESS" | |
| }, | |
| "use_remote_address": false, | |
| "rds": { | |
| "route_config_name": "8080", | |
| "config_source": { | |
| "ads": {} | |
| } | |
| }, | |
| "stat_prefix": "0.0.0.0_8080", | |
| "generate_request_id": true, | |
| "stream_idle_timeout": "0s" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.470Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "0.0.0.0_9091", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 9091 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "tracing": { | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "operation_name": "EGRESS", | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "rds": { | |
| "route_config_name": "9091", | |
| "config_source": { | |
| "ads": {} | |
| } | |
| }, | |
| "stat_prefix": "0.0.0.0_9091", | |
| "stream_idle_timeout": "0s", | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [], | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.472Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "0.0.0.0_15014", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 15014 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "generate_request_id": true, | |
| "stream_idle_timeout": "0s", | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [], | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s" | |
| }, | |
| "report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://details-v1-68868454f5-kp7tw.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "operation_name": "EGRESS" | |
| }, | |
| "rds": { | |
| "route_config_name": "15014", | |
| "config_source": { | |
| "ads": {} | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "stat_prefix": "0.0.0.0_15014" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.474Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "10.56.1.14_15020", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.56.1.14", | |
| "port_value": 15020 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "inbound|15020|mgmt-15020|mgmtCluster", | |
| "cluster": "inbound|15020|mgmt-15020|mgmtCluster" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.474Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "listener": { | |
| "name": "virtual", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 15001 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "PassthroughCluster", | |
| "cluster": "PassthroughCluster" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "use_original_dst": true | |
| }, | |
| "last_updated": "2019-04-30T17:25:33.474Z" | |
| } | |
| ] | |
| }, | |
| { | |
| "@type": "type.googleapis.com/envoy.admin.v2alpha.RoutesConfigDump", | |
| "static_route_configs": [ | |
| { | |
| "route_config": { | |
| "name": "inbound|9080|http|details.default.svc.cluster.local", | |
| "virtual_hosts": [ | |
| { | |
| "name": "inbound|http|9080", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "inbound|9080|http|details.default.svc.cluster.local", | |
| "timeout": "0s", | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "details.default.svc.cluster.local:9080/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/details" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "details.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "details" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2019-04-30T17:32:05.903Z" | |
| }, | |
| { | |
| "route_config": { | |
| "virtual_hosts": [ | |
| { | |
| "name": "backend", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/stats/prometheus" | |
| }, | |
| "route": { | |
| "cluster": "prometheus_stats" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "last_updated": "2019-04-30T17:25:31.857Z" | |
| }, | |
| { | |
| "route_config": { | |
| "name": "inbound|9080|http|details.default.svc.cluster.local", | |
| "virtual_hosts": [ | |
| { | |
| "name": "inbound|http|9080", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "inbound|9080|http|details.default.svc.cluster.local", | |
| "timeout": "0s", | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "details.default.svc.cluster.local:9080/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "details" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/details" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "details.default.svc.cluster.local" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2019-04-30T17:32:05.900Z" | |
| } | |
| ], | |
| "dynamic_route_configs": [ | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "route_config": { | |
| "name": "15014", | |
| "virtual_hosts": [ | |
| { | |
| "name": "istio-citadel.istio-system.svc.cluster.local:15014", | |
| "domains": [ | |
| "istio-citadel.istio-system.svc.cluster.local", | |
| "istio-citadel.istio-system.svc.cluster.local:15014", | |
| "istio-citadel.istio-system", | |
| "istio-citadel.istio-system:15014", | |
| "istio-citadel.istio-system.svc.cluster", | |
| "istio-citadel.istio-system.svc.cluster:15014", | |
| "istio-citadel.istio-system.svc", | |
| "istio-citadel.istio-system.svc:15014", | |
| "10.59.245.251", | |
| "10.59.245.251:15014" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|15014||istio-citadel.istio-system.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-citadel.istio-system.svc.cluster.local:15014/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-citadel" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-citadel.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-citadel" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-citadel" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-citadel.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-citadel" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "istio-galley.istio-system.svc.cluster.local:15014", | |
| "domains": [ | |
| "istio-galley.istio-system.svc.cluster.local", | |
| "istio-galley.istio-system.svc.cluster.local:15014", | |
| "istio-galley.istio-system", | |
| "istio-galley.istio-system:15014", | |
| "istio-galley.istio-system.svc.cluster", | |
| "istio-galley.istio-system.svc.cluster:15014", | |
| "istio-galley.istio-system.svc", | |
| "istio-galley.istio-system.svc:15014", | |
| "10.59.249.103", | |
| "10.59.249.103:15014" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|15014||istio-galley.istio-system.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-galley.istio-system.svc.cluster.local:15014/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "istio-galley" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-galley" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-galley" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-galley" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "istio-pilot.istio-system.svc.cluster.local:15014", | |
| "domains": [ | |
| "istio-pilot.istio-system.svc.cluster.local", | |
| "istio-pilot.istio-system.svc.cluster.local:15014", | |
| "istio-pilot.istio-system", | |
| "istio-pilot.istio-system:15014", | |
| "istio-pilot.istio-system.svc.cluster", | |
| "istio-pilot.istio-system.svc.cluster:15014", | |
| "istio-pilot.istio-system.svc", | |
| "istio-pilot.istio-system.svc:15014", | |
| "10.59.250.31", | |
| "10.59.250.31:15014" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|15014||istio-pilot.istio-system.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-pilot.istio-system.svc.cluster.local:15014/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-pilot" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-pilot" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-pilot" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-pilot" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "istio-policy.istio-system.svc.cluster.local:15014", | |
| "domains": [ | |
| "istio-policy.istio-system.svc.cluster.local", | |
| "istio-policy.istio-system.svc.cluster.local:15014", | |
| "istio-policy.istio-system", | |
| "istio-policy.istio-system:15014", | |
| "istio-policy.istio-system.svc.cluster", | |
| "istio-policy.istio-system.svc.cluster:15014", | |
| "istio-policy.istio-system.svc", | |
| "istio-policy.istio-system.svc:15014", | |
| "10.59.249.129", | |
| "10.59.249.129:15014" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|15014||istio-policy.istio-system.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-policy.istio-system.svc.cluster.local:15014/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-policy" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-policy" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-policy.istio-system.svc.cluster.local" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-policy" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-policy" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "istio-telemetry.istio-system.svc.cluster.local:15014", | |
| "domains": [ | |
| "istio-telemetry.istio-system.svc.cluster.local", | |
| "istio-telemetry.istio-system.svc.cluster.local:15014", | |
| "istio-telemetry.istio-system", | |
| "istio-telemetry.istio-system:15014", | |
| "istio-telemetry.istio-system.svc.cluster", | |
| "istio-telemetry.istio-system.svc.cluster:15014", | |
| "istio-telemetry.istio-system.svc", | |
| "istio-telemetry.istio-system.svc:15014", | |
| "10.59.255.54", | |
| "10.59.255.54:15014" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|15014||istio-telemetry.istio-system.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-telemetry.istio-system.svc.cluster.local:15014/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-telemetry" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-telemetry" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-telemetry" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-telemetry" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": {} | |
| }, | |
| "mixer_attributes": { | |
| "attributes": {} | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2019-04-30T17:36:15.596Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "route_config": { | |
| "name": "9091", | |
| "virtual_hosts": [ | |
| { | |
| "name": "istio-policy.istio-system.svc.cluster.local:9091", | |
| "domains": [ | |
| "istio-policy.istio-system.svc.cluster.local", | |
| "istio-policy.istio-system.svc.cluster.local:9091", | |
| "istio-policy.istio-system", | |
| "istio-policy.istio-system:9091", | |
| "istio-policy.istio-system.svc.cluster", | |
| "istio-policy.istio-system.svc.cluster:9091", | |
| "istio-policy.istio-system.svc", | |
| "istio-policy.istio-system.svc:9091", | |
| "10.59.249.129", | |
| "10.59.249.129:9091" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-policy.istio-system.svc.cluster.local:9091/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-policy" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-policy" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "istio-policy" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-policy" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "istio-telemetry.istio-system.svc.cluster.local:9091", | |
| "domains": [ | |
| "istio-telemetry.istio-system.svc.cluster.local", | |
| "istio-telemetry.istio-system.svc.cluster.local:9091", | |
| "istio-telemetry.istio-system", | |
| "istio-telemetry.istio-system:9091", | |
| "istio-telemetry.istio-system.svc.cluster", | |
| "istio-telemetry.istio-system.svc.cluster:9091", | |
| "istio-telemetry.istio-system.svc", | |
| "istio-telemetry.istio-system.svc:9091", | |
| "10.59.255.54", | |
| "10.59.255.54:9091" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-telemetry.istio-system.svc.cluster.local:9091/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-telemetry" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-telemetry" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-telemetry" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-telemetry" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": {} | |
| }, | |
| "mixer_attributes": { | |
| "attributes": {} | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2019-04-30T17:36:15.596Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "route_config": { | |
| "name": "8080", | |
| "virtual_hosts": [ | |
| { | |
| "name": "istio-pilot.istio-system.svc.cluster.local:8080", | |
| "domains": [ | |
| "istio-pilot.istio-system.svc.cluster.local", | |
| "istio-pilot.istio-system.svc.cluster.local:8080", | |
| "istio-pilot.istio-system", | |
| "istio-pilot.istio-system:8080", | |
| "istio-pilot.istio-system.svc.cluster", | |
| "istio-pilot.istio-system.svc.cluster:8080", | |
| "istio-pilot.istio-system.svc", | |
| "istio-pilot.istio-system.svc:8080", | |
| "10.59.250.31", | |
| "10.59.250.31:8080" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|8080||istio-pilot.istio-system.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-pilot.istio-system.svc.cluster.local:8080/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-pilot" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-pilot" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-pilot" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-pilot" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": {} | |
| }, | |
| "mixer_attributes": { | |
| "attributes": {} | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2019-04-30T17:36:15.596Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "route_config": { | |
| "name": "9090", | |
| "virtual_hosts": [ | |
| { | |
| "name": "prometheus.istio-system.svc.cluster.local:9090", | |
| "domains": [ | |
| "prometheus.istio-system.svc.cluster.local", | |
| "prometheus.istio-system.svc.cluster.local:9090", | |
| "prometheus.istio-system", | |
| "prometheus.istio-system:9090", | |
| "prometheus.istio-system.svc.cluster", | |
| "prometheus.istio-system.svc.cluster:9090", | |
| "prometheus.istio-system.svc", | |
| "prometheus.istio-system.svc:9090", | |
| "10.59.241.196", | |
| "10.59.241.196:9090" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|9090||prometheus.istio-system.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "prometheus.istio-system.svc.cluster.local:9090/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "prometheus.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/prometheus" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "prometheus" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "prometheus" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/prometheus" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "prometheus.istio-system.svc.cluster.local" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": {} | |
| }, | |
| "mixer_attributes": { | |
| "attributes": {} | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2019-04-30T17:36:15.597Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "route_config": { | |
| "name": "9901", | |
| "virtual_hosts": [ | |
| { | |
| "name": "istio-galley.istio-system.svc.cluster.local:9901", | |
| "domains": [ | |
| "istio-galley.istio-system.svc.cluster.local", | |
| "istio-galley.istio-system.svc.cluster.local:9901", | |
| "istio-galley.istio-system", | |
| "istio-galley.istio-system:9901", | |
| "istio-galley.istio-system.svc.cluster", | |
| "istio-galley.istio-system.svc.cluster:9901", | |
| "istio-galley.istio-system.svc", | |
| "istio-galley.istio-system.svc:9901", | |
| "10.59.249.103", | |
| "10.59.249.103:9901" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|9901||istio-galley.istio-system.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-galley.istio-system.svc.cluster.local:9901/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-galley" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-galley" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-galley" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-galley" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "mixer_attributes": { | |
| "attributes": {} | |
| }, | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": {} | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2019-04-30T17:36:15.597Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "route_config": { | |
| "name": "8060", | |
| "virtual_hosts": [ | |
| { | |
| "name": "istio-citadel.istio-system.svc.cluster.local:8060", | |
| "domains": [ | |
| "istio-citadel.istio-system.svc.cluster.local", | |
| "istio-citadel.istio-system.svc.cluster.local:8060", | |
| "istio-citadel.istio-system", | |
| "istio-citadel.istio-system:8060", | |
| "istio-citadel.istio-system.svc.cluster", | |
| "istio-citadel.istio-system.svc.cluster:8060", | |
| "istio-citadel.istio-system.svc", | |
| "istio-citadel.istio-system.svc:8060", | |
| "10.59.245.251", | |
| "10.59.245.251:8060" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|8060||istio-citadel.istio-system.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-citadel.istio-system.svc.cluster.local:8060/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-citadel" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-citadel.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-citadel" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-citadel" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-citadel.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-citadel" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "mixer_attributes": { | |
| "attributes": {} | |
| }, | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": {} | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2019-04-30T17:36:15.597Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "route_config": { | |
| "name": "9080", | |
| "virtual_hosts": [ | |
| { | |
| "name": "details.default.svc.cluster.local:9080", | |
| "domains": [ | |
| "details.default.svc.cluster.local", | |
| "details.default.svc.cluster.local:9080", | |
| "details", | |
| "details:9080", | |
| "details.default.svc.cluster", | |
| "details.default.svc.cluster:9080", | |
| "details.default.svc", | |
| "details.default.svc:9080", | |
| "details.default", | |
| "details.default:9080", | |
| "10.59.243.31", | |
| "10.59.243.31:9080" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|9080||details.default.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "details.default.svc.cluster.local:9080/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "details" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/details" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "details.default.svc.cluster.local" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "details.default.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/details" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "details" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "productpage.default.svc.cluster.local:9080", | |
| "domains": [ | |
| "productpage.default.svc.cluster.local", | |
| "productpage.default.svc.cluster.local:9080", | |
| "productpage", | |
| "productpage:9080", | |
| "productpage.default.svc.cluster", | |
| "productpage.default.svc.cluster:9080", | |
| "productpage.default.svc", | |
| "productpage.default.svc:9080", | |
| "productpage.default", | |
| "productpage.default:9080", | |
| "10.59.242.215", | |
| "10.59.242.215:9080" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|9080||productpage.default.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "productpage.default.svc.cluster.local:9080/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "productpage.default.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/productpage" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "productpage" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "productpage" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "productpage.default.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/productpage" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "ratings.default.svc.cluster.local:9080", | |
| "domains": [ | |
| "ratings.default.svc.cluster.local", | |
| "ratings.default.svc.cluster.local:9080", | |
| "ratings", | |
| "ratings:9080", | |
| "ratings.default.svc.cluster", | |
| "ratings.default.svc.cluster:9080", | |
| "ratings.default.svc", | |
| "ratings.default.svc:9080", | |
| "ratings.default", | |
| "ratings.default:9080", | |
| "10.59.253.8", | |
| "10.59.253.8:9080" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|9080||ratings.default.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "ratings.default.svc.cluster.local:9080/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "ratings" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/ratings" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "ratings.default.svc.cluster.local" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "ratings" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/ratings" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "ratings.default.svc.cluster.local" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "reviews.default.svc.cluster.local:9080", | |
| "domains": [ | |
| "reviews.default.svc.cluster.local", | |
| "reviews.default.svc.cluster.local:9080", | |
| "reviews", | |
| "reviews:9080", | |
| "reviews.default.svc.cluster", | |
| "reviews.default.svc.cluster:9080", | |
| "reviews.default.svc", | |
| "reviews.default.svc:9080", | |
| "reviews.default", | |
| "reviews.default:9080", | |
| "10.59.255.74", | |
| "10.59.255.74:9080" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|9080||reviews.default.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "reviews.default.svc.cluster.local:9080/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "reviews" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "reviews.default.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/reviews" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "reviews.default.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/reviews" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "reviews" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": {} | |
| }, | |
| "mixer_attributes": { | |
| "attributes": {} | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2019-04-30T17:36:15.597Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "route_config": { | |
| "name": "15010", | |
| "virtual_hosts": [ | |
| { | |
| "name": "istio-pilot.istio-system.svc.cluster.local:15010", | |
| "domains": [ | |
| "istio-pilot.istio-system.svc.cluster.local", | |
| "istio-pilot.istio-system.svc.cluster.local:15010", | |
| "istio-pilot.istio-system", | |
| "istio-pilot.istio-system:15010", | |
| "istio-pilot.istio-system.svc.cluster", | |
| "istio-pilot.istio-system.svc.cluster:15010", | |
| "istio-pilot.istio-system.svc", | |
| "istio-pilot.istio-system.svc:15010", | |
| "10.59.250.31", | |
| "10.59.250.31:15010" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|15010||istio-pilot.istio-system.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-pilot.istio-system.svc.cluster.local:15010/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-pilot" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-pilot" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-pilot.istio-system.svc.cluster.local" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-pilot" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-pilot" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": {} | |
| }, | |
| "mixer_attributes": { | |
| "attributes": {} | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2019-04-30T17:36:15.596Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "route_config": { | |
| "name": "15004", | |
| "virtual_hosts": [ | |
| { | |
| "name": "istio-policy.istio-system.svc.cluster.local:15004", | |
| "domains": [ | |
| "istio-policy.istio-system.svc.cluster.local", | |
| "istio-policy.istio-system.svc.cluster.local:15004", | |
| "istio-policy.istio-system", | |
| "istio-policy.istio-system:15004", | |
| "istio-policy.istio-system.svc.cluster", | |
| "istio-policy.istio-system.svc.cluster:15004", | |
| "istio-policy.istio-system.svc", | |
| "istio-policy.istio-system.svc:15004", | |
| "10.59.249.129", | |
| "10.59.249.129:15004" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-policy.istio-system.svc.cluster.local:15004/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-policy" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-policy" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-policy" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-policy" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "istio-telemetry.istio-system.svc.cluster.local:15004", | |
| "domains": [ | |
| "istio-telemetry.istio-system.svc.cluster.local", | |
| "istio-telemetry.istio-system.svc.cluster.local:15004", | |
| "istio-telemetry.istio-system", | |
| "istio-telemetry.istio-system:15004", | |
| "istio-telemetry.istio-system.svc.cluster", | |
| "istio-telemetry.istio-system.svc.cluster:15004", | |
| "istio-telemetry.istio-system.svc", | |
| "istio-telemetry.istio-system.svc:15004", | |
| "10.59.255.54", | |
| "10.59.255.54:15004" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-telemetry.istio-system.svc.cluster.local:15004/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-telemetry" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-telemetry" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-telemetry" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-telemetry" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-telemetry.istio-system.svc.cluster.local" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": {} | |
| }, | |
| "mixer_attributes": { | |
| "attributes": {} | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2019-04-30T17:36:15.597Z" | |
| }, | |
| { | |
| "version_info": "2019-04-30T17:25:18Z/14", | |
| "route_config": { | |
| "name": "80", | |
| "virtual_hosts": [ | |
| { | |
| "name": "default-http-backend.kube-system.svc.cluster.local:80", | |
| "domains": [ | |
| "default-http-backend.kube-system.svc.cluster.local", | |
| "default-http-backend.kube-system.svc.cluster.local:80", | |
| "default-http-backend.kube-system", | |
| "default-http-backend.kube-system:80", | |
| "default-http-backend.kube-system.svc.cluster", | |
| "default-http-backend.kube-system.svc.cluster:80", | |
| "default-http-backend.kube-system.svc", | |
| "default-http-backend.kube-system.svc:80", | |
| "10.59.241.252", | |
| "10.59.241.252:80" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|80||default-http-backend.kube-system.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "default-http-backend.kube-system.svc.cluster.local:80/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "default-http-backend.kube-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://kube-system/services/default-http-backend" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "default-http-backend" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.uid": { | |
| "string_value": "istio://kube-system/services/default-http-backend" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "default-http-backend.kube-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "default-http-backend" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "istio-ingressgateway.istio-system.svc.cluster.local:80", | |
| "domains": [ | |
| "istio-ingressgateway.istio-system.svc.cluster.local", | |
| "istio-ingressgateway.istio-system.svc.cluster.local:80", | |
| "istio-ingressgateway.istio-system", | |
| "istio-ingressgateway.istio-system:80", | |
| "istio-ingressgateway.istio-system.svc.cluster", | |
| "istio-ingressgateway.istio-system.svc.cluster:80", | |
| "istio-ingressgateway.istio-system.svc", | |
| "istio-ingressgateway.istio-system.svc:80", | |
| "10.59.252.49", | |
| "10.59.252.49:80" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|80||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "3", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-ingressgateway.istio-system.svc.cluster.local:80/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-ingressgateway" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-ingressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-ingressgateway" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": {} | |
| }, | |
| "mixer_attributes": { | |
| "attributes": {} | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2019-04-30T17:36:15.597Z" | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment