Kiali is a UI to visualise traffic in Istio
Questions tagged [kiali]
40 questions
1
vote
3 answers
kiali showing unkown traffic via sending through ambassador
I have installed service mesh(Istio) and working with Ambassador to route traffic to our application. Whenever I am sending traffic through Istio Ingress its working fine and working with the ambassador but when sending through Ambassador, It is…

Obivan
- 361
- 1
- 3
- 9
1
vote
2 answers
"Kiali secret is missing" but it's definitely there
My Kiali installation returns 520 when logging in.
In my console is being printed:
W1105 08:23:28.238619 1 kiali.go:145] Kiali is missing a secret that contains both 'username' and 'passphrase'
E1105 08:23:34.142346 1…

S.V.
- 1,181
- 6
- 23
1
vote
1 answer
How to hide the traffic from kube-probe in Kiali graph?
I deployed the app in the kubernetes+istio cluster. I used the http probe for the readiness check. In the Graph section of Kiali, the kube-probe traffic is shown as a line from unkonwn to httpbin. I tried to add "x-b3-sampled" http header to avoid…

Jeffrey
- 4,436
- 9
- 38
- 54
0
votes
2 answers
Kiali is not working with VictoriaMetricsHello
Was anyone was able to make kiali visualise mesh using VictoriaMetrics instead of Prometheus?
When I use prometheus and kiali setup from istio samples then Mesh Visualisation works.
But when I replace prometheus with Victoria Metrics (agent, select,…

Ivan
- 340
- 3
- 14
0
votes
0 answers
Didn't creating kiali ingress resource after kiali deployment
I deployed the kiali-operator helm chart in the kiali-operator namespace and istio in the istio-system namespace. Now I am trying to deploy the kiali workload in the istio-system.
But somehow ingress rule did not create. I attached the kiali…

Chirag Patel
- 11
- 6
0
votes
1 answer
KIA0104 - This host has no matching entry in the service registry
First thing: everything seems to works correctly and security policy does his job (according to unit-test)... but Kiala things I have some problems.
All my services (ServiceAccount/Service/Deployment) are on namespace 'app'.
My gateway is deployed…

WCdr
- 185
- 4
- 12
0
votes
1 answer
Istio & Celery workers with a Kubernetes cluster
Is Istio able to instrument Celery workers with Envoy in a Kubernetes cluster?
Is Kiali able to display Celery workers?
Regards

Remi Colinet
- 35
- 5
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
1 answer
Can we trace external API calls with Istio behind proxy via Kiali?
We have a Nodejs based microservices running in our on-prem kubernetes v1.19 with Istio v1.8.0. What I would like to achieve is trace or display the external API calls in Kiali where we have Jaeger clients for each microservices and able to trace…

semural
- 3,583
- 8
- 37
- 67
0
votes
0 answers
Naming unknown services or define a gateway in istio
I'm kind of stuck here we're currently taking steps to move our monolith into microservices on Kubernetes.
We use the following:
Kubesphere 3.0
Istiod 16.10
Gloo Latest.
As you can see the traffic is known to flow from the gloo API gateway but I…

stijntimmer
- 1
- 1
0
votes
3 answers
Unable to view kiali dashboard
I installed Istion version 1.6.9 with below steps
Install Istio Version 1.6.9
wget https://github.com/istio/istio/releases/download/1.6.9/istio-1.6.9-linux-amd64.tar.gz
tar -xzvf istio-1.6.9-linux-amd64.tar.gz
cd istio-1.6.9
cd bin/
sudo mv istioctl…

learner
- 2,480
- 10
- 50
- 94
0
votes
1 answer
Istio ServiceEntry ignored in kiali
I'm running the bookinfo project from Istio's sample projects on a K8s cluster running on EKS. I have enabled automatic sidecar container injection and deployed the project. There's an external service for googleapis that i enabled following this…

mikaint
- 343
- 3
- 12
0
votes
1 answer
Statefulsets pods in Kiali Dashboard
Can anybody help me here, I'm not able to see my statefulset application in Kiali Dashboard (application: elasticsearch and Other statefulset ) . i have installed istio using istioctl manifest apply (demo profile). i am able to see all other…

ABHISHEK KUMAR
- 1
- 1
0
votes
0 answers
Istio - Kiali - upstream connect error or disconnect/reset before headers
Hi I am working on Istio and following this link/doc to remotely access Kiali dashboard.
Using the YAML's I am able to access Grafana, Prometheus and Tracing using CLusterIP:nodePort.
But the Kiali endpoint gives error,
upstream connect error or…

John Seen
- 701
- 4
- 15
- 31