Questions tagged [istio-kiali]
38 questions
0
votes
2 answers
Does Kiali provide a way for servise mesh graph exportation?
I am using Istio with Kiali and i would like to integrate the graph representation with its weights on my own code.
Does Istio or Kiali by itself provide an API for such a purpose? For example to export the graph as a JSON object?

Kostas Tsakos
- 169
- 10
0
votes
0 answers
Kiali: Avoid KIA1106 - More than one Virtual Service for same host
I'm using Kiali on Istio/Kubernetes to monitor my mesh.
I need to route 2 different pods based in URL contain, and for this, I'm following the tutorial in Split large virtual services and destination rules into multiple resources. So, I created 2…

Sourcerer
- 1,891
- 1
- 19
- 32
0
votes
0 answers
Istio - Weighted traffic routing not working
We are trying to do a weighted traffic routing for our application using Istio. But for some reason, the traffic split is not working as intended. When we say we want 100% traffic to reach v2 of our app, it still sends requests to the v1 as well. …

Dinesh Kumar
- 483
- 8
- 24
0
votes
1 answer
Unable to access Istio addons via network Load Balancer
All add-ons are running fine, just I am unable to access it via Network LoadBalancer URL
[ec2-user@ip-10-0-0-60 ~]$ kubectl get vs,dr,gw -n istio-system
NAME GATEWAYS HOSTS …

learner
- 2,480
- 10
- 50
- 94
0
votes
1 answer
Azure Kubernetes - Istio accessing grafana, prometheus, jaeger, kiali & envoy externally?
I have used the following configuration to setup the Istio
cat << EOF | kubectl apply -f -
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
namespace: istio-system
name: istio-control-plane
spec:
# Use the default profile as…

One Developer
- 99
- 5
- 43
- 103
0
votes
1 answer
Azure kubernetes - Azure CNI & Istio, sidecar IP allocation?
Our Azure kubernetes cluster is configured with Azure CNI for networking which uses the subnet with CIDR: /21.
As we are planning to deploy Istio service mesh and additional sidecars for log shipping, how would those impact the available IPs? Would…

One Developer
- 99
- 5
- 43
- 103
0
votes
1 answer
Istio ingress pod is re-creating after installation
I have installed istio 1.6.7 in an AKS cluster using istioctl.
I have enabled the istio operator using init command.
When I try to enable Grafana and Kiali using a separate yaml on top of the installed istio system with kubectl, the istio ingress…
0
votes
0 answers
what is the meaning of "pilot_duplicate_envoy_clusters" in istio pilot logs
I have an service Entry kind which is for the database service in other namespace(istio-enabled=false).
Now the question is
why am i getting pilot_duplicate_envoy_clusters in pilot logs?
what does it mean really?
Where will i get the proper…

Taybur Rahman
- 1,347
- 8
- 20