hi, I am new to istio. I have followed the “Getting started Guide”, istio has been installed and the sample bookinfo apps also been installed., but when I access kiali dashboard, I see this:
I’m also learning, so Noob will help noob! From my experience, these are probes (e.g. liveness probes) from Kubernetes itself. You can remove the unexpected lines from the graph by either a) deleting the probes or b) filtering out the “Unknown” node using the Kiali “Hide” filter at the top by adding “node=unknown”.
At least, that’s my experience and what helped me. Others may have other/better ideas on what’s up and they can chime in if they want.
You must have some software installed to collect/scrape metrics from all your pods. Maybe Prometheus?
Did you install this cluster? What Kube cluster is this? Kind? Can you disable fetching the metrics?
Look for prometheus?
@sjbylo I installed kubernetes cluster using the bare metal method, on six virtual machine node…I will check other stuff in my cluster, maybe you are right , there is something scraping from /metrics …
not openshift, just raw kubernetes on vms, I found it’s the metrics-server scraping /metrics, next I will try to figure out how to configure metrics-server not to scrape some specific PODS…