**istioctl proxy-config listener test-source-869888dfdc-9k6bt -n sample --port 5000**
ADDRESSES PORT MATCH DESTINATION 0.0.0.0 5000 Trans: raw_buffer; App: http/1.1,h2c Route: 5000 0.0.0.0 5000 ALL PassthroughCluster 0.0.0.0 5000 SNI: helloworld.sample.svc.cluster.local Cluster: outbound|5000||helloworld.sample.svc.cluster.local
**istioctl proxy-config route test-source-869888dfdc-9k6bt -n sample --name 5000**
NAME VHOST NAME DOMAINS MATCH VIRTUAL SERVICE 5000 helloworld.sample.svc.cluster.local:5000 helloworld, helloworld.sample + 1 more... /* helloworld-vs.sample
**istioctl proxy-config cluster test-source-869888dfdc-9k6bt -n sample --fqdn "outbound|5000|to-nanjing-local-subsets|helloworld.sample.svc.cluster.local"**
SERVICE FQDN PORT SUBSET DIRECTION TYPE DESTINATION RULE helloworld.sample.svc.cluster.local 5000 to-nanjing-local-subsets outbound EDS helloworld-dr.sample
**istioctl proxy-config cluster test-source-869888dfdc-9k6bt -n sample --fqdn "outbound|5000|to-beijing-eastwestgateway-subsets|helloworld.sample.svc.cluster.local"**
SERVICE FQDN PORT SUBSET DIRECTION TYPE DESTINATION RULE helloworld.sample.svc.cluster.local 5000 to-beijing-eastwestgateway-subsets outbound EDS helloworld-dr.sample
**istioctl proxy-config endpoints test-source-869888dfdc-9k6bt -n sample --cluster "outbound|5000|to-nanjing-local-subsets|helloworld.sample.svc.cluster.local"**
ENDPOINT STATUS OUTLIER CHECK CLUSTER 10.244.134.50:5000 HEALTHY OK outbound|5000|to-nanjing-local-subsets|helloworld.sample.svc.cluster.local
**istioctl proxy-config endpoints test-source-869888dfdc-9k6bt -n sample --cluster "outbound|5000|to-beijing-eastwestgateway-subsets|helloworld.sample.svc.cluster.local"**
`ENDPOINT STATUS OUTLIER CHECK CLUSTER`
**Why is there nothing here**
**
**Now the request of http://helloworld.sample.svc.cluster.local:5000/hello, a feedback test results are as follows:****
no healthy upstreamHello version: v1, instance: helloworld-v1-86f57ccb45-rv9cn Hello version: v1, instance: helloworld-v1-86f57ccb45-rv9cn Hello version: v1, instance: helloworld-v1-86f57ccb45-rv9cn Hello version: v1, instance: helloworld-v1-86f57ccb45-rv9cn no healthy upstreamno healthy upstreamno healthy upstreamno healthy upstreamHello version: v1, instance: helloworld-v1-86f57ccb45-rv9cn Hello version: v1, instance: helloworld-v1-86f57ccb45-rv9cn no healthy upstreamHello version: v1, instance: helloworld-v1-86f57ccb45-rv9cn no healthy upstreamno healthy upstreamno healthy upstreamHello version: v1, instance: helloworld-v1-86f57ccb45-rv9cn Hello version: v1, instance: helloworld-v1-86f57ccb45-rv9cn Hello version: v1, instance: helloworld-v1-86f57ccb45-rv9cn no healthy upstreamno healthy upstreamno healthy upstreamHello version: v1, instance: helloworld-v1-86f57ccb45-rv9cn Hello version: v1, instance: helloworld-v1-86f57ccb45-rv9cn no healthy upstreamno healthy upstreamno healthy upstreamHello version: v1, instance: helloworld-v1-86f57ccb45-rv9cn Hello version: v1, instance: helloworld-v1-86f57ccb45-rv9cn no healthy upstreamHello version: v1, instance: helloworld-v1-86f57ccb45-rv9cn
**I canceled the synchronization between Nanjing and Beijing**
**Nanjing visits Beijing all by east-west gateway**
istioctl remote-clusters NAME SECRET STATUS ISTIOD kubernetes-admin-nj-k8s-cluster synced istiod-59c66bbb95-87vlc istioctl remote-clusters NAME SECRET STATUS ISTIOD kubernetes-admin-bj-k8s-cluster synced istiod-84cb955954-mxq4r
**Could you please help me see what's going on? Is there something wrong with my configuration? Or is it impossible to fulfill my need?**
Or am I misinterpreting failover and can't use it here?