Questions tagged [kiali]

Kiali is a UI to visualise traffic in Istio

40 questions
4
votes
1 answer

Installing kiali on GKE gives backend NotFound error

I've installed kiali operator and tried to load the UI from the URL(x.x.x.x/kiali) on Ingress. Following is the text I'm getting when loading the url. response 404 (backend NotFound), service rules for [ /kiali/ ] non-existent All my cluster…
Sanka Darshana
  • 1,391
  • 1
  • 23
  • 41
4
votes
1 answer

Changing secrets of kiali in istio is not working

I have deployed istio in my eks cluster with demo profile. demo has kiali deployment with it. The access secret for kiali dashboard is ( username:admin,password:admin ).I was able to access my dashboard with this credentials. Then I created my own…
Shajal Ahamed
  • 141
  • 2
  • 16
3
votes
3 answers

How to Install Kiali Dashboard with prometheus in place in GKE with default istio beta feature?

I have been trying to install Kiali on an Istio (beta) enabled GKE cluster, I am following the official documentation to install Kiali using this link but Prometheus is somehow damaged since GCP has changed the name of Prometheus from "Prometheus"…
john mich
  • 2,477
  • 3
  • 17
  • 32
3
votes
1 answer

kiali dashboard login fails in istio demo profile

I have installed Istio as described here. I used istioctl manifest apply --set profile=demo for this purpose. And then installed bookinfo application. And set kiali to use NordPort using kubectl -n istio-system edit svc kiali. kubectl -n…
Sachith Muhandiram
  • 2,819
  • 10
  • 45
  • 94
2
votes
0 answers

Using ALB or ELB as loadbalancer instead of istio-ingressgateway

We have an EKS cluster in AWS and i am using istio as service mesh in my cluster. We are using istio only for injecting the sidecar into applications and to trace the application traffic through zipkin. To access the application from outside we are…
2
votes
1 answer

Why is my inter-service traffic showing in the Passthrough Cluster in Kiali

I have two Istio clusters using a replicated control plane with Kiali running. In each cluster I have two applications which interact, but I don't see the traffic between them in the Kiali dashboard. Instead, the traffic shows as going through the…
1
vote
0 answers

Incorrect Observability in GCP ASM (Managed Istio)

New to the world of Istio, we are using managed Anthos service mesh on our GKE cluster. We have a service called pgbouncer deployed which is a connection pooler for PostgreSQL, we have few internal applications which connect to the pgbouncer service…
Sanjay M. P.
  • 919
  • 1
  • 16
  • 33
1
vote
4 answers

How to configure istio helm chart to use external kube-prometheus-stack?

I have deployed the istio service mesh on the GKE cluster using base & istiod helm charts using this documents in the istio-system namespace. I have deployed Prometheus, grafana & alert-manager using kube-prometheus-stack helm chart. Every pod of…
1
vote
1 answer

Unable to setup development environment for Kiali

I want to setup developer environment for Kiali-ui. I am following Kiali guide to do this. But while accessing Kiali on browser(http://localhost:3000) i am getting following issue: Not Found Cannot GET /api/auth/info From console logs I am getting…
1
vote
1 answer

ERR invalid character '}' looking for beginning of object key string: goroutine 20932 in kiali

I am trying to install Prometheus and Kiali using Istio sample addons. I modifies the file to add nodePort for Service and changed imagePullPolicy to IfNotPresent for Kiali container. The pod comes up, but I am unable to view the graph. It gives the…
1
vote
1 answer

Jaeger is not showing any trace results

I am able to run kiali fine. But it Jaeger is not showing any results. I'm using virtualbox for this exercise. In order for me to view it in my local browser I'm using port forwarding. I think this is communication issue between pods. Below is what…
1
vote
0 answers

Multicluster istio observability in Kiali dashboard

I have set up the multi-primary helloworld example on 2 GKE clusters in the same network. I have followed all the instructions on the Istio example page and I am able to verify cross cluster traffic in the command line. However when I install and…
1
vote
1 answer

Kiali Dashboard Not able to fetch the k8 namespaces application

I have successfully installed istio and deployed some sample app and application is up and running. root@master:~# kubectl get pod NAME READY STATUS RESTARTS AGE mydata-v1-847cd777c4-kc495 2/2 Running 0 …
Gowmi
  • 559
  • 2
  • 22
1
vote
0 answers

Kiali Bookinfo example is not showing traffic to rating and other microservices

I'm running the latest istio version on minishift. I can access the product page on http://192.168.178.102:31380/productpage. Kiali is showing the traffic from istio-ingressgateway to productpage Kiali Traffic pic I expect to see some traffic from…
Nightwolf
  • 11
  • 2
1
vote
1 answer

Verify MTLS enabled in Istio through wireshark

I am running services on Kubernetes cluster and for security purpose, I came to know about service-mesh named istio. Currently, I have enabled the Mtls in istio-system namespace and I can see Sidecars is running inside the pod in bookinfo…
1
2 3