Created
August 17, 2020 00:27
-
-
Save lita/8d987ffe383252d361e70760d6b12874 to your computer and use it in GitHub Desktop.
Istio's Config Dump
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.52.4.8~productpage-v1-6c6c87ffff-mvmbd.default~default.svc.cluster.local", | |
| "cluster": "productpage.default", | |
| "metadata": { | |
| "ISTIO_PROXY_SHA": "istio-proxy:5f5d621c9fd0b68e12c8e1b95db849588fbdc475", | |
| "NAME": "productpage-v1-6c6c87ffff-mvmbd", | |
| "app": "productpage", | |
| "NAMESPACE": "default", | |
| "INCLUDE_INBOUND_PORTS": "9080", | |
| "EXCHANGE_KEYS": "NAME,NAMESPACE,INSTANCE_IPS,LABELS,OWNER,PLATFORM_METADATA,WORKLOAD_NAME,CANONICAL_TELEMETRY_SERVICE,MESH_ID,SERVICE_ACCOUNT", | |
| "INSTANCE_IPS": "10.52.4.8", | |
| "pod-template-hash": "6c6c87ffff", | |
| "POD_PORTS": "[{\"containerPort\":9080,\"protocol\":\"TCP\"}]", | |
| "INTERCEPTION_MODE": "REDIRECT", | |
| "MESH_ID": "cluster.local", | |
| "SERVICE_ACCOUNT": "bookinfo-productpage", | |
| "CONFIG_NAMESPACE": "default", | |
| "version": "v1", | |
| "OWNER": "kubernetes://apis/apps/v1/namespaces/default/deployments/productpage-v1", | |
| "WORKLOAD_NAME": "productpage-v1", | |
| "ISTIO_VERSION": "1.4.3", | |
| "kubernetes.io/limit-ranger": "LimitRanger plugin set: cpu request for container productpage", | |
| "POD_NAME": "productpage-v1-6c6c87ffff-mvmbd", | |
| "PLATFORM_METADATA": { | |
| "gcp_gke_cluster_name": "dev", | |
| "gcp_project": "simitu-dev", | |
| "gcp_location": "us-central1-a", | |
| "gcp_gce_instance_id": "389084718766696736" | |
| }, | |
| "CLUSTER_ID": "Kubernetes", | |
| "LABELS": { | |
| "pod-template-hash": "6c6c87ffff", | |
| "app": "productpage", | |
| "version": "v1" | |
| } | |
| }, | |
| "locality": { | |
| "region": "us-central1", | |
| "zone": "us-central1-a" | |
| }, | |
| "build_version": "5f5d621c9fd0b68e12c8e1b95db849588fbdc475/1.12.0/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": [ | |
| { | |
| "routes": [ | |
| { | |
| "route": { | |
| "cluster": "prometheus_stats" | |
| }, | |
| "match": { | |
| "prefix": "/stats/prometheus" | |
| } | |
| } | |
| ], | |
| "domains": [ | |
| "*" | |
| ], | |
| "name": "backend" | |
| } | |
| ] | |
| }, | |
| "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": 15011 | |
| } | |
| } | |
| ], | |
| "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 | |
| } | |
| ] | |
| }, | |
| "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" | |
| }, | |
| "verify_subject_alt_name": [ | |
| "spiffe://cluster.local/ns/istio-system/sa/istio-pilot-service-account" | |
| ] | |
| }, | |
| "alpn_protocols": [ | |
| "h2" | |
| ] | |
| } | |
| }, | |
| "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": { | |
| "trace_id_128bit": "true", | |
| "shared_span_context": "false", | |
| "collector_endpoint": "/api/v1/spans", | |
| "collector_cluster": "zipkin" | |
| } | |
| } | |
| }, | |
| "admin": { | |
| "access_log_path": "/dev/null", | |
| "address": { | |
| "socket_address": { | |
| "address": "127.0.0.1", | |
| "port_value": 15000 | |
| } | |
| } | |
| }, | |
| "stats_config": { | |
| "stats_tags": [ | |
| { | |
| "tag_name": "cluster_name", | |
| "regex": "^cluster\\.((.+?(\\..+?\\.svc\\.cluster\\.local)?)\\.)" | |
| }, | |
| { | |
| "tag_name": "tcp_prefix", | |
| "regex": "^tcp\\.((.*?)\\.)\\w+?$" | |
| }, | |
| { | |
| "tag_name": "response_code", | |
| "regex": "(response_code=\\.=(.+?);\\.;)|_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_)(.*?)$" | |
| }, | |
| { | |
| "tag_name": "reporter", | |
| "regex": "(reporter=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "source_namespace", | |
| "regex": "(source_namespace=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "source_workload", | |
| "regex": "(source_workload=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "source_workload_namespace", | |
| "regex": "(source_workload_namespace=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "source_principal", | |
| "regex": "(source_principal=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "source_app", | |
| "regex": "(source_app=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "source_version", | |
| "regex": "(source_version=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "destination_namespace", | |
| "regex": "(destination_namespace=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "destination_workload", | |
| "regex": "(destination_workload=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "destination_workload_namespace", | |
| "regex": "(destination_workload_namespace=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "destination_principal", | |
| "regex": "(destination_principal=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "destination_app", | |
| "regex": "(destination_app=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "destination_version", | |
| "regex": "(destination_version=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "destination_service", | |
| "regex": "(destination_service=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "destination_service_name", | |
| "regex": "(destination_service_name=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "destination_service_namespace", | |
| "regex": "(destination_service_namespace=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "request_protocol", | |
| "regex": "(request_protocol=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "response_flags", | |
| "regex": "(response_flags=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "connection_security_policy", | |
| "regex": "(connection_security_policy=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "permissive_response_code", | |
| "regex": "(permissive_response_code=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "permissive_response_policyid", | |
| "regex": "(permissive_response_policyid=\\.=(.+?);\\.;)" | |
| }, | |
| { | |
| "tag_name": "cache", | |
| "regex": "(cache\\.(.+?)\\.)" | |
| }, | |
| { | |
| "tag_name": "component", | |
| "regex": "(component\\.(.+?)\\.)" | |
| }, | |
| { | |
| "tag_name": "tag", | |
| "regex": "(tag\\.(.+?)\\.)" | |
| } | |
| ], | |
| "use_all_default_tags": false, | |
| "stats_matcher": { | |
| "inclusion_list": { | |
| "patterns": [ | |
| { | |
| "prefix": "reporter=" | |
| }, | |
| { | |
| "prefix": "component" | |
| }, | |
| { | |
| "prefix": "cluster_manager" | |
| }, | |
| { | |
| "prefix": "listener_manager" | |
| }, | |
| { | |
| "prefix": "http_mixer_filter" | |
| }, | |
| { | |
| "prefix": "tcp_mixer_filter" | |
| }, | |
| { | |
| "prefix": "server" | |
| }, | |
| { | |
| "prefix": "cluster.xds-grpc" | |
| }, | |
| { | |
| "suffix": "ssl_context_update_by_sds" | |
| } | |
| ] | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:45.773Z" | |
| }, | |
| { | |
| "@type": "type.googleapis.com/envoy.admin.v2alpha.ClustersConfigDump", | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "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": "2020-08-12T03:56:45.806Z" | |
| }, | |
| { | |
| "cluster": { | |
| "name": "xds-grpc", | |
| "type": "STRICT_DNS", | |
| "connect_timeout": "10s", | |
| "hosts": [ | |
| { | |
| "socket_address": { | |
| "address": "istio-pilot.istio-system", | |
| "port_value": 15011 | |
| } | |
| } | |
| ], | |
| "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 | |
| } | |
| ] | |
| }, | |
| "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" | |
| }, | |
| "verify_subject_alt_name": [ | |
| "spiffe://cluster.local/ns/istio-system/sa/istio-pilot-service-account" | |
| ] | |
| }, | |
| "alpn_protocols": [ | |
| "h2" | |
| ] | |
| } | |
| }, | |
| "http2_protocol_options": {}, | |
| "dns_refresh_rate": "300s", | |
| "dns_lookup_family": "V4_ONLY", | |
| "upstream_connection_options": { | |
| "tcp_keepalive": { | |
| "keepalive_time": 300 | |
| } | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:45.879Z" | |
| }, | |
| { | |
| "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": "2020-08-12T03:56:45.879Z" | |
| } | |
| ], | |
| "dynamic_active_clusters": [ | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "BlackHoleCluster", | |
| "type": "STATIC", | |
| "connect_timeout": "1s" | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.337Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "InboundPassthroughClusterIpv4", | |
| "type": "ORIGINAL_DST", | |
| "connect_timeout": "1s", | |
| "lb_policy": "CLUSTER_PROVIDED", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "upstream_bind_config": { | |
| "source_address": { | |
| "address": "127.0.0.6", | |
| "port_value": 0 | |
| } | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.338Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "PassthroughCluster", | |
| "type": "ORIGINAL_DST", | |
| "connect_timeout": "1s", | |
| "lb_policy": "CLUSTER_PROVIDED", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.337Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "inbound|15020|mgmt-15020|mgmtCluster", | |
| "type": "STATIC", | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "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": "2020-08-12T03:56:46.338Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "inbound|9080|http|productpage.default.svc.cluster.local", | |
| "type": "STATIC", | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "load_assignment": { | |
| "cluster_name": "inbound|9080|http|productpage.default.svc.cluster.local", | |
| "endpoints": [ | |
| { | |
| "lb_endpoints": [ | |
| { | |
| "endpoint": { | |
| "address": { | |
| "socket_address": { | |
| "address": "127.0.0.1", | |
| "port_value": 9080 | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.338Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15004||istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "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" | |
| }, | |
| "verify_subject_alt_name": [ | |
| "spiffe://cluster.local/ns/istio-system/sa/istio-policy-service-account" | |
| ] | |
| }, | |
| "alpn_protocols": [ | |
| "istio", | |
| "h2" | |
| ] | |
| }, | |
| "sni": "outbound_.15004_._.istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/istio-system/destination-rule/istio-policy" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.334Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "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" | |
| }, | |
| "verify_subject_alt_name": [ | |
| "spiffe://cluster.local/ns/istio-system/sa/istio-mixer-service-account" | |
| ] | |
| }, | |
| "alpn_protocols": [ | |
| "istio", | |
| "h2" | |
| ] | |
| }, | |
| "sni": "outbound_.15004_._.istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/istio-system/destination-rule/istio-telemetry" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.336Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|15010||istio-pilot.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15010||istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.331Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|15011||istio-pilot.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15011||istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.331Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|15014||istio-citadel.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15014||istio-citadel.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.329Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|15014||istio-galley.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15014||istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.329Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|15014||istio-pilot.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15014||istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.331Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|15014||istio-policy.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15014||istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "max_requests_per_connection": 10000, | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 10000, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/istio-system/destination-rule/istio-policy" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.334Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|15014||istio-telemetry.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15014||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "max_requests_per_connection": 10000, | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 10000, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/istio-system/destination-rule/istio-telemetry" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.336Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|15019||istio-galley.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15019||istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.329Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|15020||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15020||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "protocol_selection": "USE_DOWNSTREAM_PROTOCOL" | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.330Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|15029||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15029||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "protocol_selection": "USE_DOWNSTREAM_PROTOCOL" | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.330Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|15030||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15030||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "protocol_selection": "USE_DOWNSTREAM_PROTOCOL" | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.330Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|15031||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15031||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "protocol_selection": "USE_DOWNSTREAM_PROTOCOL" | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.330Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|15032||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15032||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "protocol_selection": "USE_DOWNSTREAM_PROTOCOL" | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.330Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|15443||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|15443||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.331Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|42422||istio-telemetry.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|42422||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "max_requests_per_connection": 10000, | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 10000, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/istio-system/destination-rule/istio-telemetry" | |
| } | |
| } | |
| }, | |
| "protocol_selection": "USE_DOWNSTREAM_PROTOCOL" | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.336Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|443||istio-galley.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|443||istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.329Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|443||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|443||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.330Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|443||istio-sidecar-injector.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|443||istio-sidecar-injector.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "protocol_selection": "USE_DOWNSTREAM_PROTOCOL" | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.329Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|443||kubernetes.default.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|443||kubernetes.default.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.328Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|443||metrics-server.kube-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|443||metrics-server.kube-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "protocol_selection": "USE_DOWNSTREAM_PROTOCOL" | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.328Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|53||kube-dns.kube-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|53||kube-dns.kube-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.328Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|8060||istio-citadel.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|8060||istio-citadel.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.328Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|8080||istio-pilot.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|8080||istio-pilot.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.331Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|80|v1|alexbot.default.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|80|v1|alexbot.default.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/default/destination-rule/alexbot" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.337Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|80||alexbot.default.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|80||alexbot.default.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/default/destination-rule/alexbot" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.337Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|80||default-http-backend.kube-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|80||default-http-backend.kube-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.328Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|80||heapster.kube-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|80||heapster.kube-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "protocol_selection": "USE_DOWNSTREAM_PROTOCOL" | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.328Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|80||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|80||istio-ingressgateway.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.330Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|80||kingest.default.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|80||kingest.default.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.337Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|9080||details.default.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|9080||details.default.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.337Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|9080||productpage.default.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|9080||productpage.default.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.337Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|9080||ratings.default.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|9080||ratings.default.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.337Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|9080||reviews.default.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|9080||reviews.default.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.337Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|9090||prometheus.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|9090||prometheus.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.329Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|9091||istio-policy.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|9091||istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/istio-system/destination-rule/istio-policy" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.331Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| }, | |
| "metadata": { | |
| "filter_metadata": { | |
| "istio": { | |
| "config": "/apis/networking/v1alpha3/namespaces/istio-system/destination-rule/istio-telemetry" | |
| } | |
| } | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.334Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "cluster": { | |
| "name": "outbound|9901||istio-galley.istio-system.svc.cluster.local", | |
| "type": "EDS", | |
| "eds_cluster_config": { | |
| "eds_config": { | |
| "ads": {} | |
| }, | |
| "service_name": "outbound|9901||istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "connect_timeout": "1s", | |
| "circuit_breakers": { | |
| "thresholds": [ | |
| { | |
| "max_connections": 4294967295, | |
| "max_pending_requests": 4294967295, | |
| "max_requests": 4294967295, | |
| "max_retries": 4294967295 | |
| } | |
| ] | |
| }, | |
| "http2_protocol_options": { | |
| "max_concurrent_streams": 1073741824 | |
| } | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.329Z" | |
| } | |
| ] | |
| }, | |
| { | |
| "@type": "type.googleapis.com/envoy.admin.v2alpha.ListenersConfigDump", | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "static_listeners": [ | |
| { | |
| "listener": { | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 15090 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "config": { | |
| "route_config": { | |
| "virtual_hosts": [ | |
| { | |
| "domains": [ | |
| "*" | |
| ], | |
| "name": "backend", | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/stats/prometheus" | |
| }, | |
| "route": { | |
| "cluster": "prometheus_stats" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "codec_type": "AUTO", | |
| "http_filters": { | |
| "name": "envoy.router" | |
| }, | |
| "stat_prefix": "stats" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "last_updated": "2020-08-12T03:56:45.886Z" | |
| } | |
| ], | |
| "dynamic_active_listeners": [ | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "10.52.4.8_9080", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.52.4.8", | |
| "port_value": 9080 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filter_chain_match": { | |
| "application_protocols": [ | |
| "istio" | |
| ] | |
| }, | |
| "tls_context": { | |
| "common_tls_context": { | |
| "tls_certificates": [ | |
| { | |
| "certificate_chain": { | |
| "filename": "/etc/certs/cert-chain.pem" | |
| }, | |
| "private_key": { | |
| "filename": "/etc/certs/key.pem" | |
| } | |
| } | |
| ], | |
| "validation_context": { | |
| "trusted_ca": { | |
| "filename": "/etc/certs/root-cert.pem" | |
| } | |
| }, | |
| "alpn_protocols": [ | |
| "h2", | |
| "http/1.1" | |
| ] | |
| }, | |
| "require_client_certificate": true | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "inbound_10.52.4.8_9080", | |
| "http_filters": [ | |
| { | |
| "name": "istio_authn", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.envoy.config.filter.http.authn.v2alpha1.FilterConfig", | |
| "policy": { | |
| "peers": [ | |
| { | |
| "mtls": { | |
| "mode": "PERMISSIVE" | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "inbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "destination.ip": { | |
| "bytes_value": "AAAAAAAAAAAAAP//CjQECA==" | |
| }, | |
| "destination.mesh.id": { | |
| "string_value": "cluster.local" | |
| }, | |
| "destination.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.port": { | |
| "int64_value": "9080" | |
| }, | |
| "destination.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "server_name": "istio-envoy", | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "forward_client_cert_details": "APPEND_FORWARD", | |
| "set_current_client_cert_details": { | |
| "subject": true, | |
| "dns": true, | |
| "uri": true | |
| }, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "route_config": { | |
| "name": "inbound|9080|http|productpage.default.svc.cluster.local", | |
| "virtual_hosts": [ | |
| { | |
| "name": "inbound|http|9080", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "decorator": { | |
| "operation": "productpage.default.svc.cluster.local:9080/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "productpage.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "productpage" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/productpage" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default", | |
| "route": { | |
| "timeout": "0s", | |
| "max_grpc_timeout": "0s", | |
| "cluster": "inbound|9080|http|productpage.default.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filter_chain_match": {}, | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "inbound_10.52.4.8_9080", | |
| "http_filters": [ | |
| { | |
| "name": "istio_authn", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.envoy.config.filter.http.authn.v2alpha1.FilterConfig", | |
| "policy": { | |
| "peers": [ | |
| { | |
| "mtls": { | |
| "mode": "PERMISSIVE" | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "inbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "destination.ip": { | |
| "bytes_value": "AAAAAAAAAAAAAP//CjQECA==" | |
| }, | |
| "destination.mesh.id": { | |
| "string_value": "cluster.local" | |
| }, | |
| "destination.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.port": { | |
| "int64_value": "9080" | |
| }, | |
| "destination.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "server_name": "istio-envoy", | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "forward_client_cert_details": "APPEND_FORWARD", | |
| "set_current_client_cert_details": { | |
| "subject": true, | |
| "dns": true, | |
| "uri": true | |
| }, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "route_config": { | |
| "name": "inbound|9080|http|productpage.default.svc.cluster.local", | |
| "virtual_hosts": [ | |
| { | |
| "name": "inbound|http|9080", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "decorator": { | |
| "operation": "productpage.default.svc.cluster.local:9080/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "productpage.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "productpage" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/productpage" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default", | |
| "route": { | |
| "timeout": "0s", | |
| "max_grpc_timeout": "0s", | |
| "cluster": "inbound|9080|http|productpage.default.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters": [ | |
| { | |
| "name": "envoy.listener.tls_inspector" | |
| } | |
| ], | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "INBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.355Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "10.52.4.8_15020", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.52.4.8", | |
| "port_value": 15020 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "inbound|15020|mgmt-15020|mgmtCluster", | |
| "cluster": "inbound|15020|mgmt-15020|mgmtCluster" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "INBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.355Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "10.0.0.10_53", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.0.0.10", | |
| "port_value": 53 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.TcpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "kube-dns.kube-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "kube-dns" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://kube-system/services/kube-dns" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "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 | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.359Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "10.0.2.219_15443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.0.2.219", | |
| "port_value": 15443 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.TcpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "outbound|15443||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "cluster": "outbound|15443||istio-ingressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.363Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "10.0.2.219_443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.0.2.219", | |
| "port_value": 443 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.TcpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "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 | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.367Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "10.0.14.76_15011", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.0.14.76", | |
| "port_value": 15011 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.TcpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-pilot" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "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 | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.371Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "10.0.0.1_443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.0.0.1", | |
| "port_value": 443 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.TcpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "kubernetes.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "kubernetes" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/kubernetes" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "outbound|443||kubernetes.default.svc.cluster.local", | |
| "cluster": "outbound|443||kubernetes.default.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.374Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "10.0.12.231_443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.0.12.231", | |
| "port_value": 443 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.TcpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-galley" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-galley" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "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 | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.378Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "0.0.0.0_9901", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 9901 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filter_chain_match": { | |
| "prefix_ranges": [ | |
| { | |
| "address_prefix": "10.52.4.8", | |
| "prefix_len": 32 | |
| } | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "BlackHoleCluster", | |
| "cluster": "BlackHoleCluster" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_0.0.0.0_9901", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "9901" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.383Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "10.0.2.219_15020", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.0.2.219", | |
| "port_value": 15020 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.TcpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "outbound|15020||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "cluster": "outbound|15020||istio-ingressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filter_chain_match": { | |
| "application_protocols": [ | |
| "http/1.0", | |
| "http/1.1", | |
| "h2" | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_10.0.2.219_15020", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "istio-ingressgateway.istio-system.svc.cluster.local:15020" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters": [ | |
| { | |
| "name": "envoy.listener.tls_inspector" | |
| }, | |
| { | |
| "name": "envoy.listener.http_inspector" | |
| } | |
| ], | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.390Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "10.0.2.219_15029", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.0.2.219", | |
| "port_value": 15029 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.TcpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "outbound|15029||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "cluster": "outbound|15029||istio-ingressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filter_chain_match": { | |
| "application_protocols": [ | |
| "http/1.0", | |
| "http/1.1", | |
| "h2" | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_10.0.2.219_15029", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "istio-ingressgateway.istio-system.svc.cluster.local:15029" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters": [ | |
| { | |
| "name": "envoy.listener.tls_inspector" | |
| }, | |
| { | |
| "name": "envoy.listener.http_inspector" | |
| } | |
| ], | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.398Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "10.0.2.219_15030", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.0.2.219", | |
| "port_value": 15030 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.TcpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "outbound|15030||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "cluster": "outbound|15030||istio-ingressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filter_chain_match": { | |
| "application_protocols": [ | |
| "http/1.0", | |
| "http/1.1", | |
| "h2" | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_10.0.2.219_15030", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "istio-ingressgateway.istio-system.svc.cluster.local:15030" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters": [ | |
| { | |
| "name": "envoy.listener.tls_inspector" | |
| }, | |
| { | |
| "name": "envoy.listener.http_inspector" | |
| } | |
| ], | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.407Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "0.0.0.0_80", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 80 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filter_chain_match": { | |
| "prefix_ranges": [ | |
| { | |
| "address_prefix": "10.52.4.8", | |
| "prefix_len": 32 | |
| } | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "BlackHoleCluster", | |
| "cluster": "BlackHoleCluster" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_0.0.0.0_80", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "80" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.411Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "0.0.0.0_8060", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 8060 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filter_chain_match": { | |
| "prefix_ranges": [ | |
| { | |
| "address_prefix": "10.52.4.8", | |
| "prefix_len": 32 | |
| } | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "BlackHoleCluster", | |
| "cluster": "BlackHoleCluster" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_0.0.0.0_8060", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "8060" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.416Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "0.0.0.0_9090", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 9090 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filter_chain_match": { | |
| "prefix_ranges": [ | |
| { | |
| "address_prefix": "10.52.4.8", | |
| "prefix_len": 32 | |
| } | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "BlackHoleCluster", | |
| "cluster": "BlackHoleCluster" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_0.0.0.0_9090", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "9090" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.420Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "10.0.2.219_15031", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.0.2.219", | |
| "port_value": 15031 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.TcpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "outbound|15031||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "cluster": "outbound|15031||istio-ingressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filter_chain_match": { | |
| "application_protocols": [ | |
| "http/1.0", | |
| "http/1.1", | |
| "h2" | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_10.0.2.219_15031", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "istio-ingressgateway.istio-system.svc.cluster.local:15031" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters": [ | |
| { | |
| "name": "envoy.listener.tls_inspector" | |
| }, | |
| { | |
| "name": "envoy.listener.http_inspector" | |
| } | |
| ], | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.428Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "0.0.0.0_15010", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 15010 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filter_chain_match": { | |
| "prefix_ranges": [ | |
| { | |
| "address_prefix": "10.52.4.8", | |
| "prefix_len": 32 | |
| } | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "BlackHoleCluster", | |
| "cluster": "BlackHoleCluster" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_0.0.0.0_15010", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "15010" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.432Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "10.0.3.232_42422", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.0.3.232", | |
| "port_value": 42422 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.TcpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-telemetry" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-telemetry" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "outbound|42422||istio-telemetry.istio-system.svc.cluster.local", | |
| "cluster": "outbound|42422||istio-telemetry.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filter_chain_match": { | |
| "application_protocols": [ | |
| "http/1.0", | |
| "http/1.1", | |
| "h2" | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_10.0.3.232_42422", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "istio-telemetry.istio-system.svc.cluster.local:42422" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters": [ | |
| { | |
| "name": "envoy.listener.tls_inspector" | |
| }, | |
| { | |
| "name": "envoy.listener.http_inspector" | |
| } | |
| ], | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.441Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "0.0.0.0_15014", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 15014 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filter_chain_match": { | |
| "prefix_ranges": [ | |
| { | |
| "address_prefix": "10.52.4.8", | |
| "prefix_len": 32 | |
| } | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "BlackHoleCluster", | |
| "cluster": "BlackHoleCluster" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_0.0.0.0_15014", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "15014" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.445Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "0.0.0.0_15004", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 15004 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filter_chain_match": { | |
| "prefix_ranges": [ | |
| { | |
| "address_prefix": "10.52.4.8", | |
| "prefix_len": 32 | |
| } | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "BlackHoleCluster", | |
| "cluster": "BlackHoleCluster" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_0.0.0.0_15004", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "15004" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.450Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "0.0.0.0_8080", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 8080 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filter_chain_match": { | |
| "prefix_ranges": [ | |
| { | |
| "address_prefix": "10.52.4.8", | |
| "prefix_len": 32 | |
| } | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "BlackHoleCluster", | |
| "cluster": "BlackHoleCluster" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_0.0.0.0_8080", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "8080" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.454Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "0.0.0.0_9080", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 9080 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filter_chain_match": { | |
| "prefix_ranges": [ | |
| { | |
| "address_prefix": "10.52.4.8", | |
| "prefix_len": 32 | |
| } | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "BlackHoleCluster", | |
| "cluster": "BlackHoleCluster" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_0.0.0.0_9080", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "9080" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.458Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "10.0.15.162_443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.0.15.162", | |
| "port_value": 443 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.TcpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "metrics-server.kube-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "metrics-server" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://kube-system/services/metrics-server" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "outbound|443||metrics-server.kube-system.svc.cluster.local", | |
| "cluster": "outbound|443||metrics-server.kube-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filter_chain_match": { | |
| "application_protocols": [ | |
| "http/1.0", | |
| "http/1.1", | |
| "h2" | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_10.0.15.162_443", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "metrics-server.kube-system.svc.cluster.local:443" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters": [ | |
| { | |
| "name": "envoy.listener.tls_inspector" | |
| }, | |
| { | |
| "name": "envoy.listener.http_inspector" | |
| } | |
| ], | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.466Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "10.0.15.56_443", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.0.15.56", | |
| "port_value": 443 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.TcpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "istio-sidecar-injector.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-sidecar-injector" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-sidecar-injector" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "outbound|443||istio-sidecar-injector.istio-system.svc.cluster.local", | |
| "cluster": "outbound|443||istio-sidecar-injector.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filter_chain_match": { | |
| "application_protocols": [ | |
| "http/1.0", | |
| "http/1.1", | |
| "h2" | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_10.0.15.56_443", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "istio-sidecar-injector.istio-system.svc.cluster.local:443" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters": [ | |
| { | |
| "name": "envoy.listener.tls_inspector" | |
| }, | |
| { | |
| "name": "envoy.listener.http_inspector" | |
| } | |
| ], | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.474Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "10.0.14.143_80", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.0.14.143", | |
| "port_value": 80 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.TcpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "heapster.kube-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "heapster" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://kube-system/services/heapster" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "outbound|80||heapster.kube-system.svc.cluster.local", | |
| "cluster": "outbound|80||heapster.kube-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filter_chain_match": { | |
| "application_protocols": [ | |
| "http/1.0", | |
| "http/1.1", | |
| "h2" | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_10.0.14.143_80", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "heapster.kube-system.svc.cluster.local:80" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters": [ | |
| { | |
| "name": "envoy.listener.tls_inspector" | |
| }, | |
| { | |
| "name": "envoy.listener.http_inspector" | |
| } | |
| ], | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.483Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "0.0.0.0_15019", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 15019 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filter_chain_match": { | |
| "prefix_ranges": [ | |
| { | |
| "address_prefix": "10.52.4.8", | |
| "prefix_len": 32 | |
| } | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "BlackHoleCluster", | |
| "cluster": "BlackHoleCluster" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_0.0.0.0_15019", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "15019" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.488Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "10.0.2.219_15032", | |
| "address": { | |
| "socket_address": { | |
| "address": "10.0.2.219", | |
| "port_value": 15032 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.TcpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "outbound|15032||istio-ingressgateway.istio-system.svc.cluster.local", | |
| "cluster": "outbound|15032||istio-ingressgateway.istio-system.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filter_chain_match": { | |
| "application_protocols": [ | |
| "http/1.0", | |
| "http/1.1", | |
| "h2" | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_10.0.2.219_15032", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "istio-ingressgateway.istio-system.svc.cluster.local:15032" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters": [ | |
| { | |
| "name": "envoy.listener.tls_inspector" | |
| }, | |
| { | |
| "name": "envoy.listener.http_inspector" | |
| } | |
| ], | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.496Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "0.0.0.0_9091", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 9091 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filter_chain_match": { | |
| "prefix_ranges": [ | |
| { | |
| "address_prefix": "10.52.4.8", | |
| "prefix_len": 32 | |
| } | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "BlackHoleCluster", | |
| "cluster": "BlackHoleCluster" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "outbound_0.0.0.0_9091", | |
| "http_filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "operation_name": "EGRESS", | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "rds": { | |
| "config_source": { | |
| "ads": {} | |
| }, | |
| "route_config_name": "9091" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "deprecated_v1": { | |
| "bind_to_port": false | |
| }, | |
| "listener_filters_timeout": "0.100s", | |
| "traffic_direction": "OUTBOUND", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.500Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "virtualOutbound", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 15001 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filter_chain_match": { | |
| "prefix_ranges": [ | |
| { | |
| "address_prefix": "10.52.4.8", | |
| "prefix_len": 32 | |
| } | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "BlackHoleCluster", | |
| "cluster": "BlackHoleCluster" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "filters": [ | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.TcpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "outbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "destination.service.host": { | |
| "string_value": "PassthroughCluster" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| }, | |
| "source.namespace": { | |
| "string_value": "default" | |
| }, | |
| "source.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| }, | |
| "disable_check_calls": true | |
| } | |
| }, | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "PassthroughCluster", | |
| "cluster": "PassthroughCluster" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "use_original_dst": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.504Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "listener": { | |
| "name": "virtualInbound", | |
| "address": { | |
| "socket_address": { | |
| "address": "0.0.0.0", | |
| "port_value": 15006 | |
| } | |
| }, | |
| "filter_chains": [ | |
| { | |
| "filter_chain_match": { | |
| "prefix_ranges": [ | |
| { | |
| "address_prefix": "0.0.0.0", | |
| "prefix_len": 0 | |
| } | |
| ] | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "InboundPassthroughClusterIpv4", | |
| "cluster": "InboundPassthroughClusterIpv4" | |
| } | |
| } | |
| ], | |
| "metadata": { | |
| "filter_metadata": { | |
| "pilot_meta": { | |
| "original_listener_name": "virtualInbound" | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "filter_chain_match": { | |
| "prefix_ranges": [ | |
| { | |
| "address_prefix": "10.52.4.8", | |
| "prefix_len": 32 | |
| } | |
| ], | |
| "destination_port": 15020 | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.tcp_proxy", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", | |
| "stat_prefix": "inbound|15020|mgmt-15020|mgmtCluster", | |
| "cluster": "inbound|15020|mgmt-15020|mgmtCluster" | |
| } | |
| } | |
| ], | |
| "metadata": { | |
| "filter_metadata": { | |
| "pilot_meta": { | |
| "original_listener_name": "10.52.4.8_15020" | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "filter_chain_match": { | |
| "prefix_ranges": [ | |
| { | |
| "address_prefix": "10.52.4.8", | |
| "prefix_len": 32 | |
| } | |
| ], | |
| "destination_port": 9080, | |
| "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", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "inbound_10.52.4.8_9080", | |
| "http_filters": [ | |
| { | |
| "name": "istio_authn", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.envoy.config.filter.http.authn.v2alpha1.FilterConfig", | |
| "policy": { | |
| "peers": [ | |
| { | |
| "mtls": { | |
| "mode": "PERMISSIVE" | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "inbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "destination.ip": { | |
| "bytes_value": "AAAAAAAAAAAAAP//CjQECA==" | |
| }, | |
| "destination.mesh.id": { | |
| "string_value": "cluster.local" | |
| }, | |
| "destination.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.port": { | |
| "int64_value": "9080" | |
| }, | |
| "destination.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "server_name": "istio-envoy", | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "forward_client_cert_details": "APPEND_FORWARD", | |
| "set_current_client_cert_details": { | |
| "subject": true, | |
| "dns": true, | |
| "uri": true | |
| }, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "route_config": { | |
| "name": "inbound|9080|http|productpage.default.svc.cluster.local", | |
| "virtual_hosts": [ | |
| { | |
| "name": "inbound|http|9080", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "decorator": { | |
| "operation": "productpage.default.svc.cluster.local:9080/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "productpage.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "productpage" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/productpage" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default", | |
| "route": { | |
| "timeout": "0s", | |
| "max_grpc_timeout": "0s", | |
| "cluster": "inbound|9080|http|productpage.default.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| } | |
| } | |
| } | |
| ], | |
| "metadata": { | |
| "filter_metadata": { | |
| "pilot_meta": { | |
| "original_listener_name": "10.52.4.8_9080" | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "filter_chain_match": { | |
| "prefix_ranges": [ | |
| { | |
| "address_prefix": "10.52.4.8", | |
| "prefix_len": 32 | |
| } | |
| ], | |
| "destination_port": 9080 | |
| }, | |
| "filters": [ | |
| { | |
| "name": "envoy.http_connection_manager", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", | |
| "stat_prefix": "inbound_10.52.4.8_9080", | |
| "http_filters": [ | |
| { | |
| "name": "istio_authn", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.envoy.config.filter.http.authn.v2alpha1.FilterConfig", | |
| "policy": { | |
| "peers": [ | |
| { | |
| "mtls": { | |
| "mode": "PERMISSIVE" | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "name": "mixer", | |
| "typed_config": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.HttpClientConfig", | |
| "transport": { | |
| "network_fail_policy": { | |
| "policy": "FAIL_CLOSE", | |
| "base_retry_wait": "0.080s", | |
| "max_retry_wait": "1s" | |
| }, | |
| "check_cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local", | |
| "report_cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local", | |
| "report_batch_max_entries": 100, | |
| "report_batch_max_time": "1s" | |
| }, | |
| "service_configs": { | |
| "default": { | |
| "disable_check_calls": true | |
| } | |
| }, | |
| "default_destination_service": "default", | |
| "mixer_attributes": { | |
| "attributes": { | |
| "context.proxy_version": { | |
| "string_value": "1.4.3" | |
| }, | |
| "context.reporter.kind": { | |
| "string_value": "inbound" | |
| }, | |
| "context.reporter.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| }, | |
| "destination.ip": { | |
| "bytes_value": "AAAAAAAAAAAAAP//CjQECA==" | |
| }, | |
| "destination.mesh.id": { | |
| "string_value": "cluster.local" | |
| }, | |
| "destination.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.port": { | |
| "int64_value": "9080" | |
| }, | |
| "destination.uid": { | |
| "string_value": "kubernetes://productpage-v1-6c6c87ffff-mvmbd.default" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "envoy.cors" | |
| }, | |
| { | |
| "name": "envoy.fault" | |
| }, | |
| { | |
| "name": "envoy.router" | |
| } | |
| ], | |
| "tracing": { | |
| "client_sampling": { | |
| "value": 100 | |
| }, | |
| "random_sampling": { | |
| "value": 1 | |
| }, | |
| "overall_sampling": { | |
| "value": 100 | |
| } | |
| }, | |
| "server_name": "istio-envoy", | |
| "use_remote_address": false, | |
| "generate_request_id": true, | |
| "forward_client_cert_details": "APPEND_FORWARD", | |
| "set_current_client_cert_details": { | |
| "subject": true, | |
| "dns": true, | |
| "uri": true | |
| }, | |
| "upgrade_configs": [ | |
| { | |
| "upgrade_type": "websocket" | |
| } | |
| ], | |
| "stream_idle_timeout": "0s", | |
| "normalize_path": true, | |
| "route_config": { | |
| "name": "inbound|9080|http|productpage.default.svc.cluster.local", | |
| "virtual_hosts": [ | |
| { | |
| "name": "inbound|http|9080", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "decorator": { | |
| "operation": "productpage.default.svc.cluster.local:9080/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "productpage.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "productpage" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/productpage" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default", | |
| "route": { | |
| "timeout": "0s", | |
| "max_grpc_timeout": "0s", | |
| "cluster": "inbound|9080|http|productpage.default.svc.cluster.local" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| } | |
| } | |
| } | |
| ], | |
| "metadata": { | |
| "filter_metadata": { | |
| "pilot_meta": { | |
| "original_listener_name": "10.52.4.8_9080" | |
| } | |
| } | |
| } | |
| } | |
| ], | |
| "listener_filters": [ | |
| { | |
| "name": "envoy.listener.original_dst" | |
| }, | |
| { | |
| "name": "envoy.listener.tls_inspector" | |
| } | |
| ], | |
| "listener_filters_timeout": "1s", | |
| "continue_on_listener_filters_timeout": true | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.511Z" | |
| } | |
| ] | |
| }, | |
| { | |
| "@type": "type.googleapis.com/envoy.admin.v2alpha.ScopedRoutesConfigDump" | |
| }, | |
| { | |
| "@type": "type.googleapis.com/envoy.admin.v2alpha.RoutesConfigDump", | |
| "static_route_configs": [ | |
| { | |
| "route_config": { | |
| "name": "inbound|9080|http|productpage.default.svc.cluster.local", | |
| "virtual_hosts": [ | |
| { | |
| "name": "inbound|http|9080", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "inbound|9080|http|productpage.default.svc.cluster.local", | |
| "timeout": "0s", | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "productpage.default.svc.cluster.local:9080/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "productpage.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "productpage" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/productpage" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.506Z" | |
| }, | |
| { | |
| "route_config": { | |
| "name": "inbound|9080|http|productpage.default.svc.cluster.local", | |
| "virtual_hosts": [ | |
| { | |
| "name": "inbound|http|9080", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "inbound|9080|http|productpage.default.svc.cluster.local", | |
| "timeout": "0s", | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "productpage.default.svc.cluster.local:9080/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "productpage.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "productpage" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/productpage" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.510Z" | |
| }, | |
| { | |
| "route_config": { | |
| "name": "inbound|9080|http|productpage.default.svc.cluster.local", | |
| "virtual_hosts": [ | |
| { | |
| "name": "inbound|http|9080", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "inbound|9080|http|productpage.default.svc.cluster.local", | |
| "timeout": "0s", | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "productpage.default.svc.cluster.local:9080/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "productpage.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "productpage" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/productpage" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.355Z" | |
| }, | |
| { | |
| "route_config": { | |
| "name": "inbound|9080|http|productpage.default.svc.cluster.local", | |
| "virtual_hosts": [ | |
| { | |
| "name": "inbound|http|9080", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "inbound|9080|http|productpage.default.svc.cluster.local", | |
| "timeout": "0s", | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "productpage.default.svc.cluster.local:9080/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "productpage.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "productpage" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/productpage" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.350Z" | |
| }, | |
| { | |
| "route_config": { | |
| "virtual_hosts": [ | |
| { | |
| "name": "backend", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/stats/prometheus" | |
| }, | |
| "route": { | |
| "cluster": "prometheus_stats" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "last_updated": "2020-08-12T03:56:45.886Z" | |
| } | |
| ], | |
| "dynamic_route_configs": [ | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "route_config": { | |
| "name": "heapster.kube-system.svc.cluster.local:80", | |
| "virtual_hosts": [ | |
| { | |
| "name": "heapster.kube-system.svc.cluster.local:80", | |
| "domains": [ | |
| "heapster.kube-system.svc.cluster.local", | |
| "heapster.kube-system.svc.cluster.local:80", | |
| "heapster.kube-system", | |
| "heapster.kube-system:80", | |
| "heapster.kube-system.svc.cluster", | |
| "heapster.kube-system.svc.cluster:80", | |
| "heapster.kube-system.svc", | |
| "heapster.kube-system.svc:80", | |
| "10.0.14.143", | |
| "10.0.14.143:80" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|80||heapster.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": "heapster.kube-system.svc.cluster.local:80/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "heapster.kube-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "heapster" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://kube-system/services/heapster" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "heapster.kube-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "heapster" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://kube-system/services/heapster" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.515Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "route_config": { | |
| "name": "metrics-server.kube-system.svc.cluster.local:443", | |
| "virtual_hosts": [ | |
| { | |
| "name": "metrics-server.kube-system.svc.cluster.local:443", | |
| "domains": [ | |
| "metrics-server.kube-system.svc.cluster.local", | |
| "metrics-server.kube-system.svc.cluster.local:443", | |
| "metrics-server.kube-system", | |
| "metrics-server.kube-system:443", | |
| "metrics-server.kube-system.svc.cluster", | |
| "metrics-server.kube-system.svc.cluster:443", | |
| "metrics-server.kube-system.svc", | |
| "metrics-server.kube-system.svc:443", | |
| "10.0.15.162", | |
| "10.0.15.162:443" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|443||metrics-server.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": "metrics-server.kube-system.svc.cluster.local:443/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "metrics-server.kube-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "metrics-server" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://kube-system/services/metrics-server" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "metrics-server.kube-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "metrics-server" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://kube-system/services/metrics-server" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.516Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "route_config": { | |
| "name": "9080", | |
| "virtual_hosts": [ | |
| { | |
| "name": "details.default.svc.cluster.local:9080", | |
| "domains": [ | |
| "details.default.svc.cluster.local", | |
| "details.default.svc.cluster.local:9080", | |
| "details", | |
| "details:9080", | |
| "details.default.svc.cluster", | |
| "details.default.svc.cluster:9080", | |
| "details.default.svc", | |
| "details.default.svc:9080", | |
| "details.default", | |
| "details.default:9080", | |
| "10.0.12.87", | |
| "10.0.12.87:9080" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|9080||details.default.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "details.default.svc.cluster.local:9080/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "details.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "details" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/details" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "details.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "details" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/details" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "productpage.default.svc.cluster.local:9080", | |
| "domains": [ | |
| "productpage.default.svc.cluster.local", | |
| "productpage.default.svc.cluster.local:9080", | |
| "productpage", | |
| "productpage:9080", | |
| "productpage.default.svc.cluster", | |
| "productpage.default.svc.cluster:9080", | |
| "productpage.default.svc", | |
| "productpage.default.svc:9080", | |
| "productpage.default", | |
| "productpage.default:9080", | |
| "10.0.13.56", | |
| "10.0.13.56:9080" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|9080||productpage.default.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "productpage.default.svc.cluster.local:9080/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "productpage.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "productpage" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/productpage" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "productpage.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "productpage" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/productpage" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "ratings.default.svc.cluster.local:9080", | |
| "domains": [ | |
| "ratings.default.svc.cluster.local", | |
| "ratings.default.svc.cluster.local:9080", | |
| "ratings", | |
| "ratings:9080", | |
| "ratings.default.svc.cluster", | |
| "ratings.default.svc.cluster:9080", | |
| "ratings.default.svc", | |
| "ratings.default.svc:9080", | |
| "ratings.default", | |
| "ratings.default:9080", | |
| "10.0.12.184", | |
| "10.0.12.184:9080" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|9080||ratings.default.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "ratings.default.svc.cluster.local:9080/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "ratings.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "ratings" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/ratings" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "ratings.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "ratings" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/ratings" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "reviews.default.svc.cluster.local:9080", | |
| "domains": [ | |
| "reviews.default.svc.cluster.local", | |
| "reviews.default.svc.cluster.local:9080", | |
| "reviews", | |
| "reviews:9080", | |
| "reviews.default.svc.cluster", | |
| "reviews.default.svc.cluster:9080", | |
| "reviews.default.svc", | |
| "reviews.default.svc:9080", | |
| "reviews.default", | |
| "reviews.default:9080", | |
| "10.0.14.12", | |
| "10.0.14.12:9080" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|9080||reviews.default.svc.cluster.local", | |
| "timeout": "0s", | |
| "retry_policy": { | |
| "retry_on": "connect-failure,refused-stream,unavailable,cancelled,resource-exhausted,retriable-status-codes", | |
| "num_retries": 2, | |
| "retry_host_predicate": [ | |
| { | |
| "name": "envoy.retry_host_predicates.previous_hosts" | |
| } | |
| ], | |
| "host_selection_retry_max_attempts": "5", | |
| "retriable_status_codes": [ | |
| 503 | |
| ] | |
| }, | |
| "max_grpc_timeout": "0s" | |
| }, | |
| "decorator": { | |
| "operation": "reviews.default.svc.cluster.local:9080/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "reviews.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "reviews" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/reviews" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "reviews.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "reviews" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/reviews" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.516Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "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.0.15.66", | |
| "10.0.15.66: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/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-policy" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-policy" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-policy" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-policy" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "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.0.3.232", | |
| "10.0.3.232: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/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-telemetry" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-telemetry" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-telemetry" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-telemetry" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.517Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "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.0.5.69", | |
| "10.0.5.69: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/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-citadel.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-citadel" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-citadel" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-citadel.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-citadel" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-citadel" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.518Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "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.0.5.69", | |
| "10.0.5.69: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/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-citadel.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-citadel" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-citadel" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-citadel.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-citadel" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-citadel" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "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.0.12.231", | |
| "10.0.12.231: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/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-galley" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-galley" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-galley" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-galley" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "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.0.14.76", | |
| "10.0.14.76: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/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-pilot" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-pilot" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "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.0.15.66", | |
| "10.0.15.66: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/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-policy" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-policy" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-policy" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-policy" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "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.0.3.232", | |
| "10.0.3.232: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/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-telemetry" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-telemetry" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-telemetry" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-telemetry" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.517Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "route_config": { | |
| "name": "istio-ingressgateway.istio-system.svc.cluster.local:15031", | |
| "virtual_hosts": [ | |
| { | |
| "name": "istio-ingressgateway.istio-system.svc.cluster.local:15031", | |
| "domains": [ | |
| "istio-ingressgateway.istio-system.svc.cluster.local", | |
| "istio-ingressgateway.istio-system.svc.cluster.local:15031", | |
| "istio-ingressgateway.istio-system", | |
| "istio-ingressgateway.istio-system:15031", | |
| "istio-ingressgateway.istio-system.svc.cluster", | |
| "istio-ingressgateway.istio-system.svc.cluster:15031", | |
| "istio-ingressgateway.istio-system.svc", | |
| "istio-ingressgateway.istio-system.svc:15031", | |
| "10.0.2.219", | |
| "10.0.2.219:15031" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|15031||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:15031/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.518Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "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.0.14.76", | |
| "10.0.14.76: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/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-pilot" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-pilot" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.518Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "route_config": { | |
| "name": "15019", | |
| "virtual_hosts": [ | |
| { | |
| "name": "istio-galley.istio-system.svc.cluster.local:15019", | |
| "domains": [ | |
| "istio-galley.istio-system.svc.cluster.local", | |
| "istio-galley.istio-system.svc.cluster.local:15019", | |
| "istio-galley.istio-system", | |
| "istio-galley.istio-system:15019", | |
| "istio-galley.istio-system.svc.cluster", | |
| "istio-galley.istio-system.svc.cluster:15019", | |
| "istio-galley.istio-system.svc", | |
| "istio-galley.istio-system.svc:15019", | |
| "10.0.12.231", | |
| "10.0.12.231:15019" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|15019||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:15019/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-galley" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-galley" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-galley" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-galley" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.515Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "route_config": { | |
| "name": "istio-sidecar-injector.istio-system.svc.cluster.local:443", | |
| "virtual_hosts": [ | |
| { | |
| "name": "istio-sidecar-injector.istio-system.svc.cluster.local:443", | |
| "domains": [ | |
| "istio-sidecar-injector.istio-system.svc.cluster.local", | |
| "istio-sidecar-injector.istio-system.svc.cluster.local:443", | |
| "istio-sidecar-injector.istio-system", | |
| "istio-sidecar-injector.istio-system:443", | |
| "istio-sidecar-injector.istio-system.svc.cluster", | |
| "istio-sidecar-injector.istio-system.svc.cluster:443", | |
| "istio-sidecar-injector.istio-system.svc", | |
| "istio-sidecar-injector.istio-system.svc:443", | |
| "10.0.15.56", | |
| "10.0.15.56:443" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|443||istio-sidecar-injector.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-sidecar-injector.istio-system.svc.cluster.local:443/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-sidecar-injector.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-sidecar-injector" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-sidecar-injector" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-sidecar-injector.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-sidecar-injector" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-sidecar-injector" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.515Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "route_config": { | |
| "name": "80", | |
| "virtual_hosts": [ | |
| { | |
| "name": "alexbot.default.svc.cluster.local:80", | |
| "domains": [ | |
| "alexbot.default.svc.cluster.local", | |
| "alexbot.default.svc.cluster.local:80", | |
| "alexbot", | |
| "alexbot:80", | |
| "alexbot.default.svc.cluster", | |
| "alexbot.default.svc.cluster:80", | |
| "alexbot.default.svc", | |
| "alexbot.default.svc:80", | |
| "alexbot.default", | |
| "alexbot.default:80", | |
| "10.0.13.99", | |
| "10.0.13.99:80" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|80||alexbot.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": "alexbot.default.svc.cluster.local:80/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "alexbot.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "alexbot" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/alexbot" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "alexbot.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "alexbot" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/alexbot" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "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.0.4.28", | |
| "10.0.4.28: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/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "default-http-backend.kube-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "default-http-backend" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://kube-system/services/default-http-backend" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "default-http-backend.kube-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "default-http-backend" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://kube-system/services/default-http-backend" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "heapster.kube-system.svc.cluster.local:80", | |
| "domains": [ | |
| "heapster.kube-system.svc.cluster.local", | |
| "heapster.kube-system.svc.cluster.local:80", | |
| "heapster.kube-system", | |
| "heapster.kube-system:80", | |
| "heapster.kube-system.svc.cluster", | |
| "heapster.kube-system.svc.cluster:80", | |
| "heapster.kube-system.svc", | |
| "heapster.kube-system.svc:80", | |
| "10.0.14.143", | |
| "10.0.14.143:80" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|80||heapster.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": "heapster.kube-system.svc.cluster.local:80/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "heapster.kube-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "heapster" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://kube-system/services/heapster" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "heapster.kube-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "heapster" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "kube-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://kube-system/services/heapster" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "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.0.2.219", | |
| "10.0.2.219: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/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "kingest.default.svc.cluster.local:80", | |
| "domains": [ | |
| "kingest.default.svc.cluster.local", | |
| "kingest.default.svc.cluster.local:80", | |
| "kingest", | |
| "kingest:80", | |
| "kingest.default.svc.cluster", | |
| "kingest.default.svc.cluster:80", | |
| "kingest.default.svc", | |
| "kingest.default.svc:80", | |
| "kingest.default", | |
| "kingest.default:80", | |
| "10.0.9.180", | |
| "10.0.9.180:80" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|80||kingest.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": "kingest.default.svc.cluster.local:80/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "kingest.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "kingest" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/kingest" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "kingest.default.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "kingest" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "default" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://default/services/kingest" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.519Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "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.0.14.76", | |
| "10.0.14.76: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/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-pilot" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-pilot" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.516Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "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.0.8.14", | |
| "10.0.8.14: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/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "prometheus.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "prometheus" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/prometheus" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "prometheus.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "prometheus" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/prometheus" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.518Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "route_config": { | |
| "name": "istio-ingressgateway.istio-system.svc.cluster.local:15030", | |
| "virtual_hosts": [ | |
| { | |
| "name": "istio-ingressgateway.istio-system.svc.cluster.local:15030", | |
| "domains": [ | |
| "istio-ingressgateway.istio-system.svc.cluster.local", | |
| "istio-ingressgateway.istio-system.svc.cluster.local:15030", | |
| "istio-ingressgateway.istio-system", | |
| "istio-ingressgateway.istio-system:15030", | |
| "istio-ingressgateway.istio-system.svc.cluster", | |
| "istio-ingressgateway.istio-system.svc.cluster:15030", | |
| "istio-ingressgateway.istio-system.svc", | |
| "istio-ingressgateway.istio-system.svc:15030", | |
| "10.0.2.219", | |
| "10.0.2.219:15030" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|15030||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:15030/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.519Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "route_config": { | |
| "name": "istio-telemetry.istio-system.svc.cluster.local:42422", | |
| "virtual_hosts": [ | |
| { | |
| "name": "istio-telemetry.istio-system.svc.cluster.local:42422", | |
| "domains": [ | |
| "istio-telemetry.istio-system.svc.cluster.local", | |
| "istio-telemetry.istio-system.svc.cluster.local:42422", | |
| "istio-telemetry.istio-system", | |
| "istio-telemetry.istio-system:42422", | |
| "istio-telemetry.istio-system.svc.cluster", | |
| "istio-telemetry.istio-system.svc.cluster:42422", | |
| "istio-telemetry.istio-system.svc", | |
| "istio-telemetry.istio-system.svc:42422", | |
| "10.0.3.232", | |
| "10.0.3.232:42422" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|42422||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:42422/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-telemetry" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-telemetry" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-telemetry" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-telemetry" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.517Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "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.0.15.66", | |
| "10.0.15.66: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/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-policy" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-policy" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-policy.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-policy" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-policy" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "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.0.3.232", | |
| "10.0.3.232: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/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-telemetry" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-telemetry" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-telemetry.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-telemetry" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-telemetry" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.515Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "route_config": { | |
| "name": "istio-ingressgateway.istio-system.svc.cluster.local:15029", | |
| "virtual_hosts": [ | |
| { | |
| "name": "istio-ingressgateway.istio-system.svc.cluster.local:15029", | |
| "domains": [ | |
| "istio-ingressgateway.istio-system.svc.cluster.local", | |
| "istio-ingressgateway.istio-system.svc.cluster.local:15029", | |
| "istio-ingressgateway.istio-system", | |
| "istio-ingressgateway.istio-system:15029", | |
| "istio-ingressgateway.istio-system.svc.cluster", | |
| "istio-ingressgateway.istio-system.svc.cluster:15029", | |
| "istio-ingressgateway.istio-system.svc", | |
| "istio-ingressgateway.istio-system.svc:15029", | |
| "10.0.2.219", | |
| "10.0.2.219:15029" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|15029||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:15029/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.519Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "route_config": { | |
| "name": "istio-ingressgateway.istio-system.svc.cluster.local:15032", | |
| "virtual_hosts": [ | |
| { | |
| "name": "istio-ingressgateway.istio-system.svc.cluster.local:15032", | |
| "domains": [ | |
| "istio-ingressgateway.istio-system.svc.cluster.local", | |
| "istio-ingressgateway.istio-system.svc.cluster.local:15032", | |
| "istio-ingressgateway.istio-system", | |
| "istio-ingressgateway.istio-system:15032", | |
| "istio-ingressgateway.istio-system.svc.cluster", | |
| "istio-ingressgateway.istio-system.svc.cluster:15032", | |
| "istio-ingressgateway.istio-system.svc", | |
| "istio-ingressgateway.istio-system.svc:15032", | |
| "10.0.2.219", | |
| "10.0.2.219:15032" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|15032||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:15032/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.515Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "route_config": { | |
| "name": "istio-ingressgateway.istio-system.svc.cluster.local:15020", | |
| "virtual_hosts": [ | |
| { | |
| "name": "istio-ingressgateway.istio-system.svc.cluster.local:15020", | |
| "domains": [ | |
| "istio-ingressgateway.istio-system.svc.cluster.local", | |
| "istio-ingressgateway.istio-system.svc.cluster.local:15020", | |
| "istio-ingressgateway.istio-system", | |
| "istio-ingressgateway.istio-system:15020", | |
| "istio-ingressgateway.istio-system.svc.cluster", | |
| "istio-ingressgateway.istio-system.svc.cluster:15020", | |
| "istio-ingressgateway.istio-system.svc", | |
| "istio-ingressgateway.istio-system.svc:15020", | |
| "10.0.2.219", | |
| "10.0.2.219:15020" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "outbound|15020||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:15020/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "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" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-ingressgateway" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.519Z" | |
| }, | |
| { | |
| "version_info": "2020-08-12T03:56:37Z/147", | |
| "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.0.12.231", | |
| "10.0.12.231: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/*" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-galley" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-galley" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.host": { | |
| "string_value": "istio-galley.istio-system.svc.cluster.local" | |
| }, | |
| "destination.service.name": { | |
| "string_value": "istio-galley" | |
| }, | |
| "destination.service.namespace": { | |
| "string_value": "istio-system" | |
| }, | |
| "destination.service.uid": { | |
| "string_value": "istio://istio-system/services/istio-galley" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": "default" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "allow_any", | |
| "domains": [ | |
| "*" | |
| ], | |
| "routes": [ | |
| { | |
| "match": { | |
| "prefix": "/" | |
| }, | |
| "route": { | |
| "cluster": "PassthroughCluster" | |
| }, | |
| "typed_per_filter_config": { | |
| "mixer": { | |
| "@type": "type.googleapis.com/istio.mixer.v1.config.client.ServiceConfig", | |
| "disable_check_calls": true, | |
| "mixer_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| }, | |
| "forward_attributes": { | |
| "attributes": { | |
| "destination.service.name": { | |
| "string_value": "PassthroughCluster" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "validate_clusters": false | |
| }, | |
| "last_updated": "2020-08-12T03:56:46.519Z" | |
| } | |
| ] | |
| }, | |
| { | |
| "@type": "type.googleapis.com/envoy.admin.v2alpha.SecretsConfigDump" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment