Josune Cordoba
Josune Cordoba
How Envoy logs will be visualized in Kiali? Example of ztunnel logs from the istio-system namespaces:  - It is possible to associate these logs with a specific workload? It...
Waypoint proxies can be created as an experimental feature of istioctl: `istioctl x waypoint apply --service-account bookinfo-productpage` They can be created by: - Service account - Namespace The option should...
Ref. #5766 https://github.com/kiali/kiali/pull/5851#discussion_r1143332153 Use a timeout for each cluster call so a single cluster error doesn't blocks the whole calls. The kube client needs to accept the context with the...
Implement tests to validate Istio Ambient behavior. At the moment, it is not possible while Ambient is not GA. It would probably require a different kind setup as it needs...
Create some hack scripts to install Ambient and some examples to see the difference between an Ambient namespace/sidecars/Namespace not included in the mesh. It can be useful for test automation...
It is not possible to see span traces for components labeled with Ambient annotations:   Epic subtask: https://github.com/kiali/kiali/issues/5476
It was reported that Kiali was marking as "Out of Mesh" workloads included in an Ambient Namespace. Tested with Rollouts, Deployments and DaemonSets from 1 to N replicas. On an...
### Describe the change Create an array of pod names from the same namespace from streamParsedLogs to be able to stream the logs from different nodes for ztunnel. Include the...
### Describe the change - Use reporter="waypoint" in the queries for the ns graph - Remove edges also when hiding waypoint to prevent error  TODO: - Security:  -...
### What do you want to improve? How the Kiali graph is visualized on Istio Ambient 1.22 with Waypoint proxies. ### What is the current behavior? - L7 telemetry is...