Using kiali docker to connect to Prometheus in kubernetes cluster #9253
Unanswered
masterdevops98-hue
asked this question in
Q&A
Replies: 1 comment
-
|
@nrfox just recently published a standalone kiali to do what you want to do - called running Kiali in "local mode". I suggest reading this:
FWIW: I have no idea what these settings are - they are not valid and not documented anywhere in the CRD - so no idea why you think that would work: kubernetes_config:
api_server_url: "http://host.docker.internal:51336"
kube_config: "~/.kube/config/kubeconfig-kind.yaml"
kube_config_context: kind-istio |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to connect to prometheus in a istio enabled cluster using a local docker kiali instead of running kiali inside the cluster.
I have created a config.yaml as below
And trying to run the container as below
It is able to load the config and switch to anonymous, But still fail with below error.
Tried to pass
KUBERNETES_SERVICE_HOSTbut it is not helping .. any solution ?Beta Was this translation helpful? Give feedback.
All reactions