Skip to content

Instantly share code, notes, and snippets.

@danehans
Created August 8, 2018 21:28
Show Gist options
  • Save danehans/002ee6761ac9ce7e72979a9ebb6e603a to your computer and use it in GitHub Desktop.
Save danehans/002ee6761ac9ce7e72979a9ebb6e603a to your computer and use it in GitHub Desktop.
istio_jaeger_explained
$ kubectl exec -it productpage-v1-7bbdd59459-brq62 -c istio-proxy /bin/bash
$ curl http://127.0.0.1:15000/config_dump
{
"configs": {
"routes": {
"@type": "type.googleapis.com/envoy.admin.v2alpha.RoutesConfigDump",
"static_route_configs": [
{
"route_config": {
"name": "inbound|9080||productpage.default.svc.cluster.local",
"virtual_hosts": [
{
"name": "inbound|http|9080",
"domains": [
"*"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "inbound|9080||productpage.default.svc.cluster.local",
"timeout": "0s",
"use_websocket": true
},
"decorator": {
"operation": "productpage.default.svc.cluster.local:9080/*"
},
"per_filter_config": {
"mixer": {
"mixer_attributes": {
"attributes": {
"destination.service.name": {
"string_value": "productpage"
},
"destination.service.namespace": {
"string_value": "default"
},
"destination.service": {
"string_value": "productpage.default.svc.cluster.local"
},
"destination.service.host": {
"string_value": "productpage.default.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://default/services/productpage"
}
}
}
}
}
}
]
}
],
"validate_clusters": false
},
"last_updated": "2018-07-10T22:12:54.556Z"
}
],
"dynamic_route_configs": [
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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.96.61.67",
"10.96.61.67:8080"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|8080||istio-pilot.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "istio-pilot.istio-system.svc.cluster.local:8080/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-pilot"
},
"destination.service": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-pilot"
},
"destination.service.host": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.host": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-pilot"
},
"destination.service.name": {
"string_value": "istio-pilot"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
}
}
},
"disable_check_calls": true
}
}
}
]
}
],
"validate_clusters": false
},
"last_updated": "2018-07-18T21:48:49.089Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"route_config": {
"name": "15007",
"virtual_hosts": [
{
"name": "istio-pilot.istio-system.svc.cluster.local:15007",
"domains": [
"istio-pilot.istio-system.svc.cluster.local",
"istio-pilot.istio-system.svc.cluster.local:15007",
"istio-pilot.istio-system",
"istio-pilot.istio-system:15007",
"istio-pilot.istio-system.svc.cluster",
"istio-pilot.istio-system.svc.cluster:15007",
"istio-pilot.istio-system.svc",
"istio-pilot.istio-system.svc:15007",
"10.96.61.67",
"10.96.61.67:15007"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|15007||istio-pilot.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "istio-pilot.istio-system.svc.cluster.local:15007/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-pilot"
},
"destination.service": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
},
"destination.service.host": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-pilot"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.name": {
"string_value": "istio-pilot"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
},
"destination.service.host": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-pilot"
}
}
},
"disable_check_calls": true
}
}
}
]
}
],
"validate_clusters": false
},
"last_updated": "2018-07-18T21:48:49.090Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"route_config": {
"name": "9411",
"virtual_hosts": [
{
"name": "zipkin.istio-system.svc.cluster.local:9411",
"domains": [
"zipkin.istio-system.svc.cluster.local",
"zipkin.istio-system.svc.cluster.local:9411",
"zipkin.istio-system",
"zipkin.istio-system:9411",
"zipkin.istio-system.svc.cluster",
"zipkin.istio-system.svc.cluster:9411",
"zipkin.istio-system.svc",
"zipkin.istio-system.svc:9411",
"10.99.190.107",
"10.99.190.107:9411"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|9411||zipkin.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "zipkin.istio-system.svc.cluster.local:9411/*"
},
"per_filter_config": {
"mixer": {
"mixer_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "zipkin"
},
"destination.service": {
"string_value": "zipkin.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/zipkin"
},
"destination.service.host": {
"string_value": "zipkin.istio-system.svc.cluster.local"
}
}
},
"disable_check_calls": true,
"forward_attributes": {
"attributes": {
"destination.service.name": {
"string_value": "zipkin"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service": {
"string_value": "zipkin.istio-system.svc.cluster.local"
},
"destination.service.host": {
"string_value": "zipkin.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/zipkin"
}
}
}
}
}
}
]
}
],
"validate_clusters": false
},
"last_updated": "2018-07-18T21:48:49.090Z"
},
{
"version_info": "2018-07-11 15:59:20.536646593 +0000 UTC m=+64051.699667567",
"route_config": {
"name": "80",
"virtual_hosts": [
{
"name": "ccp-addons-grafana.default.svc.cluster.local:80",
"domains": [
"ccp-addons-grafana.default.svc.cluster.local",
"ccp-addons-grafana.default.svc.cluster.local:80",
"ccp-addons-grafana",
"ccp-addons-grafana:80",
"ccp-addons-grafana.default.svc.cluster",
"ccp-addons-grafana.default.svc.cluster:80",
"ccp-addons-grafana.default.svc",
"ccp-addons-grafana.default.svc:80",
"ccp-addons-grafana.default",
"ccp-addons-grafana.default:80",
"10.105.113.234",
"10.105.113.234:80"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|80||ccp-addons-grafana.default.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "ccp-addons-grafana.default.svc.cluster.local:80/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.host": {
"string_value": "ccp-addons-grafana.default.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://default/services/ccp-addons-grafana"
},
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "ccp-addons-grafana"
},
"destination.service": {
"string_value": "ccp-addons-grafana.default.svc.cluster.local"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.uid": {
"string_value": "istio://default/services/ccp-addons-grafana"
},
"destination.service.host": {
"string_value": "ccp-addons-grafana.default.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "ccp-addons-grafana"
},
"destination.service": {
"string_value": "ccp-addons-grafana.default.svc.cluster.local"
}
}
},
"disable_check_calls": true
}
}
}
]
},
{
"name": "ccp-addons-prometheus-alertmanager.default.svc.cluster.local:80",
"domains": [
"ccp-addons-prometheus-alertmanager.default.svc.cluster.local",
"ccp-addons-prometheus-alertmanager.default.svc.cluster.local:80",
"ccp-addons-prometheus-alertmanager",
"ccp-addons-prometheus-alertmanager:80",
"ccp-addons-prometheus-alertmanager.default.svc.cluster",
"ccp-addons-prometheus-alertmanager.default.svc.cluster:80",
"ccp-addons-prometheus-alertmanager.default.svc",
"ccp-addons-prometheus-alertmanager.default.svc:80",
"ccp-addons-prometheus-alertmanager.default",
"ccp-addons-prometheus-alertmanager.default:80",
"10.97.115.222",
"10.97.115.222:80"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|80||ccp-addons-prometheus-alertmanager.default.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "ccp-addons-prometheus-alertmanager.default.svc.cluster.local:80/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.uid": {
"string_value": "istio://default/services/ccp-addons-prometheus-alertmanager"
},
"destination.service.host": {
"string_value": "ccp-addons-prometheus-alertmanager.default.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "ccp-addons-prometheus-alertmanager"
},
"destination.service": {
"string_value": "ccp-addons-prometheus-alertmanager.default.svc.cluster.local"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "ccp-addons-prometheus-alertmanager"
},
"destination.service": {
"string_value": "ccp-addons-prometheus-alertmanager.default.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://default/services/ccp-addons-prometheus-alertmanager"
},
"destination.service.host": {
"string_value": "ccp-addons-prometheus-alertmanager.default.svc.cluster.local"
}
}
},
"disable_check_calls": true
}
}
}
]
},
{
"name": "ccp-addons-prometheus-kube-state-metrics.default.svc.cluster.local:80",
"domains": [
"ccp-addons-prometheus-kube-state-metrics.default.svc.cluster.local",
"ccp-addons-prometheus-kube-state-metrics.default.svc.cluster.local:80",
"ccp-addons-prometheus-kube-state-metrics",
"ccp-addons-prometheus-kube-state-metrics:80",
"ccp-addons-prometheus-kube-state-metrics.default.svc.cluster",
"ccp-addons-prometheus-kube-state-metrics.default.svc.cluster:80",
"ccp-addons-prometheus-kube-state-metrics.default.svc",
"ccp-addons-prometheus-kube-state-metrics.default.svc:80",
"ccp-addons-prometheus-kube-state-metrics.default",
"ccp-addons-prometheus-kube-state-metrics.default:80"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|80||ccp-addons-prometheus-kube-state-metrics.default.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "ccp-addons-prometheus-kube-state-metrics.default.svc.cluster.local:80/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "ccp-addons-prometheus-kube-state-metrics"
},
"destination.service": {
"string_value": "ccp-addons-prometheus-kube-state-metrics.default.svc.cluster.local"
},
"destination.service.host": {
"string_value": "ccp-addons-prometheus-kube-state-metrics.default.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://default/services/ccp-addons-prometheus-kube-state-metrics"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.uid": {
"string_value": "istio://default/services/ccp-addons-prometheus-kube-state-metrics"
},
"destination.service.host": {
"string_value": "ccp-addons-prometheus-kube-state-metrics.default.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "ccp-addons-prometheus-kube-state-metrics"
},
"destination.service": {
"string_value": "ccp-addons-prometheus-kube-state-metrics.default.svc.cluster.local"
}
}
},
"disable_check_calls": true
}
}
}
]
},
{
"name": "ccp-addons-prometheus-server.default.svc.cluster.local:80",
"domains": [
"ccp-addons-prometheus-server.default.svc.cluster.local",
"ccp-addons-prometheus-server.default.svc.cluster.local:80",
"ccp-addons-prometheus-server",
"ccp-addons-prometheus-server:80",
"ccp-addons-prometheus-server.default.svc.cluster",
"ccp-addons-prometheus-server.default.svc.cluster:80",
"ccp-addons-prometheus-server.default.svc",
"ccp-addons-prometheus-server.default.svc:80",
"ccp-addons-prometheus-server.default",
"ccp-addons-prometheus-server.default:80",
"10.107.27.3",
"10.107.27.3:80"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|80||ccp-addons-prometheus-server.default.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "ccp-addons-prometheus-server.default.svc.cluster.local:80/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.name": {
"string_value": "ccp-addons-prometheus-server"
},
"destination.service.namespace": {
"string_value": "default"
},
"destination.service": {
"string_value": "ccp-addons-prometheus-server.default.svc.cluster.local"
},
"destination.service.host": {
"string_value": "ccp-addons-prometheus-server.default.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://default/services/ccp-addons-prometheus-server"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.uid": {
"string_value": "istio://default/services/ccp-addons-prometheus-server"
},
"destination.service.host": {
"string_value": "ccp-addons-prometheus-server.default.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "ccp-addons-prometheus-server"
},
"destination.service": {
"string_value": "ccp-addons-prometheus-server.default.svc.cluster.local"
}
}
},
"disable_check_calls": true
}
}
}
]
},
{
"name": "ingress-nginx.ingress-nginx.svc.cluster.local:80",
"domains": [
"ingress-nginx.ingress-nginx.svc.cluster.local",
"ingress-nginx.ingress-nginx.svc.cluster.local:80",
"ingress-nginx.ingress-nginx",
"ingress-nginx.ingress-nginx:80",
"ingress-nginx.ingress-nginx.svc.cluster",
"ingress-nginx.ingress-nginx.svc.cluster:80",
"ingress-nginx.ingress-nginx.svc",
"ingress-nginx.ingress-nginx.svc:80",
"10.100.91.43",
"10.100.91.43:80"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|80||ingress-nginx.ingress-nginx.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "ingress-nginx.ingress-nginx.svc.cluster.local:80/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.name": {
"string_value": "ingress-nginx"
},
"destination.service.namespace": {
"string_value": "ingress-nginx"
},
"destination.service": {
"string_value": "ingress-nginx.ingress-nginx.svc.cluster.local"
},
"destination.service.host": {
"string_value": "ingress-nginx.ingress-nginx.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://ingress-nginx/services/ingress-nginx"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "ingress-nginx"
},
"destination.service.name": {
"string_value": "ingress-nginx"
},
"destination.service": {
"string_value": "ingress-nginx.ingress-nginx.svc.cluster.local"
},
"destination.service.host": {
"string_value": "ingress-nginx.ingress-nginx.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://ingress-nginx/services/ingress-nginx"
}
}
},
"disable_check_calls": true
}
}
}
]
},
{
"name": "istio-egressgateway.istio-system.svc.cluster.local:80",
"domains": [
"istio-egressgateway.istio-system.svc.cluster.local",
"istio-egressgateway.istio-system.svc.cluster.local:80",
"istio-egressgateway.istio-system",
"istio-egressgateway.istio-system:80",
"istio-egressgateway.istio-system.svc.cluster",
"istio-egressgateway.istio-system.svc.cluster:80",
"istio-egressgateway.istio-system.svc",
"istio-egressgateway.istio-system.svc:80",
"10.107.99.211",
"10.107.99.211:80"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|80||istio-egressgateway.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "istio-egressgateway.istio-system.svc.cluster.local:80/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.host": {
"string_value": "istio-egressgateway.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-egressgateway"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-egressgateway"
},
"destination.service": {
"string_value": "istio-egressgateway.istio-system.svc.cluster.local"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-egressgateway"
},
"destination.service": {
"string_value": "istio-egressgateway.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-egressgateway"
},
"destination.service.host": {
"string_value": "istio-egressgateway.istio-system.svc.cluster.local"
}
}
},
"disable_check_calls": true
}
}
}
]
},
{
"name": "istio-ingress.istio-system.svc.cluster.local:80",
"domains": [
"istio-ingress.istio-system.svc.cluster.local",
"istio-ingress.istio-system.svc.cluster.local:80",
"istio-ingress.istio-system",
"istio-ingress.istio-system:80",
"istio-ingress.istio-system.svc.cluster",
"istio-ingress.istio-system.svc.cluster:80",
"istio-ingress.istio-system.svc",
"istio-ingress.istio-system.svc:80",
"10.109.75.223",
"10.109.75.223:80"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|80||istio-ingress.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "istio-ingress.istio-system.svc.cluster.local:80/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-ingress"
},
"destination.service.host": {
"string_value": "istio-ingress.istio-system.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-ingress"
},
"destination.service": {
"string_value": "istio-ingress.istio-system.svc.cluster.local"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-ingress"
},
"destination.service": {
"string_value": "istio-ingress.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-ingress"
},
"destination.service.host": {
"string_value": "istio-ingress.istio-system.svc.cluster.local"
}
}
},
"disable_check_calls": true
}
}
}
]
},
{
"name": "istio-ingressgateway.istio-system.svc.cluster.local:80",
"domains": [
"istio-ingressgateway.istio-system.svc.cluster.local",
"istio-ingressgateway.istio-system.svc.cluster.local:80",
"istio-ingressgateway.istio-system",
"istio-ingressgateway.istio-system:80",
"istio-ingressgateway.istio-system.svc.cluster",
"istio-ingressgateway.istio-system.svc.cluster:80",
"istio-ingressgateway.istio-system.svc",
"istio-ingressgateway.istio-system.svc:80",
"10.106.88.104",
"10.106.88.104:80"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|80||istio-ingressgateway.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "istio-ingressgateway.istio-system.svc.cluster.local:80/*"
},
"per_filter_config": {
"mixer": {
"disable_check_calls": true,
"forward_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-ingressgateway"
},
"destination.service": {
"string_value": "istio-ingressgateway.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-ingressgateway"
},
"destination.service.host": {
"string_value": "istio-ingressgateway.istio-system.svc.cluster.local"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-ingressgateway"
},
"destination.service": {
"string_value": "istio-ingressgateway.istio-system.svc.cluster.local"
},
"destination.service.host": {
"string_value": "istio-ingressgateway.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-ingressgateway"
}
}
}
}
}
}
]
}
],
"validate_clusters": false
},
"last_updated": "2018-07-18T21:48:49.090Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"route_config": {
"name": "15003",
"virtual_hosts": [
{
"name": "istio-pilot.istio-system.svc.cluster.local:15003",
"domains": [
"istio-pilot.istio-system.svc.cluster.local",
"istio-pilot.istio-system.svc.cluster.local:15003",
"istio-pilot.istio-system",
"istio-pilot.istio-system:15003",
"istio-pilot.istio-system.svc.cluster",
"istio-pilot.istio-system.svc.cluster:15003",
"istio-pilot.istio-system.svc",
"istio-pilot.istio-system.svc:15003",
"10.96.61.67",
"10.96.61.67:15003"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|15003||istio-pilot.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "istio-pilot.istio-system.svc.cluster.local:15003/*"
},
"per_filter_config": {
"mixer": {
"mixer_attributes": {
"attributes": {
"destination.service.host": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-pilot"
},
"destination.service.name": {
"string_value": "istio-pilot"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
}
}
},
"disable_check_calls": true,
"forward_attributes": {
"attributes": {
"destination.service.host": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-pilot"
},
"destination.service.name": {
"string_value": "istio-pilot"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
}
}
}
}
}
}
]
}
],
"validate_clusters": false
},
"last_updated": "2018-07-18T21:48:49.090Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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.100.181.96",
"10.100.181.96:15004"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|15004||istio-policy.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "istio-policy.istio-system.svc.cluster.local:15004/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-policy"
},
"destination.service": {
"string_value": "istio-policy.istio-system.svc.cluster.local"
},
"destination.service.host": {
"string_value": "istio-policy.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-policy"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.host": {
"string_value": "istio-policy.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-policy"
},
"destination.service.name": {
"string_value": "istio-policy"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service": {
"string_value": "istio-policy.istio-system.svc.cluster.local"
}
}
},
"disable_check_calls": true
}
}
}
]
},
{
"name": "istio-telemetry.istio-system.svc.cluster.local:15004",
"domains": [
"istio-telemetry.istio-system.svc.cluster.local",
"istio-telemetry.istio-system.svc.cluster.local:15004",
"istio-telemetry.istio-system",
"istio-telemetry.istio-system:15004",
"istio-telemetry.istio-system.svc.cluster",
"istio-telemetry.istio-system.svc.cluster:15004",
"istio-telemetry.istio-system.svc",
"istio-telemetry.istio-system.svc:15004",
"10.103.167.160",
"10.103.167.160:15004"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|15004||istio-telemetry.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "istio-telemetry.istio-system.svc.cluster.local:15004/*"
},
"per_filter_config": {
"mixer": {
"mixer_attributes": {
"attributes": {
"destination.service.host": {
"string_value": "istio-telemetry.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-telemetry"
},
"destination.service.name": {
"string_value": "istio-telemetry"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service": {
"string_value": "istio-telemetry.istio-system.svc.cluster.local"
}
}
},
"disable_check_calls": true,
"forward_attributes": {
"attributes": {
"destination.service.name": {
"string_value": "istio-telemetry"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service": {
"string_value": "istio-telemetry.istio-system.svc.cluster.local"
},
"destination.service.host": {
"string_value": "istio-telemetry.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-telemetry"
}
}
}
}
}
}
]
}
],
"validate_clusters": false
},
"last_updated": "2018-07-18T21:48:49.089Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"route_config": {
"name": "9093",
"virtual_hosts": [
{
"name": "istio-citadel.istio-system.svc.cluster.local:9093",
"domains": [
"istio-citadel.istio-system.svc.cluster.local",
"istio-citadel.istio-system.svc.cluster.local:9093",
"istio-citadel.istio-system",
"istio-citadel.istio-system:9093",
"istio-citadel.istio-system.svc.cluster",
"istio-citadel.istio-system.svc.cluster:9093",
"istio-citadel.istio-system.svc",
"istio-citadel.istio-system.svc:9093",
"10.103.2.21",
"10.103.2.21:9093"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|9093||istio-citadel.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "istio-citadel.istio-system.svc.cluster.local:9093/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-citadel"
},
"destination.service": {
"string_value": "istio-citadel.istio-system.svc.cluster.local"
},
"destination.service.host": {
"string_value": "istio-citadel.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-citadel"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-citadel"
},
"destination.service.host": {
"string_value": "istio-citadel.istio-system.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-citadel"
},
"destination.service": {
"string_value": "istio-citadel.istio-system.svc.cluster.local"
}
}
},
"disable_check_calls": true
}
}
}
]
},
{
"name": "istio-galley.istio-system.svc.cluster.local:9093",
"domains": [
"istio-galley.istio-system.svc.cluster.local",
"istio-galley.istio-system.svc.cluster.local:9093",
"istio-galley.istio-system",
"istio-galley.istio-system:9093",
"istio-galley.istio-system.svc.cluster",
"istio-galley.istio-system.svc.cluster:9093",
"istio-galley.istio-system.svc",
"istio-galley.istio-system.svc:9093",
"10.108.121.75",
"10.108.121.75:9093"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|9093||istio-galley.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "istio-galley.istio-system.svc.cluster.local:9093/*"
},
"per_filter_config": {
"mixer": {
"mixer_attributes": {
"attributes": {
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-galley"
},
"destination.service.host": {
"string_value": "istio-galley.istio-system.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-galley"
},
"destination.service": {
"string_value": "istio-galley.istio-system.svc.cluster.local"
}
}
},
"disable_check_calls": true,
"forward_attributes": {
"attributes": {
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-galley"
},
"destination.service.host": {
"string_value": "istio-galley.istio-system.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-galley"
},
"destination.service": {
"string_value": "istio-galley.istio-system.svc.cluster.local"
}
}
}
}
}
}
]
},
{
"name": "istio-pilot.istio-system.svc.cluster.local:9093",
"domains": [
"istio-pilot.istio-system.svc.cluster.local",
"istio-pilot.istio-system.svc.cluster.local:9093",
"istio-pilot.istio-system",
"istio-pilot.istio-system:9093",
"istio-pilot.istio-system.svc.cluster",
"istio-pilot.istio-system.svc.cluster:9093",
"istio-pilot.istio-system.svc",
"istio-pilot.istio-system.svc:9093",
"10.96.61.67",
"10.96.61.67:9093"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|9093||istio-pilot.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "istio-pilot.istio-system.svc.cluster.local:9093/*"
},
"per_filter_config": {
"mixer": {
"mixer_attributes": {
"attributes": {
"destination.service.name": {
"string_value": "istio-pilot"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
},
"destination.service.host": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-pilot"
}
}
},
"disable_check_calls": true,
"forward_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-pilot"
},
"destination.service": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-pilot"
},
"destination.service.host": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
}
}
}
}
}
}
]
},
{
"name": "istio-policy.istio-system.svc.cluster.local:9093",
"domains": [
"istio-policy.istio-system.svc.cluster.local",
"istio-policy.istio-system.svc.cluster.local:9093",
"istio-policy.istio-system",
"istio-policy.istio-system:9093",
"istio-policy.istio-system.svc.cluster",
"istio-policy.istio-system.svc.cluster:9093",
"istio-policy.istio-system.svc",
"istio-policy.istio-system.svc:9093",
"10.100.181.96",
"10.100.181.96:9093"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|9093||istio-policy.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "istio-policy.istio-system.svc.cluster.local:9093/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-policy"
},
"destination.service.host": {
"string_value": "istio-policy.istio-system.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-policy"
},
"destination.service": {
"string_value": "istio-policy.istio-system.svc.cluster.local"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-policy"
},
"destination.service": {
"string_value": "istio-policy.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-policy"
},
"destination.service.host": {
"string_value": "istio-policy.istio-system.svc.cluster.local"
}
}
},
"disable_check_calls": true
}
}
}
]
},
{
"name": "istio-telemetry.istio-system.svc.cluster.local:9093",
"domains": [
"istio-telemetry.istio-system.svc.cluster.local",
"istio-telemetry.istio-system.svc.cluster.local:9093",
"istio-telemetry.istio-system",
"istio-telemetry.istio-system:9093",
"istio-telemetry.istio-system.svc.cluster",
"istio-telemetry.istio-system.svc.cluster:9093",
"istio-telemetry.istio-system.svc",
"istio-telemetry.istio-system.svc:9093",
"10.103.167.160",
"10.103.167.160:9093"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|9093||istio-telemetry.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "istio-telemetry.istio-system.svc.cluster.local:9093/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-telemetry"
},
"destination.service": {
"string_value": "istio-telemetry.istio-system.svc.cluster.local"
},
"destination.service.host": {
"string_value": "istio-telemetry.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-telemetry"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-telemetry"
},
"destination.service.host": {
"string_value": "istio-telemetry.istio-system.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-telemetry"
},
"destination.service": {
"string_value": "istio-telemetry.istio-system.svc.cluster.local"
}
}
},
"disable_check_calls": true
}
}
}
]
}
],
"validate_clusters": false
},
"last_updated": "2018-07-18T21:48:49.090Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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.103.2.21",
"10.103.2.21:8060"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|8060||istio-citadel.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "istio-citadel.istio-system.svc.cluster.local:8060/*"
},
"per_filter_config": {
"mixer": {
"mixer_attributes": {
"attributes": {
"destination.service.host": {
"string_value": "istio-citadel.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-citadel"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-citadel"
},
"destination.service": {
"string_value": "istio-citadel.istio-system.svc.cluster.local"
}
}
},
"disable_check_calls": true,
"forward_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-citadel"
},
"destination.service": {
"string_value": "istio-citadel.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-citadel"
},
"destination.service.host": {
"string_value": "istio-citadel.istio-system.svc.cluster.local"
}
}
}
}
}
}
]
}
],
"validate_clusters": false
},
"last_updated": "2018-07-18T21:48:49.090Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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.96.61.67",
"10.96.61.67:15010"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|15010||istio-pilot.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "istio-pilot.istio-system.svc.cluster.local:15010/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-pilot"
},
"destination.service.host": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-pilot"
},
"destination.service": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-pilot"
},
"destination.service": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-pilot"
},
"destination.service.host": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
}
}
},
"disable_check_calls": true
}
}
}
]
}
],
"validate_clusters": false
},
"last_updated": "2018-07-18T21:48:49.090Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"route_config": {
"name": "9091",
"virtual_hosts": [
{
"name": "ccp-addons-prometheus-pushgateway.default.svc.cluster.local:9091",
"domains": [
"ccp-addons-prometheus-pushgateway.default.svc.cluster.local",
"ccp-addons-prometheus-pushgateway.default.svc.cluster.local:9091",
"ccp-addons-prometheus-pushgateway",
"ccp-addons-prometheus-pushgateway:9091",
"ccp-addons-prometheus-pushgateway.default.svc.cluster",
"ccp-addons-prometheus-pushgateway.default.svc.cluster:9091",
"ccp-addons-prometheus-pushgateway.default.svc",
"ccp-addons-prometheus-pushgateway.default.svc:9091",
"ccp-addons-prometheus-pushgateway.default",
"ccp-addons-prometheus-pushgateway.default:9091",
"10.99.15.12",
"10.99.15.12:9091"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|9091||ccp-addons-prometheus-pushgateway.default.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "ccp-addons-prometheus-pushgateway.default.svc.cluster.local:9091/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "ccp-addons-prometheus-pushgateway"
},
"destination.service": {
"string_value": "ccp-addons-prometheus-pushgateway.default.svc.cluster.local"
},
"destination.service.host": {
"string_value": "ccp-addons-prometheus-pushgateway.default.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://default/services/ccp-addons-prometheus-pushgateway"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.host": {
"string_value": "ccp-addons-prometheus-pushgateway.default.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://default/services/ccp-addons-prometheus-pushgateway"
},
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "ccp-addons-prometheus-pushgateway"
},
"destination.service": {
"string_value": "ccp-addons-prometheus-pushgateway.default.svc.cluster.local"
}
}
},
"disable_check_calls": true
}
}
}
]
},
{
"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.100.181.96",
"10.100.181.96:9091"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "istio-policy.istio-system.svc.cluster.local:9091/*"
},
"per_filter_config": {
"mixer": {
"mixer_attributes": {
"attributes": {
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-policy"
},
"destination.service.host": {
"string_value": "istio-policy.istio-system.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-policy"
},
"destination.service": {
"string_value": "istio-policy.istio-system.svc.cluster.local"
}
}
},
"disable_check_calls": true,
"forward_attributes": {
"attributes": {
"destination.service.host": {
"string_value": "istio-policy.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-policy"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-policy"
},
"destination.service": {
"string_value": "istio-policy.istio-system.svc.cluster.local"
}
}
}
}
}
}
]
},
{
"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.103.167.160",
"10.103.167.160:9091"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "istio-telemetry.istio-system.svc.cluster.local:9091/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-telemetry"
},
"destination.service": {
"string_value": "istio-telemetry.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-telemetry"
},
"destination.service.host": {
"string_value": "istio-telemetry.istio-system.svc.cluster.local"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-telemetry"
},
"destination.service.host": {
"string_value": "istio-telemetry.istio-system.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-telemetry"
},
"destination.service": {
"string_value": "istio-telemetry.istio-system.svc.cluster.local"
}
}
},
"disable_check_calls": true
}
}
}
]
}
],
"validate_clusters": false
},
"last_updated": "2018-07-18T21:48:49.090Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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.108.121.195",
"10.108.121.195:9090"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|9090||prometheus.istio-system.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "prometheus.istio-system.svc.cluster.local:9090/*"
},
"per_filter_config": {
"mixer": {
"mixer_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "prometheus"
},
"destination.service": {
"string_value": "prometheus.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/prometheus"
},
"destination.service.host": {
"string_value": "prometheus.istio-system.svc.cluster.local"
}
}
},
"disable_check_calls": true,
"forward_attributes": {
"attributes": {
"destination.service.uid": {
"string_value": "istio://istio-system/services/prometheus"
},
"destination.service.host": {
"string_value": "prometheus.istio-system.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "prometheus"
},
"destination.service": {
"string_value": "prometheus.istio-system.svc.cluster.local"
}
}
}
}
}
}
]
}
],
"validate_clusters": false
},
"last_updated": "2018-07-18T21:48:49.090Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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.100.37.157",
"10.100.37.157:9080"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|9080||details.default.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "details.default.svc.cluster.local:9080/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "details"
},
"destination.service": {
"string_value": "details.default.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://default/services/details"
},
"destination.service.host": {
"string_value": "details.default.svc.cluster.local"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "details"
},
"destination.service": {
"string_value": "details.default.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://default/services/details"
},
"destination.service.host": {
"string_value": "details.default.svc.cluster.local"
}
}
},
"disable_check_calls": true
}
}
}
]
},
{
"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.100.24.61",
"10.100.24.61:9080"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|9080||productpage.default.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "productpage.default.svc.cluster.local:9080/*"
},
"per_filter_config": {
"mixer": {
"mixer_attributes": {
"attributes": {
"destination.service.host": {
"string_value": "productpage.default.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://default/services/productpage"
},
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "productpage"
},
"destination.service": {
"string_value": "productpage.default.svc.cluster.local"
}
}
},
"disable_check_calls": true,
"forward_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "productpage"
},
"destination.service": {
"string_value": "productpage.default.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://default/services/productpage"
},
"destination.service.host": {
"string_value": "productpage.default.svc.cluster.local"
}
}
}
}
}
}
]
},
{
"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.106.201.58",
"10.106.201.58:9080"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|9080||ratings.default.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "ratings.default.svc.cluster.local:9080/*"
},
"per_filter_config": {
"mixer": {
"disable_check_calls": true,
"forward_attributes": {
"attributes": {
"destination.service.uid": {
"string_value": "istio://default/services/ratings"
},
"destination.service.host": {
"string_value": "ratings.default.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "ratings"
},
"destination.service": {
"string_value": "ratings.default.svc.cluster.local"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "ratings"
},
"destination.service": {
"string_value": "ratings.default.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://default/services/ratings"
},
"destination.service.host": {
"string_value": "ratings.default.svc.cluster.local"
}
}
}
}
}
}
]
},
{
"name": "reviews.default.svc.cluster.local:9080",
"domains": [
"reviews.default.svc.cluster.local",
"reviews.default.svc.cluster.local:9080",
"reviews",
"reviews:9080",
"reviews.default.svc.cluster",
"reviews.default.svc.cluster:9080",
"reviews.default.svc",
"reviews.default.svc:9080",
"reviews.default",
"reviews.default:9080",
"10.103.142.116",
"10.103.142.116:9080"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "outbound|9080||reviews.default.svc.cluster.local",
"timeout": "0s"
},
"decorator": {
"operation": "reviews.default.svc.cluster.local:9080/*"
},
"per_filter_config": {
"mixer": {
"forward_attributes": {
"attributes": {
"destination.service.uid": {
"string_value": "istio://default/services/reviews"
},
"destination.service.host": {
"string_value": "reviews.default.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "reviews"
},
"destination.service": {
"string_value": "reviews.default.svc.cluster.local"
}
}
},
"mixer_attributes": {
"attributes": {
"destination.service.uid": {
"string_value": "istio://default/services/reviews"
},
"destination.service.host": {
"string_value": "reviews.default.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "reviews"
},
"destination.service": {
"string_value": "reviews.default.svc.cluster.local"
}
}
},
"disable_check_calls": true
}
}
}
]
}
],
"validate_clusters": false
},
"last_updated": "2018-07-18T21:48:49.090Z"
}
]
},
"listeners": {
"@type": "type.googleapis.com/envoy.admin.v2alpha.ListenersConfigDump",
"version_info": "2018-07-18 21:48:48.941686156 +0000 UTC m=+689820.104707129",
"dynamic_active_listeners": [
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "192.170.2.104_9080",
"address": {
"socket_address": {
"address": "192.170.2.104",
"port_value": 9080
}
},
"filter_chains": [
{
"filters": [
{
"name": "envoy.http_connection_manager",
"config": {
"http_filters": [
{
"name": "mixer",
"config": {
"transport": {
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local",
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local"
},
"service_configs": {
"ingress": {}
},
"default_destination_service": "ingress",
"mixer_attributes": {
"attributes": {
"destination.namespace": {
"string_value": "default"
},
"destination.ip": {
"bytes_value": "AAAAAAAAAAAAAP//wKoCaA=="
},
"destination.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"context.reporter.kind": {
"string_value": "inbound"
},
"destination.port": {
"int64_value": "9080"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
}
}
},
{
"name": "envoy.cors"
},
{
"name": "envoy.fault"
},
{
"name": "envoy.router"
}
],
"tracing": {},
"route_config": {
"name": "inbound|9080||productpage.default.svc.cluster.local",
"validate_clusters": false,
"virtual_hosts": [
{
"routes": [
{
"per_filter_config": {
"mixer": {
"mixer_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "productpage"
},
"destination.service": {
"string_value": "productpage.default.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://default/services/productpage"
},
"destination.service.host": {
"string_value": "productpage.default.svc.cluster.local"
}
}
}
}
},
"match": {
"prefix": "/"
},
"decorator": {
"operation": "productpage.default.svc.cluster.local:9080/*"
},
"route": {
"cluster": "inbound|9080||productpage.default.svc.cluster.local",
"use_websocket": true,
"timeout": "0.000s"
}
}
],
"domains": [
"*"
],
"name": "inbound|http|9080"
}
]
},
"use_remote_address": false,
"stat_prefix": "192.170.2.104_9080",
"generate_request_id": true,
"access_log": [
{
"name": "envoy.file_access_log",
"config": {
"path": "/dev/stdout"
}
}
]
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.557Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.98.66.179_443",
"address": {
"socket_address": {
"address": "10.98.66.179",
"port_value": 443
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local",
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local"
},
"mixer_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "ccp-addons-kubernetes-dashboard.default.svc.cluster.local"
},
"source.namespace": {
"string_value": "default"
},
"destination.service.host": {
"string_value": "ccp-addons-kubernetes-dashboard.default.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://default/services/ccp-addons-kubernetes-dashboard"
},
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "ccp-addons-kubernetes-dashboard"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
},
"disable_check_calls": true
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"route_config": {
"routes": [
{
"destination_ip_list": [
"10.98.66.179/32"
],
"cluster": "outbound|443||ccp-addons-kubernetes-dashboard.default.svc.cluster.local"
}
]
},
"stat_prefix": "outbound|443||ccp-addons-kubernetes-dashboard.default.svc.cluster.local"
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.557Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.96.61.67_15011",
"address": {
"socket_address": {
"address": "10.96.61.67",
"port_value": 15011
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"disable_check_calls": true,
"mixer_attributes": {
"attributes": {
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.namespace": {
"string_value": "default"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-pilot"
},
"destination.service.host": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
},
"destination.service.name": {
"string_value": "istio-pilot"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"context.reporter.kind": {
"string_value": "outbound"
}
}
}
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"stat_prefix": "outbound|15011||istio-pilot.istio-system.svc.cluster.local",
"route_config": {
"routes": [
{
"cluster": "outbound|15011||istio-pilot.istio-system.svc.cluster.local",
"destination_ip_list": [
"10.96.61.67/32"
]
}
]
}
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.558Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.96.0.10_53",
"address": {
"socket_address": {
"address": "10.96.0.10",
"port_value": 53
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local",
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local"
},
"disable_check_calls": true,
"mixer_attributes": {
"attributes": {
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "kube-dns.kube-system.svc.cluster.local"
},
"source.namespace": {
"string_value": "default"
},
"destination.service.uid": {
"string_value": "istio://kube-system/services/kube-dns"
},
"destination.service.host": {
"string_value": "kube-dns.kube-system.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "kube-system"
},
"destination.service.name": {
"string_value": "kube-dns"
},
"context.reporter.kind": {
"string_value": "outbound"
}
}
}
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"stat_prefix": "outbound|53||kube-dns.kube-system.svc.cluster.local",
"route_config": {
"routes": [
{
"destination_ip_list": [
"10.96.0.10/32"
],
"cluster": "outbound|53||kube-dns.kube-system.svc.cluster.local"
}
]
}
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.559Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.96.40.109_443",
"address": {
"socket_address": {
"address": "10.96.40.109",
"port_value": 443
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local",
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local"
},
"disable_check_calls": true,
"mixer_attributes": {
"attributes": {
"destination.service.name": {
"string_value": "istio-sidecar-injector"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "istio-sidecar-injector.istio-system.svc.cluster.local"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.namespace": {
"string_value": "default"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-sidecar-injector"
},
"destination.service.host": {
"string_value": "istio-sidecar-injector.istio-system.svc.cluster.local"
}
}
}
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"stat_prefix": "outbound|443||istio-sidecar-injector.istio-system.svc.cluster.local",
"route_config": {
"routes": [
{
"cluster": "outbound|443||istio-sidecar-injector.istio-system.svc.cluster.local",
"destination_ip_list": [
"10.96.40.109/32"
]
}
]
}
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.559Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.101.238.229_9102",
"address": {
"socket_address": {
"address": "10.101.238.229",
"port_value": 9102
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"disable_check_calls": true,
"mixer_attributes": {
"attributes": {
"destination.service.name": {
"string_value": "istio-statsd-prom-bridge"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "istio-statsd-prom-bridge.istio-system.svc.cluster.local"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.namespace": {
"string_value": "default"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-statsd-prom-bridge"
},
"destination.service.host": {
"string_value": "istio-statsd-prom-bridge.istio-system.svc.cluster.local"
}
}
}
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"route_config": {
"routes": [
{
"cluster": "outbound|9102||istio-statsd-prom-bridge.istio-system.svc.cluster.local",
"destination_ip_list": [
"10.101.238.229/32"
]
}
]
},
"stat_prefix": "outbound|9102||istio-statsd-prom-bridge.istio-system.svc.cluster.local"
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.560Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "0.0.0.0_9100",
"address": {
"socket_address": {
"address": "0.0.0.0",
"port_value": 9100
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local",
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local"
},
"disable_check_calls": true,
"mixer_attributes": {
"attributes": {
"source.namespace": {
"string_value": "default"
},
"destination.service.uid": {
"string_value": "istio://default/services/ccp-addons-prometheus-node-exporter"
},
"destination.service.host": {
"string_value": "ccp-addons-prometheus-node-exporter.default.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "default"
},
"destination.service.name": {
"string_value": "ccp-addons-prometheus-node-exporter"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "ccp-addons-prometheus-node-exporter.default.svc.cluster.local"
}
}
}
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"stat_prefix": "outbound|9100||ccp-addons-prometheus-node-exporter.default.svc.cluster.local",
"cluster": "outbound|9100||ccp-addons-prometheus-node-exporter.default.svc.cluster.local"
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.561Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.104.152.147_9200",
"address": {
"socket_address": {
"address": "10.104.152.147",
"port_value": 9200
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local",
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local"
},
"mixer_attributes": {
"attributes": {
"destination.service.name": {
"string_value": "elasticsearch-logging"
},
"destination.service.namespace": {
"string_value": "kube-system"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "elasticsearch-logging.kube-system.svc.cluster.local"
},
"source.namespace": {
"string_value": "default"
},
"destination.service.uid": {
"string_value": "istio://kube-system/services/elasticsearch-logging"
},
"destination.service.host": {
"string_value": "elasticsearch-logging.kube-system.svc.cluster.local"
}
}
},
"disable_check_calls": true
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"route_config": {
"routes": [
{
"destination_ip_list": [
"10.104.152.147/32"
],
"cluster": "outbound|9200||elasticsearch-logging.kube-system.svc.cluster.local"
}
]
},
"stat_prefix": "outbound|9200||elasticsearch-logging.kube-system.svc.cluster.local"
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.561Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.105.160.13_80",
"address": {
"socket_address": {
"address": "10.105.160.13",
"port_value": 80
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local",
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local"
},
"disable_check_calls": true,
"mixer_attributes": {
"attributes": {
"destination.service.name": {
"string_value": "default-http-backend"
},
"destination.service.namespace": {
"string_value": "ingress-nginx"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "default-http-backend.ingress-nginx.svc.cluster.local"
},
"source.namespace": {
"string_value": "default"
},
"destination.service.host": {
"string_value": "default-http-backend.ingress-nginx.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://ingress-nginx/services/default-http-backend"
}
}
}
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"route_config": {
"routes": [
{
"cluster": "outbound|80||default-http-backend.ingress-nginx.svc.cluster.local",
"destination_ip_list": [
"10.105.160.13/32"
]
}
]
},
"stat_prefix": "outbound|80||default-http-backend.ingress-nginx.svc.cluster.local"
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.562Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.107.99.211_443",
"address": {
"socket_address": {
"address": "10.107.99.211",
"port_value": 443
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"mixer_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "istio-egressgateway.istio-system.svc.cluster.local"
},
"source.namespace": {
"string_value": "default"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-egressgateway"
},
"destination.service.host": {
"string_value": "istio-egressgateway.istio-system.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-egressgateway"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
},
"disable_check_calls": true
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"route_config": {
"routes": [
{
"destination_ip_list": [
"10.107.99.211/32"
],
"cluster": "outbound|443||istio-egressgateway.istio-system.svc.cluster.local"
}
]
},
"stat_prefix": "outbound|443||istio-egressgateway.istio-system.svc.cluster.local"
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.562Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.108.121.75_443",
"address": {
"socket_address": {
"address": "10.108.121.75",
"port_value": 443
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"mixer_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-galley"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "istio-galley.istio-system.svc.cluster.local"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.namespace": {
"string_value": "default"
},
"destination.service.host": {
"string_value": "istio-galley.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-galley"
}
}
},
"disable_check_calls": true
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"route_config": {
"routes": [
{
"cluster": "outbound|443||istio-galley.istio-system.svc.cluster.local",
"destination_ip_list": [
"10.108.121.75/32"
]
}
]
},
"stat_prefix": "outbound|443||istio-galley.istio-system.svc.cluster.local"
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.564Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.106.88.104_443",
"address": {
"socket_address": {
"address": "10.106.88.104",
"port_value": 443
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local",
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local"
},
"disable_check_calls": true,
"mixer_attributes": {
"attributes": {
"destination.service.name": {
"string_value": "istio-ingressgateway"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "istio-ingressgateway.istio-system.svc.cluster.local"
},
"source.namespace": {
"string_value": "default"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-ingressgateway"
},
"destination.service.host": {
"string_value": "istio-ingressgateway.istio-system.svc.cluster.local"
}
}
}
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"stat_prefix": "outbound|443||istio-ingressgateway.istio-system.svc.cluster.local",
"route_config": {
"routes": [
{
"destination_ip_list": [
"10.106.88.104/32"
],
"cluster": "outbound|443||istio-ingressgateway.istio-system.svc.cluster.local"
}
]
}
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.565Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.96.0.1_443",
"address": {
"socket_address": {
"address": "10.96.0.1",
"port_value": 443
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local",
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local"
},
"disable_check_calls": true,
"mixer_attributes": {
"attributes": {
"source.namespace": {
"string_value": "default"
},
"destination.service.host": {
"string_value": "kubernetes.default.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://default/services/kubernetes"
},
"destination.service.name": {
"string_value": "kubernetes"
},
"destination.service.namespace": {
"string_value": "default"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "kubernetes.default.svc.cluster.local"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
}
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"route_config": {
"routes": [
{
"cluster": "outbound|443||kubernetes.default.svc.cluster.local",
"destination_ip_list": [
"10.96.0.1/32"
]
}
]
},
"stat_prefix": "outbound|443||kubernetes.default.svc.cluster.local"
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.565Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.103.167.160_42422",
"address": {
"socket_address": {
"address": "10.103.167.160",
"port_value": 42422
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local",
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local"
},
"disable_check_calls": true,
"mixer_attributes": {
"attributes": {
"source.namespace": {
"string_value": "default"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-telemetry"
},
"destination.service.host": {
"string_value": "istio-telemetry.istio-system.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-telemetry"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "istio-telemetry.istio-system.svc.cluster.local"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
}
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"route_config": {
"routes": [
{
"cluster": "outbound|42422||istio-telemetry.istio-system.svc.cluster.local",
"destination_ip_list": [
"10.103.167.160/32"
]
}
]
},
"stat_prefix": "outbound|42422||istio-telemetry.istio-system.svc.cluster.local"
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.566Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.107.207.155_5473",
"address": {
"socket_address": {
"address": "10.107.207.155",
"port_value": 5473
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"disable_check_calls": true,
"mixer_attributes": {
"attributes": {
"destination.service.namespace": {
"string_value": "kube-system"
},
"destination.service.name": {
"string_value": "calico-typha"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "calico-typha.kube-system.svc.cluster.local"
},
"source.namespace": {
"string_value": "default"
},
"destination.service.host": {
"string_value": "calico-typha.kube-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://kube-system/services/calico-typha"
}
}
}
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"route_config": {
"routes": [
{
"destination_ip_list": [
"10.107.207.155/32"
],
"cluster": "outbound|5473||calico-typha.kube-system.svc.cluster.local"
}
]
},
"stat_prefix": "outbound|5473||calico-typha.kube-system.svc.cluster.local"
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.566Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.100.91.43_443",
"address": {
"socket_address": {
"address": "10.100.91.43",
"port_value": 443
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local",
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local"
},
"disable_check_calls": true,
"mixer_attributes": {
"attributes": {
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "ingress-nginx.ingress-nginx.svc.cluster.local"
},
"source.namespace": {
"string_value": "default"
},
"destination.service.uid": {
"string_value": "istio://ingress-nginx/services/ingress-nginx"
},
"destination.service.host": {
"string_value": "ingress-nginx.ingress-nginx.svc.cluster.local"
},
"destination.service.name": {
"string_value": "ingress-nginx"
},
"destination.service.namespace": {
"string_value": "ingress-nginx"
},
"context.reporter.kind": {
"string_value": "outbound"
}
}
}
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"stat_prefix": "outbound|443||ingress-nginx.ingress-nginx.svc.cluster.local",
"route_config": {
"routes": [
{
"cluster": "outbound|443||ingress-nginx.ingress-nginx.svc.cluster.local",
"destination_ip_list": [
"10.100.91.43/32"
]
}
]
}
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.567Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.109.75.223_443",
"address": {
"socket_address": {
"address": "10.109.75.223",
"port_value": 443
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"disable_check_calls": true,
"mixer_attributes": {
"attributes": {
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "istio-ingress.istio-system.svc.cluster.local"
},
"source.namespace": {
"string_value": "default"
},
"destination.service.host": {
"string_value": "istio-ingress.istio-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-ingress"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"destination.service.name": {
"string_value": "istio-ingress"
},
"context.reporter.kind": {
"string_value": "outbound"
}
}
}
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"route_config": {
"routes": [
{
"destination_ip_list": [
"10.109.75.223/32"
],
"cluster": "outbound|443||istio-ingress.istio-system.svc.cluster.local"
}
]
},
"stat_prefix": "outbound|443||istio-ingress.istio-system.svc.cluster.local"
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.568Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.106.88.104_31400",
"address": {
"socket_address": {
"address": "10.106.88.104",
"port_value": 31400
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"mixer_attributes": {
"attributes": {
"source.namespace": {
"string_value": "default"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-ingressgateway"
},
"destination.service.host": {
"string_value": "istio-ingressgateway.istio-system.svc.cluster.local"
},
"destination.service.name": {
"string_value": "istio-ingressgateway"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "istio-ingressgateway.istio-system.svc.cluster.local"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
},
"disable_check_calls": true
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"route_config": {
"routes": [
{
"destination_ip_list": [
"10.106.88.104/32"
],
"cluster": "outbound|31400||istio-ingressgateway.istio-system.svc.cluster.local"
}
]
},
"stat_prefix": "outbound|31400||istio-ingressgateway.istio-system.svc.cluster.local"
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.568Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.96.61.67_15005",
"address": {
"socket_address": {
"address": "10.96.61.67",
"port_value": 15005
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"mixer_attributes": {
"attributes": {
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.namespace": {
"string_value": "default"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/istio-pilot"
},
"destination.service.host": {
"string_value": "istio-pilot.istio-system.svc.cluster.local"
},
"destination.service.name": {
"string_value": "istio-pilot"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"context.reporter.kind": {
"string_value": "outbound"
}
}
},
"disable_check_calls": true
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"stat_prefix": "outbound|15005||istio-pilot.istio-system.svc.cluster.local",
"route_config": {
"routes": [
{
"destination_ip_list": [
"10.96.61.67/32"
],
"cluster": "outbound|15005||istio-pilot.istio-system.svc.cluster.local"
}
]
}
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.569Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.110.70.78_5601",
"address": {
"socket_address": {
"address": "10.110.70.78",
"port_value": 5601
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local",
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local"
},
"disable_check_calls": true,
"mixer_attributes": {
"attributes": {
"source.namespace": {
"string_value": "default"
},
"destination.service.host": {
"string_value": "kibana-logging.kube-system.svc.cluster.local"
},
"destination.service.uid": {
"string_value": "istio://kube-system/services/kibana-logging"
},
"destination.service.namespace": {
"string_value": "kube-system"
},
"destination.service.name": {
"string_value": "kibana-logging"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "kibana-logging.kube-system.svc.cluster.local"
}
}
}
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"stat_prefix": "outbound|5601||kibana-logging.kube-system.svc.cluster.local",
"route_config": {
"routes": [
{
"destination_ip_list": [
"10.110.70.78/32"
],
"cluster": "outbound|5601||kibana-logging.kube-system.svc.cluster.local"
}
]
}
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.569Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "10.97.230.45_44134",
"address": {
"socket_address": {
"address": "10.97.230.45",
"port_value": 44134
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"disable_check_calls": true,
"mixer_attributes": {
"attributes": {
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "tiller-deploy.kube-system.svc.cluster.local"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.namespace": {
"string_value": "default"
},
"destination.service.uid": {
"string_value": "istio://kube-system/services/tiller-deploy"
},
"destination.service.host": {
"string_value": "tiller-deploy.kube-system.svc.cluster.local"
},
"destination.service.namespace": {
"string_value": "kube-system"
},
"destination.service.name": {
"string_value": "tiller-deploy"
},
"context.reporter.kind": {
"string_value": "outbound"
}
}
}
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"route_config": {
"routes": [
{
"cluster": "outbound|44134||tiller-deploy.kube-system.svc.cluster.local",
"destination_ip_list": [
"10.97.230.45/32"
]
}
]
},
"stat_prefix": "outbound|44134||tiller-deploy.kube-system.svc.cluster.local"
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.570Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "0.0.0.0_80",
"address": {
"socket_address": {
"address": "0.0.0.0",
"port_value": 80
}
},
"filter_chains": [
{
"filters": [
{
"name": "envoy.http_connection_manager",
"config": {
"access_log": [
{
"name": "envoy.file_access_log",
"config": {
"path": "/dev/stdout"
}
}
],
"http_filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"mixer_attributes": {
"attributes": {
"source.namespace": {
"string_value": "default"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"context.reporter.kind": {
"string_value": "outbound"
}
}
},
"forward_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
}
}
},
{
"name": "envoy.cors"
},
{
"name": "envoy.fault"
},
{
"name": "envoy.router"
}
],
"tracing": {
"operation_name": "EGRESS"
},
"use_remote_address": false,
"stat_prefix": "0.0.0.0_80",
"rds": {
"route_config_name": "80",
"config_source": {
"ads": {}
}
},
"generate_request_id": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.571Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "0.0.0.0_9093",
"address": {
"socket_address": {
"address": "0.0.0.0",
"port_value": 9093
}
},
"filter_chains": [
{
"filters": [
{
"name": "envoy.http_connection_manager",
"config": {
"http_filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"forward_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
},
"mixer_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"source.namespace": {
"string_value": "default"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
}
}
},
{
"name": "envoy.cors"
},
{
"name": "envoy.fault"
},
{
"name": "envoy.router"
}
],
"tracing": {
"operation_name": "EGRESS"
},
"stat_prefix": "0.0.0.0_9093",
"rds": {
"route_config_name": "9093",
"config_source": {
"ads": {}
}
},
"use_remote_address": false,
"generate_request_id": true,
"access_log": [
{
"name": "envoy.file_access_log",
"config": {
"path": "/dev/stdout"
}
}
]
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.572Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "0.0.0.0_15007",
"address": {
"socket_address": {
"address": "0.0.0.0",
"port_value": 15007
}
},
"filter_chains": [
{
"filters": [
{
"name": "envoy.http_connection_manager",
"config": {
"access_log": [
{
"name": "envoy.file_access_log",
"config": {
"path": "/dev/stdout"
}
}
],
"http_filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"forward_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
},
"mixer_attributes": {
"attributes": {
"source.namespace": {
"string_value": "default"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"context.reporter.kind": {
"string_value": "outbound"
}
}
}
}
},
{
"name": "envoy.cors"
},
{
"name": "envoy.fault"
},
{
"name": "envoy.router"
}
],
"tracing": {
"operation_name": "EGRESS"
},
"rds": {
"route_config_name": "15007",
"config_source": {
"ads": {}
}
},
"use_remote_address": false,
"stat_prefix": "0.0.0.0_15007",
"generate_request_id": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.573Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "0.0.0.0_9411",
"address": {
"socket_address": {
"address": "0.0.0.0",
"port_value": 9411
}
},
"filter_chains": [
{
"filters": [
{
"name": "envoy.http_connection_manager",
"config": {
"use_remote_address": false,
"stat_prefix": "0.0.0.0_9411",
"rds": {
"route_config_name": "9411",
"config_source": {
"ads": {}
}
},
"generate_request_id": true,
"access_log": [
{
"name": "envoy.file_access_log",
"config": {
"path": "/dev/stdout"
}
}
],
"http_filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"mixer_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"source.namespace": {
"string_value": "default"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
},
"forward_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
}
}
},
{
"name": "envoy.cors"
},
{
"name": "envoy.fault"
},
{
"name": "envoy.router"
}
],
"tracing": {
"operation_name": "EGRESS"
}
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.575Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "0.0.0.0_8060",
"address": {
"socket_address": {
"address": "0.0.0.0",
"port_value": 8060
}
},
"filter_chains": [
{
"filters": [
{
"name": "envoy.http_connection_manager",
"config": {
"http_filters": [
{
"name": "mixer",
"config": {
"transport": {
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local",
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local"
},
"mixer_attributes": {
"attributes": {
"source.namespace": {
"string_value": "default"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"context.reporter.kind": {
"string_value": "outbound"
}
}
},
"forward_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
}
}
},
{
"name": "envoy.cors"
},
{
"name": "envoy.fault"
},
{
"name": "envoy.router"
}
],
"tracing": {
"operation_name": "EGRESS"
},
"use_remote_address": false,
"stat_prefix": "0.0.0.0_8060",
"rds": {
"route_config_name": "8060",
"config_source": {
"ads": {}
}
},
"generate_request_id": true,
"access_log": [
{
"name": "envoy.file_access_log",
"config": {
"path": "/dev/stdout"
}
}
]
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.576Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "0.0.0.0_15003",
"address": {
"socket_address": {
"address": "0.0.0.0",
"port_value": 15003
}
},
"filter_chains": [
{
"filters": [
{
"name": "envoy.http_connection_manager",
"config": {
"rds": {
"route_config_name": "15003",
"config_source": {
"ads": {}
}
},
"use_remote_address": false,
"stat_prefix": "0.0.0.0_15003",
"generate_request_id": true,
"access_log": [
{
"name": "envoy.file_access_log",
"config": {
"path": "/dev/stdout"
}
}
],
"http_filters": [
{
"name": "mixer",
"config": {
"transport": {
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local",
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local"
},
"mixer_attributes": {
"attributes": {
"source.namespace": {
"string_value": "default"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"context.reporter.kind": {
"string_value": "outbound"
}
}
},
"forward_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
}
}
},
{
"name": "envoy.cors"
},
{
"name": "envoy.fault"
},
{
"name": "envoy.router"
}
],
"tracing": {
"operation_name": "EGRESS"
}
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.577Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "0.0.0.0_9091",
"address": {
"socket_address": {
"address": "0.0.0.0",
"port_value": 9091
}
},
"filter_chains": [
{
"filters": [
{
"name": "envoy.http_connection_manager",
"config": {
"access_log": [
{
"name": "envoy.file_access_log",
"config": {
"path": "/dev/stdout"
}
}
],
"http_filters": [
{
"name": "mixer",
"config": {
"transport": {
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local",
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local"
},
"mixer_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"source.namespace": {
"string_value": "default"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
},
"forward_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
}
}
},
{
"name": "envoy.cors"
},
{
"name": "envoy.fault"
},
{
"name": "envoy.router"
}
],
"tracing": {
"operation_name": "EGRESS"
},
"rds": {
"route_config_name": "9091",
"config_source": {
"ads": {}
}
},
"use_remote_address": false,
"stat_prefix": "0.0.0.0_9091",
"generate_request_id": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.578Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "0.0.0.0_15010",
"address": {
"socket_address": {
"address": "0.0.0.0",
"port_value": 15010
}
},
"filter_chains": [
{
"filters": [
{
"name": "envoy.http_connection_manager",
"config": {
"tracing": {
"operation_name": "EGRESS"
},
"stat_prefix": "0.0.0.0_15010",
"rds": {
"route_config_name": "15010",
"config_source": {
"ads": {}
}
},
"use_remote_address": false,
"generate_request_id": true,
"access_log": [
{
"name": "envoy.file_access_log",
"config": {
"path": "/dev/stdout"
}
}
],
"http_filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"mixer_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"source.namespace": {
"string_value": "default"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
},
"forward_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
}
}
},
{
"name": "envoy.cors"
},
{
"name": "envoy.fault"
},
{
"name": "envoy.router"
}
]
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.579Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "0.0.0.0_9090",
"address": {
"socket_address": {
"address": "0.0.0.0",
"port_value": 9090
}
},
"filter_chains": [
{
"filters": [
{
"name": "envoy.http_connection_manager",
"config": {
"http_filters": [
{
"name": "mixer",
"config": {
"transport": {
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local",
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local"
},
"forward_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
},
"mixer_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"source.namespace": {
"string_value": "default"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
}
}
},
{
"name": "envoy.cors"
},
{
"name": "envoy.fault"
},
{
"name": "envoy.router"
}
],
"tracing": {
"operation_name": "EGRESS"
},
"use_remote_address": false,
"stat_prefix": "0.0.0.0_9090",
"rds": {
"route_config_name": "9090",
"config_source": {
"ads": {}
}
},
"generate_request_id": true,
"access_log": [
{
"name": "envoy.file_access_log",
"config": {
"path": "/dev/stdout"
}
}
]
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.585Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "0.0.0.0_9080",
"address": {
"socket_address": {
"address": "0.0.0.0",
"port_value": 9080
}
},
"filter_chains": [
{
"filters": [
{
"name": "envoy.http_connection_manager",
"config": {
"access_log": [
{
"name": "envoy.file_access_log",
"config": {
"path": "/dev/stdout"
}
}
],
"http_filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"mixer_attributes": {
"attributes": {
"source.namespace": {
"string_value": "default"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"context.reporter.kind": {
"string_value": "outbound"
}
}
},
"forward_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
}
}
},
{
"name": "envoy.cors"
},
{
"name": "envoy.fault"
},
{
"name": "envoy.router"
}
],
"tracing": {
"operation_name": "EGRESS"
},
"rds": {
"route_config_name": "9080",
"config_source": {
"ads": {}
}
},
"use_remote_address": false,
"stat_prefix": "0.0.0.0_9080",
"generate_request_id": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.586Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "0.0.0.0_8080",
"address": {
"socket_address": {
"address": "0.0.0.0",
"port_value": 8080
}
},
"filter_chains": [
{
"filters": [
{
"name": "envoy.http_connection_manager",
"config": {
"access_log": [
{
"name": "envoy.file_access_log",
"config": {
"path": "/dev/stdout"
}
}
],
"http_filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"mixer_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"context.reporter.kind": {
"string_value": "outbound"
},
"source.namespace": {
"string_value": "default"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
},
"forward_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
}
}
},
{
"name": "envoy.cors"
},
{
"name": "envoy.fault"
},
{
"name": "envoy.router"
}
],
"tracing": {
"operation_name": "EGRESS"
},
"use_remote_address": false,
"stat_prefix": "0.0.0.0_8080",
"rds": {
"route_config_name": "8080",
"config_source": {
"ads": {}
}
},
"generate_request_id": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.601Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "0.0.0.0_15004",
"address": {
"socket_address": {
"address": "0.0.0.0",
"port_value": 15004
}
},
"filter_chains": [
{
"filters": [
{
"name": "envoy.http_connection_manager",
"config": {
"tracing": {
"operation_name": "EGRESS"
},
"rds": {
"route_config_name": "15004",
"config_source": {
"ads": {}
}
},
"use_remote_address": false,
"stat_prefix": "0.0.0.0_15004",
"generate_request_id": true,
"access_log": [
{
"name": "envoy.file_access_log",
"config": {
"path": "/dev/stdout"
}
}
],
"http_filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"mixer_attributes": {
"attributes": {
"source.namespace": {
"string_value": "default"
},
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"context.reporter.kind": {
"string_value": "outbound"
}
}
},
"forward_attributes": {
"attributes": {
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
}
}
}
}
},
{
"name": "envoy.cors"
},
{
"name": "envoy.fault"
},
{
"name": "envoy.router"
}
]
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:12:54.602Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"listener": {
"name": "virtual",
"address": {
"socket_address": {
"address": "0.0.0.0",
"port_value": 15001
}
},
"filter_chains": [
{
"filters": [
{
"name": "envoy.tcp_proxy",
"config": {
"stat_prefix": "BlackHoleCluster",
"cluster": "BlackHoleCluster"
}
}
]
}
],
"use_original_dst": true
},
"last_updated": "2018-07-10T22:12:54.603Z"
},
{
"version_info": "2018-07-10 22:42:36.818715585 +0000 UTC m=+1847.981736551",
"listener": {
"name": "10.105.244.100_8001",
"address": {
"socket_address": {
"address": "10.105.244.100",
"port_value": 8001
}
},
"filter_chains": [
{
"filters": [
{
"name": "mixer",
"config": {
"transport": {
"network_fail_policy": {
"policy": "FAIL_CLOSE"
},
"report_cluster": "outbound|9091||istio-telemetry.istio-system.svc.cluster.local",
"check_cluster": "outbound|9091||istio-policy.istio-system.svc.cluster.local"
},
"disable_check_calls": true,
"mixer_attributes": {
"attributes": {
"context.reporter.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"source.uid": {
"string_value": "kubernetes://productpage-v1-7bbdd59459-brq62.default"
},
"destination.service": {
"string_value": "tracing.istio-system.svc.cluster.local"
},
"source.namespace": {
"string_value": "default"
},
"destination.service.uid": {
"string_value": "istio://istio-system/services/tracing"
},
"destination.service.host": {
"string_value": "tracing.istio-system.svc.cluster.local"
},
"destination.service.name": {
"string_value": "tracing"
},
"destination.service.namespace": {
"string_value": "istio-system"
},
"context.reporter.kind": {
"string_value": "outbound"
}
}
}
}
},
{
"name": "envoy.tcp_proxy",
"config": {
"value": {
"stat_prefix": "outbound|8001||tracing.istio-system.svc.cluster.local",
"route_config": {
"routes": [
{
"cluster": "outbound|8001||tracing.istio-system.svc.cluster.local",
"destination_ip_list": [
"10.105.244.100/32"
]
}
]
}
},
"deprecated_v1": true
}
}
]
}
],
"deprecated_v1": {
"bind_to_port": false
}
},
"last_updated": "2018-07-10T22:42:37.118Z"
}
]
},
"clusters": {
"@type": "type.googleapis.com/envoy.admin.v2alpha.ClustersConfigDump",
"version_info": "2018-07-18 21:48:48.941686156 +0000 UTC m=+689820.104707129",
"static_clusters": [
{
"cluster": {
"name": "xds-grpc",
"type": "STRICT_DNS",
"connect_timeout": "10s",
"hosts": [
{
"socket_address": {
"address": "istio-pilot.istio-system",
"port_value": 15010
}
}
],
"circuit_breakers": {
"thresholds": [
{
"max_connections": 100000,
"max_pending_requests": 100000,
"max_requests": 100000
},
{
"priority": "HIGH",
"max_connections": 100000,
"max_pending_requests": 100000,
"max_requests": 100000
}
]
},
"http2_protocol_options": {}
},
"last_updated": "2018-07-10T22:12:49.432Z"
},
{
"cluster": {
"name": "zipkin",
"type": "STRICT_DNS",
"connect_timeout": "1s",
"hosts": [
{
"socket_address": {
"address": "zipkin.istio-system",
"port_value": 9411
}
}
]
},
"last_updated": "2018-07-10T22:12:49.432Z"
}
],
"dynamic_active_clusters": [
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "BlackHoleCluster",
"connect_timeout": "5s"
},
"last_updated": "2018-07-10T22:12:54.482Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "inbound|9080||productpage.default.svc.cluster.local",
"connect_timeout": "1s",
"hosts": [
{
"socket_address": {
"address": "127.0.0.1",
"port_value": 9080
}
}
],
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.482Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|15003||istio-pilot.istio-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|15003||istio-pilot.istio-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.476Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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",
"max_requests_per_connection": 10000,
"circuit_breakers": {
"thresholds": [
{
"max_requests": 10000
}
]
},
"http2_protocol_options": {
"max_concurrent_streams": 1073741824
}
},
"last_updated": "2018-07-10T22:12:54.479Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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",
"max_requests_per_connection": 10000,
"circuit_breakers": {
"thresholds": [
{
"max_requests": 10000
}
]
},
"http2_protocol_options": {
"max_concurrent_streams": 1073741824
}
},
"last_updated": "2018-07-10T22:12:54.472Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|15005||istio-pilot.istio-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|15005||istio-pilot.istio-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.477Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|15007||istio-pilot.istio-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|15007||istio-pilot.istio-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.477Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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": [
{}
]
},
"http2_protocol_options": {
"max_concurrent_streams": 1073741824
}
},
"last_updated": "2018-07-10T22:12:54.477Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.477Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|31400||istio-ingressgateway.istio-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|31400||istio-ingressgateway.istio-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.479Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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_requests": 10000
}
]
}
},
"last_updated": "2018-07-10T22:12:54.473Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|44134||tiller-deploy.kube-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|44134||tiller-deploy.kube-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.465Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|443||ccp-addons-kubernetes-dashboard.default.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|443||ccp-addons-kubernetes-dashboard.default.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.475Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|443||ingress-nginx.ingress-nginx.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|443||ingress-nginx.ingress-nginx.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.475Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|443||istio-egressgateway.istio-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|443||istio-egressgateway.istio-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.480Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.470Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|443||istio-ingress.istio-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|443||istio-ingress.istio-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.481Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.479Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.470Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.482Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.469Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|5473||calico-typha.kube-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|5473||calico-typha.kube-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.480Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|5601||kibana-logging.kube-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|5601||kibana-logging.kube-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.466Z"
},
{
"version_info": "2018-07-10 22:42:36.818715585 +0000 UTC m=+1847.981736551",
"cluster": {
"name": "outbound|8001||tracing.istio-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|8001||tracing.istio-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:42:36.932Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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": [
{}
]
},
"http2_protocol_options": {
"max_concurrent_streams": 1073741824
}
},
"last_updated": "2018-07-10T22:12:54.471Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.478Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|80||ccp-addons-grafana.default.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|80||ccp-addons-grafana.default.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.472Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|80||ccp-addons-prometheus-alertmanager.default.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|80||ccp-addons-prometheus-alertmanager.default.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.469Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|80||ccp-addons-prometheus-kube-state-metrics.default.svc.cluster.local",
"type": "ORIGINAL_DST",
"connect_timeout": "1s",
"lb_policy": "ORIGINAL_DST_LB",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.482Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|80||ccp-addons-prometheus-server.default.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|80||ccp-addons-prometheus-server.default.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.465Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|80||default-http-backend.ingress-nginx.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|80||default-http-backend.ingress-nginx.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.473Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|80||ingress-nginx.ingress-nginx.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|80||ingress-nginx.ingress-nginx.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.475Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|80||istio-egressgateway.istio-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|80||istio-egressgateway.istio-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
},
"http2_protocol_options": {
"max_concurrent_streams": 1073741824
}
},
"last_updated": "2018-07-10T22:12:54.480Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|80||istio-ingress.istio-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|80||istio-ingress.istio-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.481Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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": [
{}
]
},
"http2_protocol_options": {
"max_concurrent_streams": 1073741824
}
},
"last_updated": "2018-07-10T22:12:54.478Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.469Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.476Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.470Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.476Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.481Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|9091||ccp-addons-prometheus-pushgateway.default.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|9091||ccp-addons-prometheus-pushgateway.default.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.473Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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",
"max_requests_per_connection": 10000,
"circuit_breakers": {
"thresholds": [
{
"max_requests": 10000
}
]
},
"http2_protocol_options": {
"max_concurrent_streams": 1073741824
}
},
"last_updated": "2018-07-10T22:12:54.479Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"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",
"max_requests_per_connection": 10000,
"circuit_breakers": {
"thresholds": [
{
"max_requests": 10000
}
]
},
"http2_protocol_options": {
"max_concurrent_streams": 1073741824
}
},
"last_updated": "2018-07-10T22:12:54.472Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|9093||istio-citadel.istio-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|9093||istio-citadel.istio-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.471Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|9093||istio-galley.istio-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|9093||istio-galley.istio-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.470Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|9093||istio-pilot.istio-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|9093||istio-pilot.istio-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.478Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|9093||istio-policy.istio-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|9093||istio-policy.istio-system.svc.cluster.local"
},
"connect_timeout": "1s",
"max_requests_per_connection": 10000,
"circuit_breakers": {
"thresholds": [
{
"max_requests": 10000
}
]
}
},
"last_updated": "2018-07-10T22:12:54.480Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|9093||istio-telemetry.istio-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|9093||istio-telemetry.istio-system.svc.cluster.local"
},
"connect_timeout": "1s",
"max_requests_per_connection": 10000,
"circuit_breakers": {
"thresholds": [
{
"max_requests": 10000
}
]
}
},
"last_updated": "2018-07-10T22:12:54.472Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|9100||ccp-addons-prometheus-node-exporter.default.svc.cluster.local",
"type": "ORIGINAL_DST",
"connect_timeout": "1s",
"lb_policy": "ORIGINAL_DST_LB",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.475Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|9102||istio-statsd-prom-bridge.istio-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|9102||istio-statsd-prom-bridge.istio-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.471Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|9125||istio-statsd-prom-bridge.istio-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|9125||istio-statsd-prom-bridge.istio-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.471Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|9200||elasticsearch-logging.kube-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|9200||elasticsearch-logging.kube-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.481Z"
},
{
"version_info": "2018-07-10 22:12:53.584655037 +0000 UTC m=+64.747676003",
"cluster": {
"name": "outbound|9411||zipkin.istio-system.svc.cluster.local",
"type": "EDS",
"eds_cluster_config": {
"eds_config": {
"ads": {}
},
"service_name": "outbound|9411||zipkin.istio-system.svc.cluster.local"
},
"connect_timeout": "1s",
"circuit_breakers": {
"thresholds": [
{}
]
}
},
"last_updated": "2018-07-10T22:12:54.465Z"
}
]
},
"bootstrap": {
"@type": "type.googleapis.com/envoy.admin.v2alpha.BootstrapConfigDump",
"bootstrap": {
"node": {
"id": "sidecar~192.170.2.104~productpage-v1-7bbdd59459-brq62.default~default.svc.cluster.local",
"cluster": "productpage",
"metadata": {
"INTERCEPTION_MODE": "REDIRECT",
"istio": "sidecar",
"POD_NAME": "productpage-v1-7bbdd59459-brq62"
},
"build_version": "0/1.8.0-dev//RELEASE"
},
"static_resources": {
"clusters": [
{
"name": "xds-grpc",
"type": "STRICT_DNS",
"connect_timeout": "10s",
"hosts": [
{
"socket_address": {
"address": "istio-pilot.istio-system",
"port_value": 15010
}
}
],
"circuit_breakers": {
"thresholds": [
{
"max_connections": 100000,
"max_pending_requests": 100000,
"max_requests": 100000
},
{
"priority": "HIGH",
"max_connections": 100000,
"max_pending_requests": 100000,
"max_requests": 100000
}
]
},
"http2_protocol_options": {}
},
{
"name": "zipkin",
"type": "STRICT_DNS",
"connect_timeout": "1s",
"hosts": [
{
"socket_address": {
"address": "zipkin.istio-system",
"port_value": 9411
}
}
]
}
]
},
"dynamic_resources": {
"lds_config": {
"ads": {}
},
"cds_config": {
"ads": {}
},
"ads_config": {
"api_type": "GRPC",
"refresh_delay": "1s",
"grpc_services": [
{
"envoy_grpc": {
"cluster_name": "xds-grpc"
}
}
]
}
},
"stats_sinks": [
{
"name": "envoy.statsd",
"config": {
"address": {
"socket_address": {
"port_value": 9125,
"address": "10.101.238.229"
}
}
}
}
],
"tracing": {
"http": {
"name": "envoy.zipkin",
"config": {
"collector_cluster": "zipkin"
}
}
},
"admin": {
"access_log_path": "/dev/stdout",
"address": {
"socket_address": {
"address": "127.0.0.1",
"port_value": 15000
}
}
},
"stats_config": {
"use_all_default_tags": false
}
},
"last_updated": "2018-07-10T22:12:49.431Z"
}
}
}

Introduction

Based on Istio 1.0

Deployment

As noted by the official Istio tracing documentation, Jaeger can be deployed with Istio for demo purposes using istio-demo.yaml or istio-demo-auth.yaml or by using the helm chart with tracing enabled using the --set tracing.enabled=true option.

Background

Let's take a look at the deployment details to better understand how Jaeger runs in an Istio service mesh. A configuration file is used to manage the mesh-wide configuration. This configuration is described by a Kubernetes ConfigMap named istio. Use kubectl get cm/istio -n istio-system -o yaml to view the ConfigMap:

apiVersion: v1
data:
  mesh: "# Set the following variable to true to disable policy checks by the Mixer.\n#
    Note that metrics will still be reported to the Mixer.\ndisablePolicyChecks: false\n\n#
    Set enableTracing to false to disable request tracing.\nenableTracing: true\n\n#
    Set accessLogFile to empty string to disable access log.\naccessLogFile: \"/dev/stdout\"\n#\n#
    Deprecated: mixer is using EDS\nmixerCheckServer: istio-policy.istio-system.svc.cluster.local:15004\nmixerReportServer:
    istio-telemetry.istio-system.svc.cluster.local:15004\n\n# This is the ingress
    service name, update if you used a different name\ningressService: istio-ingress\n\n#
    Unix Domain Socket through which envoy communicates with NodeAgent SDS to get\n#
    key/cert for mTLS. Use secret-mount files instead of SDS if set to empty. \nsdsUdsPath:
    \"\"\n\n# How frequently should Envoy fetch key/cert from NodeAgent.\nsdsRefreshDelay:
    15s\n\n#\ndefaultConfig:\n  #\n  # TCP connection timeout between Envoy & the
    application, and between Envoys.\n  connectTimeout: 10s\n  #\n  ### ADVANCED SETTINGS
    #############\n  # Where should envoy's configuration be stored in the istio-proxy
    container\n  configPath: \"/etc/istio/proxy\"\n  binaryPath: \"/usr/local/bin/envoy\"\n
    \ # The pseudo service name used for Envoy.\n  serviceCluster: istio-proxy\n  #
    These settings that determine how long an old Envoy\n  # process should be kept
    alive after an occasional reload.\n  drainDuration: 45s\n  parentShutdownDuration:
    1m0s\n  #\n  # The mode used to redirect inbound connections to Envoy. This setting\n
    \ # has no effect on outbound traffic: iptables REDIRECT is always used for\n
    \ # outbound connections.\n  # If \"REDIRECT\", use iptables REDIRECT to NAT and
    redirect to Envoy.\n  # The \"REDIRECT\" mode loses source addresses during redirection.\n
    \ # If \"TPROXY\", use iptables TPROXY to redirect to Envoy.\n  # The \"TPROXY\"
    mode preserves both the source and destination IP\n  # addresses and ports, so
    that they can be used for advanced filtering\n  # and manipulation.\n  # The \"TPROXY\"
    mode also configures the sidecar to run with the\n  # CAP_NET_ADMIN capability,
    which is required to use TPROXY.\n  #interceptionMode: REDIRECT\n  #\n  # Port
    where Envoy listens (on local host) for admin commands\n  # You can exec into
    the istio-proxy container in a pod and\n  # curl the admin port (curl http://localhost:15000/)
    to obtain\n  # diagnostic information from Envoy. See\n  # https://lyft.github.io/envoy/docs/operations/admin.html\n
    \ # for more details\n  proxyAdminPort: 15000\n  #\n  # Zipkin trace collector\n
    \ zipkinAddress: zipkin.istio-system:9411\n  #\n  # Statsd metrics collector converts
    statsd metrics into Prometheus metrics.\n  statsdUdpAddress: istio-statsd-prom-bridge.istio-system:9125\n
    \ #\n  # Mutual TLS authentication between sidecars and istio control plane.\n
    \ controlPlaneAuthPolicy: NONE\n  #\n  # Address where istio Pilot service is
    running\n  discoveryAddress: istio-pilot.istio-system:15007"
kind: ConfigMap
metadata:
  creationTimestamp: 2018-07-10T22:10:45Z
  labels:
    app: istio
    chart: istio-1.0.0
    heritage: Tiller
    release: istio
  name: istio
  namespace: istio-system
  resourceVersion: "4912411"
  selfLink: /api/v1/namespaces/istio-system/configmaps/istio
  uid: 17f06949-848e-11e8-b32b-0050569353a1

enableTracing: true does the following in Istio:

istio/pilot/pkg/networking/core/v1alpha3/listener.go:

        if mesh.EnableTracing {
                connectionManager.Tracing = &http_conn.HttpConnectionManager_Tracing{
                        OperationName: httpOpts.direction,
                }
                connectionManager.GenerateRequestId = &google_protobuf.BoolValue{true}
        }

. Kubernetes Deployment objects istio-pilot and istio-sidecar-injector use this ConfigMap. Helm uses template install/kubernetes/helm/istio/templates/configmap.yaml and values from install/kubernetes/helm/istio/values.yaml to generate the mesh-wide ConfigMap names istio. When using istio-demo.yaml or istio-demo-auth.yaml or setting the --set tracing.enabled=true option

Notes

istio-telemetry and istio-policy (i.e. Mixer) Kubernetes Deployment objects includes --trace_zipkin_url=http://zipkin:9411/api/v1/spans in container args. zipkin is the name of the Jager Kubernetes Service object that listens on TCP:9411 and load-balances traffic to pods with the label app=jaeger, i.e. the pod running Jaeger:

$ kubectl get po -n istio-system --show-labels | grep jaeger
istio-tracing-647f8c48f8-7frdb             1/1       Running     0          7d        app=jaeger,pod-template-hash=2039470494

Headers in the app must be set per docs: https://istio.io/docs/tasks/telemetry/distributed-tracing/#understanding-what-happened

Envoy v2 API Tracing

  "tracing": {
    "http": {
      "name": "envoy.zipkin",
      "config": {
        "collector_cluster": "zipkin"
      }
    }
  },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment