VirtualInbound Listener

入向流量的相关过滤器匹配条件及流量处理机制

[root@master ~]# istioctl pc listeners sleep-78ff5975c6-75q5z --port 15006
ADDRESS PORT  MATCH                                                                                         DESTINATION
0.0.0.0 15006 Addr: *:15006                                                                                 Non-HTTP/Non-TCP
0.0.0.0 15006 Trans: tls; App: istio-http/1.0,istio-http/1.1,istio-h2; Addr: 0.0.0.0/0                      InboundPassthroughClusterIpv4
0.0.0.0 15006 Trans: raw_buffer; App: http/1.1,h2c; Addr: 0.0.0.0/0                                         InboundPassthroughClusterIpv4
0.0.0.0 15006 Trans: tls; App: TCP TLS; Addr: 0.0.0.0/0                                                     InboundPassthroughClusterIpv4
0.0.0.0 15006 Trans: raw_buffer; Addr: 0.0.0.0/0                                                            InboundPassthroughClusterIpv4
0.0.0.0 15006 Trans: tls; Addr: 0.0.0.0/0                                                                   InboundPassthroughClusterIpv4
0.0.0.0 15006 Trans: tls; App: istio,istio-peer-exchange,istio-http/1.0,istio-http/1.1,istio-h2; Addr: *:80 Cluster: inbound|80||
0.0.0.0 15006 Trans: raw_buffer; Addr: *:80                                                                 Cluster: inbound|80||

查看sleep所属的集群

[root@master ~]# istioctl pc clusters sleep-78ff5975c6-75q5z --fqdn sleep.default.svc.cluster.local
SERVICE FQDN                        PORT     SUBSET     DIRECTION     TYPE     DESTINATION RULE
sleep.default.svc.cluster.local     80       -          outbound      EDS  

 

posted @ 2022-11-25 13:34  Maniana  阅读(30)  评论(0编辑  收藏  举报