Lucas Ponce

Results 15 issues of Lucas Ponce

Defining a route [1] like ``` context = HttpServer.create(8556) .newRouter(r -> r .get("/hawkular/alerts", (req, resp) -> { return resp.sendString(Mono.just("Get alerts")); }) .route(req -> true, (req, resp) -> { QueryStringDecoder query...

type/enhancement
help wanted

Kiali supports Istio configuration, but two new resources are not yet added: ``` { group: 'extensions.istio.io', version: 'v1alpha1', kind: 'WasmPlugin', }, { group: 'telemetry.istio.io', version: 'v1alpha1', kind: 'Telemetry', }, ```...

enhancement
backlog

I think this has been pointed out in some chat. "app" and "version" labels are recommended in Istio https://istio.io/latest/docs/ops/deployment/requirements/#pod-requirements but the "wording" of this tooltip can be relaxed, indicating that...

Commented with @jshaughn about the possibility to show the "cluster names" in graph badges only when the "Cluster boxes" option is enabled. Also, the default value is "enabled" and perhaps...

enhancement
backlog

Kiali detects a mesh wide TLS setup: ![image](https://user-images.githubusercontent.com/1662329/176436949-da46ffb6-43ac-4e1e-bae2-0e129a1248c8.png) But only when there is an explicit DestinationRule in the "istio-system" (or any other control plane namespace). ![image](https://user-images.githubusercontent.com/1662329/176437414-7ea2dc78-5f97-464b-8178-48c2d43a5d1e.png) This logic should be...

epic
backlog

Today Kiali's overview page is focused on the data-plane status: ![image](https://user-images.githubusercontent.com/1662329/172578782-53523e92-be4f-4046-a95e-eb9d71b4c97b.png) It shows pretty much the same information provided by the "Mesh Dashboard" which is also focused on the data...

enhancement
backlog

One of the goals of Kiali is to provide good information to an Istio end user about why a traffic scenario is not working as expected. I have read in...

research
backlog

This is a follow-up task about the planned improvements in the Envoy tab located under the Workload details. One of the features shipped is to provide a minimal "Envoy" metrics...

enhancement
backlog

This is a follow-up issue started in https://github.com/kiali/kiali/issues/4502#issuecomment-1021162055 Kiali uses k8s Informers to access k8s APIs (workload, services, and Istio configuration). The current design creates an Informer per namespace+API, and...

enhancement
backlog

The frontend layer maintains an IstioObjects.ts file to map the Istio backend with the model used in the frontend (mainly wizards and Istio Config editor). As we moved to the...

maintenance
backlog