Jonathan Ho
Jonathan Ho
verisons: I am running istio 1.13.4 and kiali 1.45 context: I am running cloudflare tunnel and route all traffic to istio gateway service. I have two gateway called istio-ingressgateway-public and...
The query for your expression (the following) is empty ``` sum(istio_requests_total{destination_service_name="istio-ingressgateway-public"}) by (reporter, destination_app, destination_canonical_service) ``` So I change to without specific destination_service_name and add both destination and ,source canonical...
The result of running ``` sum(istio_tcp_sent_bytes_total) by (app, reporter, destination_app, destination_canonical_service,source_canonical_service, source_workload) ``` as query ``` {app="cloudflared", destination_app="unknown", destination_canonical_service="istio-ingressgateway-public", reporter="source", source_canonical_service="cloudflared", source_workload="cloudflared"} {app="cloudflared", destination_app="unknown", destination_canonical_service="unknown", reporter="source", source_canonical_service="cloudflared", source_workload="cloudflared"} {app="css-discord-bot", destination_app="unknown",...
sure, there are the result ``` {destination_canonical_revision="latest", destination_canonical_service="istio-ingressgateway-public", destination_cluster="Kubernetes", destination_service="istio-ingressgateway-public.istio-system.svc.cluster.local", destination_service_name="istio-ingressgateway-public", destination_service_namespace="istio-system", destination_workload="istio-ingressgateway-public", destination_workload_namespace="istio-system", source_canonical_revision="latest", source_canonical_service="cloudflared", source_cluster="Kubernetes", source_workload="cloudflared", source_workload_namespace="cloudflare"} {destination_canonical_revision="latest", destination_canonical_service="unknown", destination_cluster="unknown", destination_service="unknown", destination_service_name="PassthroughCluster", destination_service_namespace="unknown", destination_workload="unknown", destination_workload_namespace="unknown", source_canonical_revision="latest", source_canonical_service="cloudflared", source_cluster="Kubernetes",...
The side panel of public gateway:   The side panel of kiali (for example and compare):   The service is missing the app label and the app node...
For traffic m, all boxes are checked, request, request and send byte. For namespace I checked cloudflare and istio-system, when cloudflare namespace is not checked, the ingress service will not...
I am pretty sure the service is there, I checked and the config is applied by fluxcd. btw, arent the screenshot showed "Is Gateway" at the ingress gateway?
Yes, the svc is there
This is the with the service tab, you can see that the app label is present  
I turn on trace logging, I only got these two, which they are constantly looping ``` 2022-06-02T19:57:29Z ERR Error fetching availability of the tracing service: rpc error: code = Unavailable...