Questions tagged [kiali]

Kiali is a UI to visualise traffic in Istio

40 questions
0
votes
1 answer

What does `Reported from` mean in the Kiali Dashboard for Inbound Metrics and Outbound Metrics?

I am trying to understand the TCP traffic between my deployments in Kiali but few of the Tabs are a little confusing to me. From what I understand -- Inbound traffic - refers to traffic flowing from the Workload to other nodes Outbound traffic -…
amitection
  • 2,696
  • 8
  • 25
  • 46
0
votes
1 answer

How to reset the circuit breaker counters in istio v1.1.1?

Is there anyone know how to reset the circuit breaker counters in istio v1.1.1? During performance testing(3 weeks ago), circuit breaker was triggered, there's thunder icon shown up in Kiali graph. After that, there's no traffic, the 'thunder' icon…
Youfa Mao
  • 149
  • 1
  • 9
0
votes
1 answer

what's the unknow service in Istio Kiali?

It's quite strange to see there's "unknown" service(marked with red box) going out from "fota-dmserver". Could you help explain?
Youfa Mao
  • 149
  • 1
  • 9
0
votes
0 answers

Increasing time range of kiali dashboard from 6 hours to some higher number

I have installed the istio with kiali from https://github.com/istio/istio/tree/release-1.1/install/kubernetes/helm/istio But found that on Kiali dashboard I am able to see only 6 hours traffic even when I have stored that data in Prometheus for last…
Prakul Singhal
  • 41
  • 2
  • 12
0
votes
3 answers

How to install Kiali on GKE?

Is that have a way to install Kiali on GKE ? I use GKE and install Istio with GKE option, so I cannot use helm to install Istio with Kiali. Many articles use helm to install Istio with Kiali, I couldn't find a way to just install Kiali without…
Rukeith
  • 665
  • 1
  • 8
  • 22
0
votes
0 answers

How to set kiali-ui/package.json 'proxy' attribute when "yarn start" in kiali-ui?

When I entered kubectl get pods -A -o wide, I got this. NAMESPACE NAME READY STATUS .. IP NODE kube-system kube-proxy-h1234 1/1 Running .. 203.253.11.11 slave-node2 So I edited /kiali/kiali-ui/config.yaml { "name":…
Yong
  • 13
  • 4
0
votes
1 answer

how to upgrade the Istio v1.1.1 bundled kiali(v0.14) to v0.17?

I've installed Istio v1.1.1 and Kiali v0.14 is up running. Per kiali document, Spring boot monitoring is available since v0.16. I'm trying to upgrade the kiali to latest(v0.17) by editing the kiali's deployment file(simply editting image:…
Youfa Mao
  • 149
  • 1
  • 9
0
votes
1 answer

Please explain the meaning of Kiali's metrics? e.g. mops, mB - see below image & kiali is installed as part of Istio v1.1.1

I don't understand the meaning of Kiali's metrics page. The path: Kiali welcome page->workloads->pick one service->click "inbound metrics". I don't think the red-box marked 'mops' is million op per Second. the below two marked as red 'mB' is…
Youfa Mao
  • 149
  • 1
  • 9
0
votes
1 answer

Detect kafka events in kiali

I'm doing a microservice architecture using istio and kubernetes and two microservices are using kafka to communicate with each other. I enabled kiali to vizualise my service mesh but my problem is that I found no way to see the kafka's events…
0
votes
0 answers

Kiali install error on kubernetes on aws [error: unable to recognize "STDIN": no matches for kind "ClusterRole" in version "v1"]

I am trying to install kiali on kubernetes on aws. I followed the instructions at https://www.kiali.io/gettingstarted/. Got this error: error: unable to recognize "STDIN": no matches for kind "ClusterRole" in version "v1" Does anyone know what am I…
user674669
  • 10,681
  • 15
  • 72
  • 105
1 2
3