Istioctl proxy-config output explained

Hello,

Can someone please explain the o/p of various "istioctl proxy-config clusters/listerners/routes ":

[sourabh.w@K9-MAC-035 bin]$  ./istioctl proxy-config route browse-25-85f7dd468d-zskpj -n r19-1-browse-qa
NOTE: This output only contains routes loaded via RDS.
NAME                                                     VIRTUAL HOSTS
8080                                                     1
inbound|80||browse.r19-1-browse-qa.svc.cluster.local     1
inbound|80||browse.r19-1-browse-qa.svc.cluster.local     1
80                                                       25
3000                                                     1
8060                                                     1
8088                                                     1
9090                                                     1
9091                                                     2
9093                                                     5
9411                                                     1
15004                                                    2
15010                                                    1
15030                                                    1
15031                                                    1
26379                                                    2
                                                         1

Here is a guide on how to interpret the outputs.

For details on clusters/routes/listeners/endpoints, you should check the Envoy docs.

Thanks @liamawhite … I have gone through the istio debugging docs but that is not very clear to me. I wil check the envoy docs. Thank You :slight_smile: