Created
July 24, 2019 21:27
-
-
Save christian-posta/0c3bb4f68ef7559a561f3861256fe927 to your computer and use it in GitHub Desktop.
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.36.0.29~sleep-849d8cf6d6-stkbx.default~default.svc.cluster.local", | |
| "cluster": "sleep.default", | |
| "metadata": { | |
| "ISTIO_META_INSTANCE_IPS": "10.36.0.29,10.36.0.29", | |
| "POD_NAME": "sleep-849d8cf6d6-stkbx", | |
| "istio": "sidecar", | |
| "INTERCEPTION_MODE": "REDIRECT", | |
| "CONFIG_NAMESPACE": "default", | |
| "ISTIO_PROXY_VERSION": "1.1.3", | |
| "ISTIO_PROXY_SHA": "istio-proxy:a975561b980463f08689d3debe33bb9eefc80c3d", | |
| "ISTIO_VERSION": "1.2.2", | |
| "INCLUDE_INBOUND_PORTS": "", | |
| "app": "sleep" | |
| }, | |
| "locality": { | |
| "region": "us-central1", | |
| "zone": "us-central1-a" | |
| }, | |
| "build_version": "a975561b980463f08689d3debe33bb9eefc80c3d/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": [ | |
| { | |
| "route": { | |
| "cluster": "prometheus_stats" | |
| }, | |
| "match": { | |
| "prefix": "/stats/prometheus" | |
| } | |
| } | |
| ], | |
| "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_refresh_rate": "300s", | |
| "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_refresh_rate": "300s", | |
| "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": { | |
| "collector_endpoint": "/api/v1/spans", | |
| "collector_cluster": "zipkin", | |
| "trace_id_128bit": "true", | |
| "shared_span_context": "false" | |
| } | |
| } | |
| }, | |
| "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-07-24T21:18:28.965Z" | |
| }, | |
| { | |
| "@type": "type.googleapis.com/envoy.admin.v2alpha.ClustersConfigDump", | |
| "version_info": "2019-07-24T21:18:31Z/55", | |
| "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-07-24T21:18:28.966Z" | |
| }, | |
| { | |
| "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_refresh_rate": "300s", | |
| "dns_lookup_family": "V4_ONLY", | |
| "upstream_connection_options": { | |
| "tcp_keepalive": { | |
| "keepalive_time": 300 | |
| } | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:28.967Z" | |
| }, | |
| { | |
| "cluster": { | |
| "name": "zipkin", | |
| "type": "STRICT_DNS", | |
| "connect_timeout": "1s", | |
| "hosts": [ | |
| { | |
| "socket_address": { | |
| "address": "zipkin.istio-system", | |
| "port_value": 9411 | |
| } | |
| } | |
| ], | |
| "dns_refresh_rate": "300s", | |
| "dns_lookup_family": "V4_ONLY" | |
| }, | |
| "last_updated": "2019-07-24T21:18:28.967Z" | |
| } | |
| ], | |
| "dynamic_active_clusters": [ | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "BlackHoleCluster", | |
| "type": "STATIC", | |
| "connect_timeout": "10s" | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.622Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "PassthroughCluster", | |
| "type": "ORIGINAL_DST", | |
| "connect_timeout": "10s", | |
| "lb_policy": "ORIGINAL_DST_LB", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 102400, | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.622Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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-07-24T21:18:29.622Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "inbound|80|http|sleep.default.svc.cluster.local", | |
| "type": "STATIC", | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| {} | |
| ] | |
| }, | |
| "load_assignment": { | |
| "cluster_name": "inbound|80|http|sleep.default.svc.cluster.local", | |
| "endpoints": [ | |
| { | |
| "lb_endpoints": [ | |
| { | |
| "endpoint": { | |
| "address": { | |
| "socket_address": { | |
| "address": "127.0.0.1", | |
| "port_value": 80 | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.622Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "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-07-24T21:18:29.619Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "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-07-24T21:18:29.619Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|15010||istio-pilot.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "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-07-24T21:18:29.620Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|15011||istio-pilot.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|15011||istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.620Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|15014||istio-citadel.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|15014||istio-citadel.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.620Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|15014||istio-galley.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|15014||istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.617Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|15014||istio-pilot.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|15014||istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.621Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|15014||istio-policy.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "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-07-24T21:18:29.619Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|15014||istio-telemetry.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "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-07-24T21:18:29.619Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|15020||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|15020||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.617Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|15029||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|15029||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.618Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|15030||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|15030||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.618Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|15031||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|15031||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.618Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|15032||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|15032||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.618Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|15443|httpbin|istio-egressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|15443|httpbin|istio-egressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/default/destination-rule/dr-httpbin-egress" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.616Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|15443||istio-egressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|15443||istio-egressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/default/destination-rule/dr-httpbin-egress" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.616Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|15443||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|15443||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.618Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|20001||kiali.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|20001||kiali.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.620Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|3000||grafana.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|3000||grafana.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.617Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|31400||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|31400||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.618Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|42422||istio-telemetry.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "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-07-24T21:18:29.620Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|443|httpbin|istio-egressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|443|httpbin|istio-egressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/default/destination-rule/dr-httpbin-egress" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.616Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|443||istio-egressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|443||istio-egressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/default/destination-rule/dr-httpbin-egress" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.616Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|443||istio-galley.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|443||istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.617Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|443||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|443||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.617Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|443||istio-sidecar-injector.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|443||istio-sidecar-injector.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.621Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|443||kubernetes.default.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|443||kubernetes.default.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.614Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|443||metrics-server.kube-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|443||metrics-server.kube-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.615Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|53||kube-dns.kube-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|53||kube-dns.kube-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.615Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|8060||istio-citadel.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "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-07-24T21:18:29.620Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|8080||istio-pilot.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|8080||istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.621Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|80|httpbin|istio-egressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|80|httpbin|istio-egressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/default/destination-rule/dr-httpbin-egress" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.616Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|80||default-http-backend.kube-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|80||default-http-backend.kube-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.615Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|80||heapster.kube-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|80||heapster.kube-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.615Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|80||httpbin.gcp.external", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|80||httpbin.gcp.external" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.621Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|80||istio-egressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|80||istio-egressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/default/destination-rule/dr-httpbin-egress" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.615Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|80||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "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-07-24T21:18:29.617Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|80||sleep.default.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|80||sleep.default.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.615Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|9090||prometheus.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "service_name": "outbound|9090||prometheus.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "10s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_retries": 1024 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.621Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "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-07-24T21:18:29.618Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "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-07-24T21:18:29.619Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "cluster": { | |
| "name": "outbound|9901||istio-galley.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "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-07-24T21:18:29.617Z" | |
| } | |
| ] | |
| }, | |
| { | |
| "@type": "type.googleapis.com/envoy.admin.v2alpha.ListenersConfigDump", | |
| "version_info": "2019-07-24T21:18:31Z/55", | |
| "static_listeners": [ | |
| { | |
| "listener": { | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 15090 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "codec_type": "AUTO", | |
| "http_filters": { | |
| "name": "envoy.router" | |
| }, | |
| "stat_prefix": "stats", | |
| "route_config": { | |
| "virtual_hosts": [ | |
| { | |
| "name": "backend", | |
| "routes": [ | |
| { | |
| "route": { | |
| "cluster": "prometheus_stats" | |
| }, | |
| "match": { | |
| "prefix": "/stats/prometheus" | |
| } | |
| } | |
| ], | |
| "domains": [ | |
| "*" | |
| ] | |
| } | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "last_updated": "2019-07-24T21:18:28.971Z" | |
| } | |
| ], | |
| "dynamic_active_listeners": [ | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.36.0.29_80", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.36.0.29", | |
| "port_value": 80 | |
| } | |
| }, | |
| "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": { | |
| "stat_prefix": "10.36.0.29_80", | |
| "use_remote_address": false, | |
| "set_current_client_cert_details": { | |
| "subject": true, | |
| "uri": true, | |
| "dns": true | |
| }, | |
| "stream_idle_timeout": "0s", | |
| "forward_client_cert_details": "APPEND_FORWARD", | |
| "server_name": "istio-envoy", | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n", | |
| "path": "/dev/stdout" | |
| } | |
| } | |
| ], | |
| "http_filters": [ | |
| { | |
| "config": { | |
| "policy": { | |
| "peers": [ | |
| { | |
| "mtls": { | |
| "mode": "PERMISSIVE" | |
| } | |
| } | |
| ] | |
| } | |
| }, | |
| "name": "istio_authn" | |
| }, | |
| { | |
| "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://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "destination.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.ip": { | |
| "bytes_value": "AAAAAAAAAAAAAP//CiQAHQ==" | |
| }, | |
| "destination.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "inbound" | |
| }, | |
| "destination.port": { | |
| "int64_value": "80" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "normalize_path": true, | |
| "route_config": { | |
| "virtual_hosts": [ | |
| { | |
| "routes": [ | |
| { | |
| "route": { | |
| "max_grpc_timeout": "0s", | |
| "cluster": "inbound|80|http|sleep.default.svc.cluster.local", | |
| "timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "sleep.default.svc.cluster.local:80/*" | |
| }, | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "sleep.default.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/sleep" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "sleep" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ], | |
| "domains": [ | |
| "*" | |
| ], | |
| "name": "inbound|http|80" | |
| } | |
| ], | |
| "name": "inbound|80|http|sleep.default.svc.cluster.local", | |
| "validate_clusters": false | |
| }, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "tracing": { | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "client_sampling": { | |
| "value": 100 | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filter_chain_match": {}, | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "normalize_path": true, | |
| "route_config": { | |
| "name": "inbound|80|http|sleep.default.svc.cluster.local", | |
| "validate_clusters": false, | |
| "virtual_hosts": [ | |
| { | |
| "name": "inbound|http|80", | |
| "routes": [ | |
| { | |
| "decorator": { | |
| "operation": "sleep.default.svc.cluster.local:80/*" | |
| }, | |
| "route": { | |
| "timeout": "0s", | |
| "max_grpc_timeout": "0s", | |
| "cluster": "inbound|80|http|sleep.default.svc.cluster.local" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "sleep" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/sleep" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "sleep.default.svc.cluster.local" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "match": { | |
| "prefix": "/" | |
| } | |
| } | |
| ], | |
| "domains": [ | |
| "*" | |
| ] | |
| } | |
| ] | |
| }, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "tracing": { | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "client_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "stat_prefix": "10.36.0.29_80", | |
| "use_remote_address": false, | |
| "set_current_client_cert_details": { | |
| "dns": true, | |
| "uri": true, | |
| "subject": true | |
| }, | |
| "stream_idle_timeout": "0s", | |
| "forward_client_cert_details": "APPEND_FORWARD", | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "server_name": "istio-envoy", | |
| "http_filters": [ | |
| { | |
| "config": { | |
| "policy": { | |
| "peers": [ | |
| { | |
| "mtls": { | |
| "mode": "PERMISSIVE" | |
| } | |
| } | |
| ] | |
| } | |
| }, | |
| "name": "istio_authn" | |
| }, | |
| { | |
| "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": { | |
| "max_retry_wait": "1s", | |
| "base_retry_wait": "0.080s", | |
| "policy": "FAIL_CLOSE" | |
| } | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "inbound" | |
| }, | |
| "destination.port": { | |
| "int64_value": "80" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "destination.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.ip": { | |
| "bytes_value": "AAAAAAAAAAAAAP//CiQAHQ==" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters": [ | |
| { | |
| "name": "envoy.listener.tls_inspector" | |
| } | |
| ] | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.684Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.33.108_443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.33.108", | |
| "port_value": 443 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-egressgateway" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-egressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-egressgateway" | |
| }, | |
| "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": { | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "stat_prefix": "outbound|443||istio-egressgateway.istio-system.svc.cluster.local", | |
| "cluster": "outbound|443||istio-egressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.685Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.43.58_443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.43.58", | |
| "port_value": 443 | |
| } | |
| }, | |
| "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://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "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" | |
| } | |
| } | |
| }, | |
| "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": { | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n", | |
| "path": "/dev/stdout" | |
| } | |
| } | |
| ], | |
| "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-07-24T21:18:29.686Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "35.232.232.38_80", | |
| "address": { | |
| "socket_address": { | |
| "address": "35.232.232.38", | |
| "port_value": 80 | |
| } | |
| }, | |
| "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.host": { | |
| "string_value": "httpbin.gcp.external" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "httpbin.gcp.external" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "stat_prefix": "outbound|80||httpbin.gcp.external", | |
| "cluster": "outbound|80||httpbin.gcp.external", | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.687Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.43.131_15030", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.43.131", | |
| "port_value": 15030 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.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://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| }, | |
| "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": { | |
| "access_log": [ | |
| { | |
| "config": { | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n", | |
| "path": "/dev/stdout" | |
| }, | |
| "name": "envoy.file_access_log" | |
| } | |
| ], | |
| "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-07-24T21:18:29.688Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.44.29_15011", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.44.29", | |
| "port_value": 15011 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.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" | |
| } | |
| } | |
| }, | |
| "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": { | |
| "base_retry_wait": "0.080s", | |
| "policy": "FAIL_CLOSE", | |
| "max_retry_wait": "1s" | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "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-07-24T21:18:29.688Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.32.10_53", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.32.10", | |
| "port_value": 53 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "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", | |
| "check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "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.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "kube-dns" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "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-07-24T21:18:29.689Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.36.172_42422", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.36.172", | |
| "port_value": 42422 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "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.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-telemetry" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| }, | |
| "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": { | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "stat_prefix": "outbound|42422||istio-telemetry.istio-system.svc.cluster.local", | |
| "cluster": "outbound|42422||istio-telemetry.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.690Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.32.1_443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.32.1", | |
| "port_value": 443 | |
| } | |
| }, | |
| "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://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.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" | |
| } | |
| } | |
| }, | |
| "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" | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n", | |
| "path": "/dev/stdout" | |
| } | |
| } | |
| ], | |
| "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-07-24T21:18:29.691Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.43.131_15443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.43.131", | |
| "port_value": 15443 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "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://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.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" | |
| } | |
| } | |
| }, | |
| "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": { | |
| "cluster": "outbound|15443||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n", | |
| "path": "/dev/stdout" | |
| } | |
| } | |
| ], | |
| "stat_prefix": "outbound|15443||istio-ingressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.691Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.43.131_443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.43.131", | |
| "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": { | |
| "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" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "access_log": [ | |
| { | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| }, | |
| "name": "envoy.file_access_log" | |
| } | |
| ], | |
| "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-07-24T21:18:29.692Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.43.131_15032", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.43.131", | |
| "port_value": 15032 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "disable_check_calls": true, | |
| "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.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-ingressgateway" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| }, | |
| "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": { | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "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-07-24T21:18:29.693Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.32.112_443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.32.112", | |
| "port_value": 443 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-sidecar-injector" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-sidecar-injector.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-sidecar-injector" | |
| } | |
| } | |
| }, | |
| "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": { | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "stat_prefix": "outbound|443||istio-sidecar-injector.istio-system.svc.cluster.local", | |
| "cluster": "outbound|443||istio-sidecar-injector.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.694Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.33.108_15443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.33.108", | |
| "port_value": 15443 | |
| } | |
| }, | |
| "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": { | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-egressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-egressgateway" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-egressgateway" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "stat_prefix": "outbound|15443||istio-egressgateway.istio-system.svc.cluster.local", | |
| "cluster": "outbound|15443||istio-egressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.695Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.43.131_15020", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.43.131", | |
| "port_value": 15020 | |
| } | |
| }, | |
| "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://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.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" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "access_log": [ | |
| { | |
| "config": { | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n", | |
| "path": "/dev/stdout" | |
| }, | |
| "name": "envoy.file_access_log" | |
| } | |
| ], | |
| "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-07-24T21:18:29.696Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.43.131_15031", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.43.131", | |
| "port_value": 15031 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "mixer_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.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://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true, | |
| "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|15031||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "cluster": "outbound|15031||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.696Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.38.128_443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.38.128", | |
| "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": { | |
| "destination.service.name": { | |
| "string_value": "metrics-server" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.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" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "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-07-24T21:18:29.697Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.43.131_15029", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.43.131", | |
| "port_value": 15029 | |
| } | |
| }, | |
| "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" | |
| } | |
| }, | |
| "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://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "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-07-24T21:18:29.698Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.47.31_80", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.47.31", | |
| "port_value": 80 | |
| } | |
| }, | |
| "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": { | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.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" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "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-07-24T21:18:29.699Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.12.43.131_31400", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.12.43.131", | |
| "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.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.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.name": { | |
| "string_value": "istio-ingressgateway" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "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-07-24T21:18:29.700Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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": { | |
| "use_remote_address": false, | |
| "rds": { | |
| "config_source": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "route_config_name": "9901" | |
| }, | |
| "stat_prefix": "0.0.0.0_9901", | |
| "stream_idle_timeout": "0s", | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [ | |
| { | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| }, | |
| "name": "envoy.file_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://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "normalize_path": true, | |
| "tracing": { | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "operation_name": "EGRESS" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.702Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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 | |
| }, | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "operation_name": "EGRESS" | |
| }, | |
| "use_remote_address": false, | |
| "stat_prefix": "0.0.0.0_8060", | |
| "rds": { | |
| "route_config_name": "8060", | |
| "config_source": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| } | |
| }, | |
| "stream_idle_timeout": "0s", | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "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://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "normalize_path": true | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.703Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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": { | |
| "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://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "normalize_path": true, | |
| "tracing": { | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "stat_prefix": "0.0.0.0_8080", | |
| "rds": { | |
| "route_config_name": "8080", | |
| "config_source": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "stream_idle_timeout": "0s", | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n", | |
| "path": "/dev/stdout" | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.704Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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": { | |
| "normalize_path": true, | |
| "tracing": { | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "rds": { | |
| "route_config_name": "15010", | |
| "config_source": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| } | |
| }, | |
| "stat_prefix": "0.0.0.0_15010", | |
| "use_remote_address": false, | |
| "stream_idle_timeout": "0s", | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [ | |
| { | |
| "config": { | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n", | |
| "path": "/dev/stdout" | |
| }, | |
| "name": "envoy.file_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.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.706Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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": { | |
| "tracing": { | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "operation_name": "EGRESS" | |
| }, | |
| "stat_prefix": "0.0.0.0_15004", | |
| "rds": { | |
| "config_source": { | |
| "initial_fetch_timeout": "0s", | |
| "ads": {} | |
| }, | |
| "route_config_name": "15004" | |
| }, | |
| "use_remote_address": false, | |
| "stream_idle_timeout": "0s", | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.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 | |
| } | |
| }, | |
| "default_destination_service": "default" | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "normalize_path": true | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.707Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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": { | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "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://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "normalize_path": true, | |
| "tracing": { | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "operation_name": "EGRESS", | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| } | |
| }, | |
| "stat_prefix": "0.0.0.0_15014", | |
| "rds": { | |
| "config_source": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| }, | |
| "route_config_name": "15014" | |
| }, | |
| "use_remote_address": false, | |
| "stream_idle_timeout": "0s", | |
| "generate_request_id": true | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.708Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "0.0.0.0_3000", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 3000 | |
| } | |
| }, | |
| "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 | |
| } | |
| }, | |
| "stat_prefix": "0.0.0.0_3000", | |
| "use_remote_address": false, | |
| "rds": { | |
| "route_config_name": "3000", | |
| "config_source": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| } | |
| }, | |
| "stream_idle_timeout": "0s", | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n", | |
| "path": "/dev/stdout" | |
| } | |
| } | |
| ], | |
| "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://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "normalize_path": true | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.709Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "0.0.0.0_20001", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 20001 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "use_remote_address": false, | |
| "stat_prefix": "0.0.0.0_20001", | |
| "rds": { | |
| "route_config_name": "20001", | |
| "config_source": { | |
| "initial_fetch_timeout": "0s", | |
| "ads": {} | |
| } | |
| }, | |
| "stream_idle_timeout": "0s", | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "mixer_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| }, | |
| "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" | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "normalize_path": true, | |
| "tracing": { | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "operation_name": "EGRESS" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.711Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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": { | |
| "generate_request_id": true, | |
| "stream_idle_timeout": "0s", | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "config": { | |
| "transport": { | |
| "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", | |
| "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": { | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "normalize_path": true, | |
| "tracing": { | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "operation_name": "EGRESS" | |
| }, | |
| "rds": { | |
| "route_config_name": "80", | |
| "config_source": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| } | |
| }, | |
| "stat_prefix": "0.0.0.0_80", | |
| "use_remote_address": false | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.712Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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": { | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "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://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "normalize_path": true, | |
| "tracing": { | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "operation_name": "EGRESS" | |
| }, | |
| "use_remote_address": false, | |
| "stat_prefix": "0.0.0.0_9091", | |
| "rds": { | |
| "route_config_name": "9091", | |
| "config_source": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| } | |
| }, | |
| "generate_request_id": true, | |
| "stream_idle_timeout": "0s", | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.713Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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": { | |
| "tracing": { | |
| "overall_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "stat_prefix": "0.0.0.0_9090", | |
| "use_remote_address": false, | |
| "rds": { | |
| "route_config_name": "9090", | |
| "config_source": { | |
| "ads": {}, | |
| "initial_fetch_timeout": "0s" | |
| } | |
| }, | |
| "generate_request_id": true, | |
| "stream_idle_timeout": "0s", | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n", | |
| "path": "/dev/stdout" | |
| } | |
| } | |
| ], | |
| "http_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" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://sleep-849d8cf6d6-stkbx.default" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "normalize_path": true | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.714Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "listener": { | |
| "name": "10.36.0.29_15020", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.36.0.29", | |
| "port_value": 15020 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "config": { | |
| "cluster": "inbound|15020|mgmt-15020|mgmtCluster", | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "path": "/dev/stdout", | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n" | |
| } | |
| } | |
| ], | |
| "stat_prefix": "inbound|15020|mgmt-15020|mgmtCluster" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| } | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.715Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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", | |
| "access_log": [ | |
| { | |
| "name": "envoy.file_access_log", | |
| "config": { | |
| "format": "[%START_TIME%] \"%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%\" %RESPONSE_CODE% %RESPONSE_FLAGS% \"%DYNAMIC_METADATA(istio.mixer:status)%\" \"%UPSTREAM_TRANSPORT_FAILURE_REASON%\" %BYTES_RECEIVED% %BYTES_SENT% %DURATION% %RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% \"%REQ(X-FORWARDED-FOR)%\" \"%REQ(USER-AGENT)%\" \"%REQ(X-REQUEST-ID)%\" \"%REQ(:AUTHORITY)%\" \"%UPSTREAM_HOST%\" %UPSTREAM_CLUSTER% %UPSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_LOCAL_ADDRESS% %DOWNSTREAM_REMOTE_ADDRESS% %REQUESTED_SERVER_NAME%\n", | |
| "path": "/dev/stdout" | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "use_original_dst": true | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.715Z" | |
| } | |
| ] | |
| }, | |
| { | |
| "@type": "type.googleapis.com/envoy.admin.v2alpha.RoutesConfigDump", | |
| "static_route_configs": [ | |
| { | |
| "route_config": { | |
| "name": "inbound|80|http|sleep.default.svc.cluster.local", | |
| "virtual_hosts": [ | |
| { | |
| "name": "inbound|http|80", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "inbound|80|http|sleep.default.svc.cluster.local", | |
| "timeout": "0s", | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "sleep.default.svc.cluster.local:80/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "sleep.default.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/sleep" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "sleep" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.683Z" | |
| }, | |
| { | |
| "route_config": { | |
| "virtual_hosts": [ | |
| { | |
| "name": "backend", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/stats/prometheus" | |
| }, | |
| "route": { | |
| "cluster": "prometheus_stats" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "last_updated": "2019-07-24T21:18:28.971Z" | |
| }, | |
| { | |
| "route_config": { | |
| "name": "inbound|80|http|sleep.default.svc.cluster.local", | |
| "virtual_hosts": [ | |
| { | |
| "name": "inbound|http|80", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "inbound|80|http|sleep.default.svc.cluster.local", | |
| "timeout": "0s", | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "sleep.default.svc.cluster.local:80/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "sleep" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/sleep" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "sleep.default.svc.cluster.local" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.681Z" | |
| } | |
| ], | |
| "dynamic_route_configs": [ | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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.12.41.182", | |
| "10.12.41.182: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": "5", | |
| "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.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" | |
| } | |
| } | |
| }, | |
| "mixer_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" | |
| } | |
| } | |
| }, | |
| "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.12.36.172", | |
| "10.12.36.172: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": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-telemetry.istio-system.svc.cluster.local:9091/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "mixer_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.name": { | |
| "string_value": "istio-telemetry" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true, | |
| "forward_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" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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-07-24T21:18:29.737Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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.12.43.223", | |
| "10.12.43.223: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": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "default-http-backend.kube-system.svc.cluster.local:80/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "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.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "default-http-backend" | |
| } | |
| } | |
| }, | |
| "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" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "istio-egressgateway.istio-system.svc.cluster.local:80", | |
| "domains": [ | |
| "istio-egressgateway.istio-system.svc.cluster.local", | |
| "istio-egressgateway.istio-system.svc.cluster.local:80", | |
| "istio-egressgateway.istio-system", | |
| "istio-egressgateway.istio-system:80", | |
| "istio-egressgateway.istio-system.svc.cluster", | |
| "istio-egressgateway.istio-system.svc.cluster:80", | |
| "istio-egressgateway.istio-system.svc", | |
| "istio-egressgateway.istio-system.svc:80", | |
| "10.12.33.108", | |
| "10.12.33.108:80" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|80||istio-egressgateway.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": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-egressgateway.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-egressgateway" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-egressgateway" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-egressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-egressgateway" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-egressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-egressgateway" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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.12.43.131", | |
| "10.12.43.131: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": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-ingressgateway.istio-system.svc.cluster.local:80/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "disable_check_calls": true, | |
| "forward_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" | |
| } | |
| } | |
| }, | |
| "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" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "sleep.default.svc.cluster.local:80", | |
| "domains": [ | |
| "sleep.default.svc.cluster.local", | |
| "sleep.default.svc.cluster.local:80", | |
| "sleep", | |
| "sleep:80", | |
| "sleep.default.svc.cluster", | |
| "sleep.default.svc.cluster:80", | |
| "sleep.default.svc", | |
| "sleep.default.svc:80", | |
| "sleep.default", | |
| "sleep.default:80", | |
| "10.12.42.88", | |
| "10.12.42.88:80" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|80||sleep.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": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "sleep.default.svc.cluster.local:80/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "sleep.default.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/sleep" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "sleep" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "sleep" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "sleep.default.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/sleep" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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-07-24T21:18:29.738Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "route_config": { | |
| "name": "20001", | |
| "virtual_hosts": [ | |
| { | |
| "name": "kiali.istio-system.svc.cluster.local:20001", | |
| "domains": [ | |
| "kiali.istio-system.svc.cluster.local", | |
| "kiali.istio-system.svc.cluster.local:20001", | |
| "kiali.istio-system", | |
| "kiali.istio-system:20001", | |
| "kiali.istio-system.svc.cluster", | |
| "kiali.istio-system.svc.cluster:20001", | |
| "kiali.istio-system.svc", | |
| "kiali.istio-system.svc:20001", | |
| "10.12.42.237", | |
| "10.12.42.237:20001" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|20001||kiali.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": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "kiali.istio-system.svc.cluster.local:20001/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/kiali" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "kiali.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "kiali" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "kiali.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/kiali" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "kiali" | |
| } | |
| } | |
| }, | |
| "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-07-24T21:18:29.738Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "route_config": { | |
| "name": "3000", | |
| "virtual_hosts": [ | |
| { | |
| "name": "grafana.istio-system.svc.cluster.local:3000", | |
| "domains": [ | |
| "grafana.istio-system.svc.cluster.local", | |
| "grafana.istio-system.svc.cluster.local:3000", | |
| "grafana.istio-system", | |
| "grafana.istio-system:3000", | |
| "grafana.istio-system.svc.cluster", | |
| "grafana.istio-system.svc.cluster:3000", | |
| "grafana.istio-system.svc", | |
| "grafana.istio-system.svc:3000", | |
| "10.12.40.93", | |
| "10.12.40.93:3000" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|3000||grafana.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": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "grafana.istio-system.svc.cluster.local:3000/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/grafana" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "grafana.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "grafana" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "grafana" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/grafana" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "grafana.istio-system.svc.cluster.local" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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-07-24T21:18:29.739Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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.12.37.195", | |
| "10.12.37.195: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": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-citadel.istio-system.svc.cluster.local:8060/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "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" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-citadel" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-citadel" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-citadel.istio-system.svc.cluster.local" | |
| } | |
| } | |
| }, | |
| "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-07-24T21:18:29.741Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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.12.36.1", | |
| "10.12.36.1: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": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "prometheus.istio-system.svc.cluster.local:9090/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "disable_check_calls": true, | |
| "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" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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-07-24T21:18:29.737Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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.12.43.58", | |
| "10.12.43.58: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": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-galley.istio-system.svc.cluster.local:9901/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "mixer_attributes": { | |
| "attributes": { | |
| "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" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-galley" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-galley" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-galley.istio-system.svc.cluster.local" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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-07-24T21:18:29.741Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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.12.44.29", | |
| "10.12.44.29: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": "5", | |
| "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.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.host": { | |
| "string_value": "istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-pilot" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-pilot" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| } | |
| } | |
| }, | |
| "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-07-24T21:18:29.740Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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.12.41.182", | |
| "10.12.41.182: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": "5", | |
| "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.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 | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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.12.36.172", | |
| "10.12.36.172: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": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-telemetry.istio-system.svc.cluster.local:15004/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "mixer_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" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true, | |
| "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.name": { | |
| "string_value": "istio-telemetry" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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-07-24T21:18:29.740Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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.12.44.29", | |
| "10.12.44.29: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": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-pilot.istio-system.svc.cluster.local:8080/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "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.name": { | |
| "string_value": "istio-pilot" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| } | |
| } | |
| }, | |
| "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": { | |
| "mixer_attributes": { | |
| "attributes": {} | |
| }, | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": {} | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2019-07-24T21:18:29.740Z" | |
| }, | |
| { | |
| "version_info": "2019-07-24T21:17:51Z/54", | |
| "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.12.37.195", | |
| "10.12.37.195: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": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-citadel.istio-system.svc.cluster.local:15014/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-citadel" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-citadel" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-citadel.istio-system.svc.cluster.local" | |
| } | |
| } | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-citadel.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-citadel" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-citadel" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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.12.43.58", | |
| "10.12.43.58: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": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-galley.istio-system.svc.cluster.local:15014/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "disable_check_calls": true, | |
| "forward_attributes": { | |
| "attributes": { | |
| "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" | |
| } | |
| } | |
| }, | |
| "mixer_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" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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.12.44.29", | |
| "10.12.44.29: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": "5", | |
| "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.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.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": "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.12.41.182", | |
| "10.12.41.182: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": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "istio-policy.istio-system.svc.cluster.local:15014/*" | |
| }, | |
| "per_filter_config": { | |
| "mixer": { | |
| "forward_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" | |
| } | |
| } | |
| }, | |
| "mixer_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.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-policy" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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.12.36.172", | |
| "10.12.36.172: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": "5", | |
| "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.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" | |
| } | |
| } | |
| }, | |
| "mixer_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" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "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-07-24T21:18:29.739Z" | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment